Searched refs:GL_UNPACK_LSB_FIRST (Results 1 - 15 of 15) sorted by relevance
/third_party/mesa3d/src/gallium/frontends/glx/xlib/ |
H A D | glx_usefont.c | 110 glPixelStorei (GL_UNPACK_LSB_FIRST, GL_FALSE); 265 glGetIntegerv(GL_UNPACK_LSB_FIRST, &lsbfirst); in glXUseXFont() 275 glPixelStorei(GL_UNPACK_LSB_FIRST, GL_FALSE); in glXUseXFont() 368 glPixelStorei(GL_UNPACK_LSB_FIRST, lsbfirst); in glXUseXFont()
|
/third_party/mesa3d/src/glx/ |
H A D | xfont.c | 114 glPixelStorei (GL_UNPACK_LSB_FIRST, GL_FALSE); 266 glGetIntegerv(GL_UNPACK_LSB_FIRST, &lsbfirst); in DRI_glXUseXFont() 276 glPixelStorei(GL_UNPACK_LSB_FIRST, GL_FALSE); in DRI_glXUseXFont() 368 glPixelStorei(GL_UNPACK_LSB_FIRST, lsbfirst); in DRI_glXUseXFont()
|
H A D | pixelstore.c | 198 case GL_UNPACK_LSB_FIRST: in __indirect_glPixelStoref() 335 case GL_UNPACK_LSB_FIRST: in __indirect_glPixelStorei()
|
H A D | single2.c | 293 case GL_UNPACK_LSB_FIRST: in get_client_data()
|
/third_party/mesa3d/src/mesa/main/ |
H A D | pixelstore.c | 141 case GL_UNPACK_LSB_FIRST: in pixel_storei()
|
H A D | attrib.c | 1405 _mesa_PixelStorei(GL_UNPACK_LSB_FIRST, GL_FALSE); in _mesa_ClientAttribDefaultEXT()
|
/third_party/vk-gl-cts/external/openglcts/modules/common/ |
H A D | glcPackedPixelsTests.cpp | 668 modeMap[GL_UNPACK_LSB_FIRST] = "GL_UNPACK_LSB_FIRST"; in getModeStr() 945 gl.pixelStorei(GL_UNPACK_LSB_FIRST, up.lsbFirst); in applyInitialStorageModes() 3669 gl.getBooleanv(GL_UNPACK_LSB_FIRST, &b); in iterate() 3787 { GL_UNPACK_LSB_FIRST, &up.lsbFirst, GL_FALSE }, in iterate() 3788 { GL_UNPACK_LSB_FIRST, &up.lsbFirst, GL_TRUE }, in iterate()
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/ |
H A D | functionsgl_enums.h | 201 #define GL_UNPACK_LSB_FIRST 0x0CF1 macro
|
/third_party/vk-gl-cts/framework/opengl/ |
H A D | gluStateReset.cpp | 1084 gl.pixelStorei (GL_UNPACK_LSB_FIRST, GL_FALSE); in resetStateGLCore()
|
/third_party/mesa3d/include/GL/ |
H A D | gl.h | 597 #define GL_UNPACK_LSB_FIRST 0x0CF1 macro
|
H A D | glcorearb.h | 183 #define GL_UNPACK_LSB_FIRST 0x0CF1 macro
|
/third_party/glfw/deps/glad/ |
H A D | gl.h | 1407 #define GL_UNPACK_LSB_FIRST 0x0CF1 macro
|
/third_party/openGLES/api/GL/ |
H A D | glcorearb.h | 164 #define GL_UNPACK_LSB_FIRST 0x0CF1 macro
|
/third_party/skia/third_party/externals/swiftshader/include/GL/ |
H A D | glcorearb.h | 182 #define GL_UNPACK_LSB_FIRST 0x0CF1 macro
|
/third_party/skia/third_party/externals/opengl-registry/api/GL/ |
H A D | glcorearb.h | 182 #define GL_UNPACK_LSB_FIRST 0x0CF1 macro
|
Completed in 118 milliseconds