Searched refs:GL_UNPACK_IMAGE_HEIGHT (Results 1 – 14 of 14) sorted by relevance
/external/mesa3d/src/glx/ |
D | pixelstore.c | 148 case GL_UNPACK_IMAGE_HEIGHT: in __indirect_glPixelStoref() 290 case GL_UNPACK_IMAGE_HEIGHT: in __indirect_glPixelStorei()
|
D | single2.c | 277 case GL_UNPACK_IMAGE_HEIGHT: in get_client_data()
|
/external/mesa3d/src/mesa/main/ |
D | pixelstore.c | 178 case GL_UNPACK_IMAGE_HEIGHT: in _mesa_PixelStorei()
|
/external/deqp/modules/gles31/functional/ |
D | es31fTextureSpecificationTests.cpp | 454 glPixelStorei(GL_UNPACK_IMAGE_HEIGHT, m_imageHeight); in createTexture() 561 glPixelStorei(GL_UNPACK_IMAGE_HEIGHT, m_imageHeight); in createTexture() 746 glPixelStorei(GL_UNPACK_IMAGE_HEIGHT, imageHeight); in createTexture()
|
D | es31fNegativeTextureApiTests.cpp | 1236 ctx.glPixelStorei(GL_UNPACK_IMAGE_HEIGHT, -1); in pixelstorei()
|
/external/deqp/framework/opengl/ |
D | gluStateReset.cpp | 417 gl.pixelStorei(GL_UNPACK_IMAGE_HEIGHT, 0); in resetStateES() 1003 gl.pixelStorei (GL_UNPACK_IMAGE_HEIGHT, 0); in resetStateGLCore()
|
D | gluStrUtil.inl | 791 case GL_UNPACK_IMAGE_HEIGHT: return "GL_UNPACK_IMAGE_HEIGHT"; 1142 case GL_UNPACK_IMAGE_HEIGHT: return "GL_UNPACK_IMAGE_HEIGHT";
|
/external/deqp/modules/gles3/functional/ |
D | es3fTextureSpecificationTests.cpp | 1170 glPixelStorei(GL_UNPACK_IMAGE_HEIGHT, m_imageHeight); in createTexture() 1839 glPixelStorei(GL_UNPACK_IMAGE_HEIGHT, m_imageHeight); in createTexture() 2497 glPixelStorei(GL_UNPACK_IMAGE_HEIGHT, m_imageHeight); in createTexture() 2579 glPixelStorei(GL_UNPACK_IMAGE_HEIGHT, m_imageHeight); in createTexture() 2877 glPixelStorei(GL_UNPACK_IMAGE_HEIGHT, m_imageHeight); in createTexture() 2988 glPixelStorei(GL_UNPACK_IMAGE_HEIGHT, m_imageHeight); in createTexture() 3354 glPixelStorei(GL_UNPACK_IMAGE_HEIGHT, imageHeight); in createTexture()
|
D | es3fIntegerStateQueryTests.cpp | 2893 { "unpack_image_height","UNPACK_IMAGE_HEIGHT", GL_UNPACK_IMAGE_HEIGHT, 0 }, in init()
|
D | es3fNegativeTextureApiTests.cpp | 1110 glPixelStorei(GL_UNPACK_IMAGE_HEIGHT, -1); in init()
|
/external/deqp/framework/opengl/wrapper/ |
D | glwEnums.inl | 316 #define GL_UNPACK_IMAGE_HEIGHT 0x806E macro
|
/external/mesa3d/include/GL/ |
D | gl.h | 1513 #define GL_UNPACK_IMAGE_HEIGHT 0x806E macro
|
D | glext.h | 64 #define GL_UNPACK_IMAGE_HEIGHT 0x806E macro
|
/external/deqp/framework/opengl/simplereference/ |
D | sglrReferenceContext.cpp | 914 case GL_UNPACK_IMAGE_HEIGHT: in pixelStorei()
|