/external/deqp/framework/opengl/ |
D | gluPixelTransfer.cpp | 79 gl.pixelStorei(GL_UNPACK_ALIGNMENT, getTransferAlignment(src.getFormat())); in texImage2D() 99 gl.pixelStorei(GL_UNPACK_ALIGNMENT, getTransferAlignment(src.getFormat())); in texImage3D() 118 gl.pixelStorei(GL_UNPACK_ALIGNMENT, getTransferAlignment(src.getFormat())); in texSubImage2D() 138 gl.pixelStorei(GL_UNPACK_ALIGNMENT, getTransferAlignment(src.getFormat())); in texSubImage3D()
|
D | gluTexture.cpp | 86 gl.pixelStorei(GL_UNPACK_ALIGNMENT, computePixelStore(m_refTexture.getFormat())); in upload() 169 gl.pixelStorei(GL_UNPACK_ALIGNMENT, computePixelStore(m_refTexture.getFormat())); in upload() 354 gl.pixelStorei(GL_UNPACK_ALIGNMENT, computePixelStore(m_refTexture.getFormat())); in upload() 475 gl.pixelStorei(GL_UNPACK_ALIGNMENT, computePixelStore(m_refTexture.getFormat())); in upload() 562 gl.pixelStorei(GL_UNPACK_ALIGNMENT, computePixelStore(m_refTexture.getFormat())); in upload() 684 gl.pixelStorei(GL_UNPACK_ALIGNMENT, computePixelStore(m_refTexture.getFormat())); in upload() 775 gl.pixelStorei(GL_UNPACK_ALIGNMENT, computePixelStore(m_refTexture.getFormat())); in upload()
|
D | gluStrUtil.inl | 83 case GL_UNPACK_ALIGNMENT: return "GL_UNPACK_ALIGNMENT"; 790 case GL_UNPACK_ALIGNMENT: return "GL_UNPACK_ALIGNMENT"; 1147 case GL_UNPACK_ALIGNMENT: return "GL_UNPACK_ALIGNMENT";
|
/external/deqp/modules/gles2/functional/ |
D | es2fTextureCompletenessTests.cpp | 274 glPixelStorei (GL_UNPACK_ALIGNMENT, 1); in createTexture() 343 glPixelStorei (GL_UNPACK_ALIGNMENT, 1); in createTexture() 396 glPixelStorei (GL_UNPACK_ALIGNMENT, 1); in createTexture() 454 glPixelStorei(GL_UNPACK_ALIGNMENT, 1); in createTexture() 502 glPixelStorei (GL_UNPACK_ALIGNMENT, 1); in createTexture() 552 glPixelStorei (GL_UNPACK_ALIGNMENT, 1); in createTexture() 606 glPixelStorei (GL_UNPACK_ALIGNMENT, 1); in createTexture() 678 glPixelStorei (GL_UNPACK_ALIGNMENT, 1); in createTexture() 747 glPixelStorei (GL_UNPACK_ALIGNMENT, 1); in createTexture() 811 glPixelStorei(GL_UNPACK_ALIGNMENT, 1); in createTexture() [all …]
|
D | es2fTextureSpecificationTests.cpp | 634 glPixelStorei(GL_UNPACK_ALIGNMENT, 1); in createTexture() 678 glPixelStorei(GL_UNPACK_ALIGNMENT, 1); in createTexture() 725 glPixelStorei(GL_UNPACK_ALIGNMENT, 1); in createTexture() 776 glPixelStorei(GL_UNPACK_ALIGNMENT, 1); in createTexture() 835 glPixelStorei(GL_UNPACK_ALIGNMENT, m_alignment); in createTexture() 882 glPixelStorei(GL_UNPACK_ALIGNMENT, m_alignment); in createTexture() 928 glPixelStorei(GL_UNPACK_ALIGNMENT, 1); in createTexture() 994 glPixelStorei(GL_UNPACK_ALIGNMENT, 1); in createTexture() 1065 glPixelStorei(GL_UNPACK_ALIGNMENT, 1); in createTexture() 1119 glPixelStorei(GL_UNPACK_ALIGNMENT, 1); in createTexture() [all …]
|
D | es2fTextureUnitTests.cpp | 856 context.pixelStorei(GL_UNPACK_ALIGNMENT, 1); in render() 878 context.pixelStorei(GL_UNPACK_ALIGNMENT, 1); in render()
|
/external/deqp/modules/gles3/functional/ |
D | es3fTextureSpecificationTests.cpp | 666 glPixelStorei(GL_UNPACK_ALIGNMENT, 1); in createTexture() 721 glPixelStorei(GL_UNPACK_ALIGNMENT, 1); in createTexture() 766 glPixelStorei(GL_UNPACK_ALIGNMENT, 1); in createTexture() 805 glPixelStorei(GL_UNPACK_ALIGNMENT, 1); in createTexture() 857 glPixelStorei(GL_UNPACK_ALIGNMENT, 1); in createTexture() 917 glPixelStorei(GL_UNPACK_ALIGNMENT, 1); in createTexture() 981 glPixelStorei(GL_UNPACK_ALIGNMENT, m_alignment); in createTexture() 1038 glPixelStorei(GL_UNPACK_ALIGNMENT, m_alignment); in createTexture() 1103 glPixelStorei(GL_UNPACK_ALIGNMENT, m_alignment); in createTexture() 1175 glPixelStorei(GL_UNPACK_ALIGNMENT, m_alignment); in createTexture() [all …]
|
D | es3fTextureUnitTests.cpp | 1060 context.pixelStorei(GL_UNPACK_ALIGNMENT, 1); in upload2dTexture() 1084 context.pixelStorei(GL_UNPACK_ALIGNMENT, 1); in uploadCubeTexture() 1111 context.pixelStorei(GL_UNPACK_ALIGNMENT, 1); in upload2dArrayTexture() 1137 context.pixelStorei(GL_UNPACK_ALIGNMENT, 1); in upload3dTexture()
|
/external/mesa3d/src/gallium/state_trackers/glx/xlib/ |
D | glx_usefont.c | 267 glGetIntegerv(GL_UNPACK_ALIGNMENT, &alignment); in glXUseXFont() 277 glPixelStorei(GL_UNPACK_ALIGNMENT, 1); in glXUseXFont() 370 glPixelStorei(GL_UNPACK_ALIGNMENT, alignment); in glXUseXFont()
|
/external/mesa3d/src/mesa/drivers/x11/ |
D | xfonts.c | 273 glGetIntegerv(GL_UNPACK_ALIGNMENT, &alignment); in Fake_glXUseXFont() 283 glPixelStorei(GL_UNPACK_ALIGNMENT, 1); in Fake_glXUseXFont() 376 glPixelStorei(GL_UNPACK_ALIGNMENT, alignment); in Fake_glXUseXFont()
|
/external/mesa3d/src/glx/ |
D | xfont.c | 270 glGetIntegerv(GL_UNPACK_ALIGNMENT, &alignment); in DRI_glXUseXFont() 280 glPixelStorei(GL_UNPACK_ALIGNMENT, 1); in DRI_glXUseXFont() 372 glPixelStorei(GL_UNPACK_ALIGNMENT, alignment); in DRI_glXUseXFont()
|
D | pixelstore.c | 180 case GL_UNPACK_ALIGNMENT: in __indirect_glPixelStoref() 318 case GL_UNPACK_ALIGNMENT: in __indirect_glPixelStorei()
|
/external/mesa3d/src/mesa/main/ |
D | texcompress_cpal.c | 205 _mesa_PixelStorei(GL_UNPACK_ALIGNMENT, 1); in _mesa_cpal_compressed_teximage2d() 228 _mesa_PixelStorei(GL_UNPACK_ALIGNMENT, saved_align); in _mesa_cpal_compressed_teximage2d()
|
D | pixelstore.c | 227 case GL_UNPACK_ALIGNMENT: in _mesa_PixelStorei()
|
/external/libgdx/gdx/src/com/badlogic/gdx/graphics/glutils/ |
D | KTXTextureData.java | 219 Gdx.gl.glGetIntegerv(GL20.GL_UNPACK_ALIGNMENT, buffer); in consumeCustomData() 221 if (previousUnpackAlignment != 4) Gdx.gl.glPixelStorei(GL20.GL_UNPACK_ALIGNMENT, 4); in consumeCustomData() 277 …if (previousUnpackAlignment != 4) Gdx.gl.glPixelStorei(GL20.GL_UNPACK_ALIGNMENT, previousUnpackAli… in consumeCustomData()
|
D | FacedCubemapData.java | 175 Gdx.gl.glPixelStorei(GL20.GL_UNPACK_ALIGNMENT, 1); in consumeCubemapData()
|
/external/deqp/modules/gles31/functional/ |
D | es31fTextureSpecificationTests.cpp | 335 glPixelStorei(GL_UNPACK_ALIGNMENT, 1); in createTexture() 375 glPixelStorei (GL_UNPACK_ALIGNMENT, 1); in createTexture() 459 glPixelStorei(GL_UNPACK_ALIGNMENT, m_alignment); in createTexture() 566 glPixelStorei(GL_UNPACK_ALIGNMENT, m_alignment); in createTexture() 612 glPixelStorei(GL_UNPACK_ALIGNMENT, 1); in createTexture() 658 glPixelStorei(GL_UNPACK_ALIGNMENT, 1); in createTexture() 751 glPixelStorei(GL_UNPACK_ALIGNMENT, alignment); in createTexture()
|
/external/deqp/doc/testspecs/GLES2/ |
D | functional.texture.teximage.txt | 32 + Different pixel alignments in upload (GL_UNPACK_ALIGNMENT)
|
/external/libgdx/gdx/src/com/badlogic/gdx/graphics/ |
D | GLTexture.java | 213 Gdx.gl.glPixelStorei(GL20.GL_UNPACK_ALIGNMENT, 1); in uploadImageData()
|
/external/jmonkeyengine/engine/src/android/com/jme3/renderer/android/ |
D | TextureUtil.java | 236 GLES20.glPixelStorei(GLES20.GL_UNPACK_ALIGNMENT, 1); in uploadTexture()
|
/external/jmonkeyengine/engine/src/lwjgl/com/jme3/renderer/lwjgl/ |
D | TextureUtil.java | 399 glPixelStorei(GL_UNPACK_ALIGNMENT, 1); in uploadTexture()
|
/external/libgdx/extensions/gdx-bullet/jni/vs/Glut/EmptyGL/GL/ |
D | egl_defs.h | 427 #define GL_UNPACK_ALIGNMENT 0x0CF5 macro
|
/external/mesa3d/include/GLES/ |
D | gl.h | 235 #define GL_UNPACK_ALIGNMENT 0x0CF5 macro 369 #define GL_UNPACK_ALIGNMENT 0x0CF5 macro
|
/external/webrtc/talk/app/webrtc/java/android/org/webrtc/ |
D | SurfaceViewRenderer.java | 197 GLES20.glPixelStorei(GLES20.GL_UNPACK_ALIGNMENT, 1); in tryCreateEglSurface()
|
/external/webrtc/webrtc/modules/video_render/ios/ |
D | open_gles20.mm | 252 glPixelStorei(GL_UNPACK_ALIGNMENT, 1);
|