/third_party/mesa3d/src/glx/ |
H A D | pixelstore.c | 173 case GL_UNPACK_SKIP_IMAGES: in __indirect_glPixelStoref() 312 case GL_UNPACK_SKIP_IMAGES: in __indirect_glPixelStorei()
|
H A D | single2.c | 284 case GL_UNPACK_SKIP_IMAGES: in get_client_data()
|
/third_party/mesa3d/src/mesa/main/ |
H A D | pixelstore.c | 174 case GL_UNPACK_SKIP_IMAGES: in pixel_storei()
|
H A D | attrib.c | 1407 _mesa_PixelStorei(GL_UNPACK_SKIP_IMAGES, 0); in _mesa_ClientAttribDefaultEXT()
|
/third_party/vk-gl-cts/modules/gles31/functional/ |
H A D | es31fTextureSpecificationTests.cpp | 460 glPixelStorei(GL_UNPACK_SKIP_IMAGES, m_skipImages); in createTexture() 567 glPixelStorei(GL_UNPACK_SKIP_IMAGES, m_skipImages); in createTexture() 752 glPixelStorei(GL_UNPACK_SKIP_IMAGES, 0); in createTexture()
|
/third_party/vk-gl-cts/external/openglcts/modules/common/ |
H A D | glcPixelStorageModesTests.cpp | 1027 gl.glPixelStorei(GL_UNPACK_SKIP_IMAGES, m_subcuboid_z0); in createTexture() 1044 gl.glPixelStorei(GL_UNPACK_SKIP_IMAGES, 0); in createTexture() 1891 gl.glPixelStorei(GL_UNPACK_SKIP_IMAGES, m_subcuboid_z0); in createTexture() 1914 gl.glPixelStorei(GL_UNPACK_SKIP_IMAGES, 0); in createTexture()
|
H A D | glcPackedPixelsTests.cpp | 662 modeMap[GL_UNPACK_SKIP_IMAGES] = "GL_UNPACK_SKIP_IMAGES"; in getModeStr() 934 gl.pixelStorei(GL_UNPACK_SKIP_IMAGES, up.skipImages); in applyInitialStorageModes() 3645 GL_UNPACK_IMAGE_HEIGHT, GL_UNPACK_SKIP_IMAGES, GL_PACK_ROW_LENGTH, in iterate() 3766 { GL_UNPACK_SKIP_IMAGES, &up.skipImages, 0 }, in iterate() 3767 { GL_UNPACK_SKIP_IMAGES, &up.skipImages, 1 }, in iterate() 3768 { GL_UNPACK_SKIP_IMAGES, &up.skipImages, 2 }, in iterate() 3832 (parameter == GL_UNPACK_IMAGE_HEIGHT) || (parameter == GL_UNPACK_SKIP_IMAGES)) in iterate()
|
/third_party/vk-gl-cts/framework/opengl/ |
H A D | gluStateReset.cpp | 434 gl.pixelStorei(GL_UNPACK_SKIP_IMAGES, 0); in resetStateES() 1086 gl.pixelStorei (GL_UNPACK_SKIP_IMAGES, 0); in resetStateGLCore()
|
/third_party/vk-gl-cts/modules/gles3/functional/ |
H A D | es3fTextureSpecificationTests.cpp | 1171 glPixelStorei(GL_UNPACK_SKIP_IMAGES, m_skipImages); in createTexture() 1840 glPixelStorei(GL_UNPACK_SKIP_IMAGES, m_skipImages); in createTexture() 2498 glPixelStorei(GL_UNPACK_SKIP_IMAGES, m_skipImages); in createTexture() 2580 glPixelStorei(GL_UNPACK_SKIP_IMAGES, m_skipImages); in createTexture() 2878 glPixelStorei(GL_UNPACK_SKIP_IMAGES, m_skipImages); in createTexture() 3106 glPixelStorei(GL_UNPACK_SKIP_IMAGES, m_skipImages); in createTexture() 3472 glPixelStorei(GL_UNPACK_SKIP_IMAGES, 0); in createTexture()
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/ |
H A D | validationES2.cpp | 4654 case GL_UNPACK_SKIP_IMAGES: in ValidatePixelStorei() 4713 case GL_UNPACK_SKIP_IMAGES: in ValidatePixelStorei()
|
H A D | State.cpp | 2696 case GL_UNPACK_SKIP_IMAGES:
|
H A D | queryutils.cpp | 3690 case GL_UNPACK_SKIP_IMAGES: in GetQueryParameterInfo()
|
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/libGLESv2/ |
H A D | Context.cpp | 2383 case GL_UNPACK_SKIP_IMAGES: in getIntegerv() 2663 case GL_UNPACK_SKIP_IMAGES: in getQueryParameterInfo()
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/ |
H A D | functionsgl_enums.h | 239 #define GL_UNPACK_SKIP_IMAGES 0x806D macro
|
H A D | StateManagerGL.cpp | 586 ANGLE_GL_TRY(context, mFunctions->pixelStorei(GL_UNPACK_SKIP_IMAGES, mUnpackSkipImages)); in setPixelUnpackState()
|
/third_party/mesa3d/include/GLES3/ |
H A D | gl31.h | 689 #define GL_UNPACK_SKIP_IMAGES 0x806D macro
|
H A D | gl3.h | 689 #define GL_UNPACK_SKIP_IMAGES 0x806D macro
|
/third_party/mesa3d/include/GL/ |
H A D | gl.h | 1477 #define GL_UNPACK_SKIP_IMAGES 0x806D macro
|
/third_party/openGLES/api/GLES3/ |
H A D | gl3.h | 670 #define GL_UNPACK_SKIP_IMAGES 0x806D macro
|
H A D | gl31.h | 670 #define GL_UNPACK_SKIP_IMAGES 0x806D macro
|
/third_party/skia/third_party/externals/swiftshader/include/GLES3/ |
H A D | gl3.h | 689 #define GL_UNPACK_SKIP_IMAGES 0x806D macro
|
/third_party/skia/third_party/externals/opengl-registry/api/GLES3/ |
H A D | gl3.h | 689 #define GL_UNPACK_SKIP_IMAGES 0x806D macro
|
H A D | gl31.h | 691 #define GL_UNPACK_SKIP_IMAGES 0x806D macro
|
/third_party/skia/third_party/externals/angle2/include/GLES3/ |
H A D | gl3.h | 670 #define GL_UNPACK_SKIP_IMAGES 0x806D macro
|
H A D | gl31.h | 670 #define GL_UNPACK_SKIP_IMAGES 0x806D macro
|