Home
last modified time | relevance | path

Searched refs:GL_PACK_ALIGNMENT (Results 1 – 23 of 23) sorted by relevance

/external/mesa3d/src/glx/
Dpixelstore.c119 case GL_PACK_ALIGNMENT: in __indirect_glPixelStoref()
263 case GL_PACK_ALIGNMENT: in __indirect_glPixelStorei()
Dsingle2.c265 case GL_PACK_ALIGNMENT: in get_client_data()
/external/libvncserver/x11vnc/
Dmacosx_opengl.c121 glPixelStorei(GL_PACK_ALIGNMENT, 4); in macosx_opengl_init()
/external/mesa3d/src/mesa/main/
Ddebug.c472 _mesa_PixelStorei(GL_PACK_ALIGNMENT, 1); in _mesa_dump_color_buffer()
505 _mesa_PixelStorei(GL_PACK_ALIGNMENT, 1); in _mesa_dump_depth_buffer()
541 _mesa_PixelStorei(GL_PACK_ALIGNMENT, 1); in _mesa_dump_stencil_buffer()
Dpixelstore.c123 case GL_PACK_ALIGNMENT: in _mesa_PixelStorei()
Dget.c436 { GL_PACK_ALIGNMENT, CONTEXT_INT(Pack.Alignment), NO_EXTRA },
/external/deqp/framework/opengl/
DgluPixelTransfer.cpp60 gl.pixelStorei(GL_PACK_ALIGNMENT, getTransferAlignment(dst.getFormat())); in readPixels()
DgluStateReset.cpp393 gl.pixelStorei(GL_PACK_ALIGNMENT, 4); in resetStateES()
999 gl.pixelStorei (GL_PACK_ALIGNMENT, 4); in resetStateGLCore()
DgluStrUtil.inl84 case GL_PACK_ALIGNMENT: return "GL_PACK_ALIGNMENT";
1151 case GL_PACK_ALIGNMENT: return "GL_PACK_ALIGNMENT";
/external/deqp/modules/gles2/functional/
Des2fReadPixelsTests.cpp212 GLU_CHECK_CALL(glPixelStorei(GL_PACK_ALIGNMENT, m_alignment)); in iterate()
Des2fNegativeTextureApiTests.cpp1237 glPixelStorei(GL_PACK_ALIGNMENT, 0); in init()
1241 glPixelStorei(GL_PACK_ALIGNMENT, 16); in init()
Des2fIntegerStateQueryTests.cpp2137 …ack_alignment") + verifier->getTestNamePostfix()).c_str(), "PACK_ALIGNMENT", GL_PACK_ALIGNMENT))); in init()
/external/mesa3d/include/GLES/
Dgl.h236 #define GL_PACK_ALIGNMENT 0x0D05 macro
370 #define GL_PACK_ALIGNMENT 0x0D05 macro
/external/robolectric/lib/main/
Dopengl-api-gl1.1-android-2.1_r1.jarMETA-INF/ META-INF/MANIFEST.MF javax/ javax/microedition/ javax/ ...
Dandroid.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/android/ com/ ...
/external/deqp/modules/gles3/functional/
Des3fReadPixelsTests.cpp338 GLU_CHECK_CALL(glPixelStorei(GL_PACK_ALIGNMENT, m_alignment)); in iterate()
Des3fNegativeTextureApiTests.cpp1118 glPixelStorei(GL_PACK_ALIGNMENT, 0); in init()
1122 glPixelStorei(GL_PACK_ALIGNMENT, 16); in init()
Des3fIntegerStateQueryTests.cpp2908 …ack_alignment") + verifier->getTestNamePostfix()).c_str(), "PACK_ALIGNMENT", GL_PACK_ALIGNMENT))); in init()
/external/mesa3d/include/GLES2/
Dgl2.h198 #define GL_PACK_ALIGNMENT 0x0D05 macro
/external/deqp/modules/gles31/functional/
Des31fNegativeTextureApiTests.cpp1055 ctx.glPixelStorei(GL_PACK_ALIGNMENT, 0); in pixelstorei()
1059 ctx.glPixelStorei(GL_PACK_ALIGNMENT, 16); in pixelstorei()
/external/deqp/framework/opengl/wrapper/
DglwEnums.inl175 #define GL_PACK_ALIGNMENT 0x0D05 macro
/external/mesa3d/include/GL/
Dgl.h625 #define GL_PACK_ALIGNMENT 0x0D05 macro
/external/deqp/framework/opengl/simplereference/
DsglrReferenceContext.cpp894 case GL_PACK_ALIGNMENT: in pixelStorei()