Searched refs:GL_PACK_LSB_FIRST (Results 1 - 13 of 13) sorted by relevance
/third_party/mesa3d/src/glx/ |
H A D | pixelstore.c | 137 case GL_PACK_LSB_FIRST: in __indirect_glPixelStoref() 280 case GL_PACK_LSB_FIRST: in __indirect_glPixelStorei()
|
H A D | single2.c | 269 case GL_PACK_LSB_FIRST: in get_client_data()
|
/third_party/mesa3d/src/mesa/main/ |
H A D | pixelstore.c | 52 case GL_PACK_LSB_FIRST: in pixel_storei()
|
H A D | attrib.c | 1413 _mesa_PixelStorei(GL_PACK_LSB_FIRST, GL_FALSE); in _mesa_ClientAttribDefaultEXT()
|
/third_party/vk-gl-cts/external/openglcts/modules/common/ |
H A D | glcPackedPixelsTests.cpp | 670 modeMap[GL_PACK_LSB_FIRST] = "GL_PACK_LSB_FIRST"; in getModeStr() 942 gl.pixelStorei(GL_PACK_LSB_FIRST, pp.lsbFirst); in applyInitialStorageModes() 3673 gl.getBooleanv(GL_PACK_LSB_FIRST, &b); in iterate() 3791 { GL_PACK_LSB_FIRST, &pp.lsbFirst, GL_FALSE }, in iterate() 3792 { GL_PACK_LSB_FIRST, &pp.lsbFirst, GL_TRUE }, in iterate()
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/ |
H A D | functionsgl_enums.h | 115 #define GL_PACK_LSB_FIRST 0x0D01 macro
|
/third_party/vk-gl-cts/framework/opengl/ |
H A D | gluStateReset.cpp | 1093 gl.pixelStorei (GL_PACK_LSB_FIRST, GL_FALSE); in resetStateGLCore()
|
/third_party/mesa3d/include/GL/ |
H A D | gl.h | 591 #define GL_PACK_LSB_FIRST 0x0D01 macro
|
H A D | glcorearb.h | 189 #define GL_PACK_LSB_FIRST 0x0D01 macro
|
/third_party/glfw/deps/glad/ |
H A D | gl.h | 889 #define GL_PACK_LSB_FIRST 0x0D01 macro
|
/third_party/openGLES/api/GL/ |
H A D | glcorearb.h | 170 #define GL_PACK_LSB_FIRST 0x0D01 macro
|
/third_party/skia/third_party/externals/swiftshader/include/GL/ |
H A D | glcorearb.h | 188 #define GL_PACK_LSB_FIRST 0x0D01 macro
|
/third_party/skia/third_party/externals/opengl-registry/api/GL/ |
H A D | glcorearb.h | 188 #define GL_PACK_LSB_FIRST 0x0D01 macro
|
Completed in 117 milliseconds