Searched refs:GL_PACK_SWAP_BYTES (Results 1 - 13 of 13) sorted by relevance
/third_party/mesa3d/src/glx/ |
H A D | pixelstore.c | 134 case GL_PACK_SWAP_BYTES: in __indirect_glPixelStoref() 277 case GL_PACK_SWAP_BYTES: in __indirect_glPixelStorei()
|
H A D | single2.c | 266 case GL_PACK_SWAP_BYTES: in get_client_data()
|
/third_party/mesa3d/src/mesa/main/ |
H A D | pixelstore.c | 47 case GL_PACK_SWAP_BYTES: in pixel_storei()
|
H A D | attrib.c | 1412 _mesa_PixelStorei(GL_PACK_SWAP_BYTES, GL_FALSE); in _mesa_ClientAttribDefaultEXT()
|
/third_party/vk-gl-cts/external/openglcts/modules/common/ |
H A D | glcPackedPixelsTests.cpp | 669 modeMap[GL_PACK_SWAP_BYTES] = "GL_PACK_SWAP_BYTES"; in getModeStr() 941 gl.pixelStorei(GL_PACK_SWAP_BYTES, pp.swapBytes); in applyInitialStorageModes() 3671 gl.getBooleanv(GL_PACK_SWAP_BYTES, &b); in iterate() 3789 { GL_PACK_SWAP_BYTES, &pp.swapBytes, GL_FALSE }, in iterate() 3790 { GL_PACK_SWAP_BYTES, &pp.swapBytes, GL_TRUE }, in iterate()
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/ |
H A D | functionsgl_enums.h | 119 #define GL_PACK_SWAP_BYTES 0x0D00 macro
|
/third_party/vk-gl-cts/framework/opengl/ |
H A D | gluStateReset.cpp | 1092 gl.pixelStorei (GL_PACK_SWAP_BYTES, GL_FALSE); in resetStateGLCore()
|
/third_party/mesa3d/include/GL/ |
H A D | gl.h | 595 #define GL_PACK_SWAP_BYTES 0x0D00 macro
|
H A D | glcorearb.h | 188 #define GL_PACK_SWAP_BYTES 0x0D00 macro
|
/third_party/glfw/deps/glad/ |
H A D | gl.h | 894 #define GL_PACK_SWAP_BYTES 0x0D00 macro
|
/third_party/openGLES/api/GL/ |
H A D | glcorearb.h | 169 #define GL_PACK_SWAP_BYTES 0x0D00 macro
|
/third_party/skia/third_party/externals/swiftshader/include/GL/ |
H A D | glcorearb.h | 187 #define GL_PACK_SWAP_BYTES 0x0D00 macro
|
/third_party/skia/third_party/externals/opengl-registry/api/GL/ |
H A D | glcorearb.h | 187 #define GL_PACK_SWAP_BYTES 0x0D00 macro
|
Completed in 128 milliseconds