HomeSort by: relevance | last modified time | path
    Searched refs:FixedSampleLocations (Results 1 - 10 of 10) sorted by relevancy

  /xsrc/external/mit/MesaLib/dist/src/mesa/main/
textureview.c 310 GLuint numSamples, GLboolean fixedSampleLocations)
335 numSamples, fixedSampleLocations);
687 origTexImage->FixedSampleLocations)) {
fbobject.c 1099 GLint fixedSampleLocations = -1;
1211 if (fixedSampleLocations < 0)
1212 fixedSampleLocations = texImg->FixedSampleLocations;
1213 else if (fixedSampleLocations != texImg->FixedSampleLocations) {
1235 /* RENDERBUFFER has fixedSampleLocations implicitly true */
1236 if (fixedSampleLocations < 0)
1237 fixedSampleLocations = GL_TRUE;
1238 else if (fixedSampleLocations != GL_TRUE)
    [all...]
mtypes.h 879 GLboolean FixedSampleLocations; /**< Same sample locations for all pixels? */
3611 GLboolean FixedSampleLocations;
texparam.c 1655 dummy_image.FixedSampleLocations = GL_TRUE;
1793 *params = img->FixedSampleLocations;
teximage.c 802 img->FixedSampleLocations = GL_TRUE;
818 * \param fixedSampleLocations are sample locations fixed?
829 GLuint numSamples, GLboolean fixedSampleLocations)
926 img->FixedSampleLocations = fixedSampleLocations;
6778 GLboolean fixedsamplelocations,
6881 samples, fixedsamplelocations);
6910 samples, fixedsamplelocations);
6950 GLsizei height, GLboolean fixedsamplelocations)
6961 fixedsamplelocations, GL_FALSE, 0
    [all...]
  /xsrc/external/mit/MesaLib.old/dist/src/mesa/main/
textureview.c 309 GLuint numSamples, GLboolean fixedSampleLocations)
334 numSamples, fixedSampleLocations);
684 origTexImage->FixedSampleLocations)) {
texparam.c 1361 dummy_image.FixedSampleLocations = GL_TRUE;
1499 *params = img->FixedSampleLocations;
fbobject.c 983 GLint fixedSampleLocations = -1;
1085 if (fixedSampleLocations < 0)
1086 fixedSampleLocations = texImg->FixedSampleLocations;
1087 else if (fixedSampleLocations != texImg->FixedSampleLocations) {
1109 /* RENDERBUFFER has fixedSampleLocations implicitly true */
1110 if (fixedSampleLocations < 0)
1111 fixedSampleLocations = GL_TRUE;
1112 else if (fixedSampleLocations != GL_TRUE)
    [all...]
mtypes.h 902 GLboolean FixedSampleLocations; /**< Same sample locations for all pixels? */
3475 GLboolean FixedSampleLocations;
teximage.c 819 img->FixedSampleLocations = GL_TRUE;
835 * \param fixedSampleLocations are sample locations fixed?
846 GLuint numSamples, GLboolean fixedSampleLocations)
943 img->FixedSampleLocations = fixedSampleLocations;
5798 GLboolean fixedsamplelocations,
5901 samples, fixedsamplelocations);
5930 samples, fixedsamplelocations);
5969 GLsizei height, GLboolean fixedsamplelocations)
5980 fixedsamplelocations, GL_FALSE, 0
    [all...]

Completed in 33 milliseconds