/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() 301 gl.pixelStorei(GL_UNPACK_ALIGNMENT, computePixelStore(m_refTexture.getFormat())); in upload() 388 gl.pixelStorei(GL_UNPACK_ALIGNMENT, computePixelStore(m_refTexture.getFormat())); in upload() 509 gl.pixelStorei(GL_UNPACK_ALIGNMENT, computePixelStore(m_refTexture.getFormat())); in upload() 596 gl.pixelStorei(GL_UNPACK_ALIGNMENT, computePixelStore(m_refTexture.getFormat())); in upload() 718 gl.pixelStorei(GL_UNPACK_ALIGNMENT, computePixelStore(m_refTexture.getFormat())); in upload() 809 gl.pixelStorei(GL_UNPACK_ALIGNMENT, computePixelStore(m_refTexture.getFormat())); in upload()
|
D | gluStrUtil.inl | 84 case GL_UNPACK_ALIGNMENT: return "GL_UNPACK_ALIGNMENT"; 791 case GL_UNPACK_ALIGNMENT: return "GL_UNPACK_ALIGNMENT"; 1148 case GL_UNPACK_ALIGNMENT: return "GL_UNPACK_ALIGNMENT";
|
/external/deqp/modules/gles2/functional/ |
D | es2fTextureCompletenessTests.cpp | 281 glPixelStorei (GL_UNPACK_ALIGNMENT, 1); in createTexture() 348 glPixelStorei (GL_UNPACK_ALIGNMENT, 1); in createTexture() 399 glPixelStorei (GL_UNPACK_ALIGNMENT, 1); in createTexture() 455 glPixelStorei(GL_UNPACK_ALIGNMENT, 1); in createTexture() 501 glPixelStorei (GL_UNPACK_ALIGNMENT, 1); in createTexture() 549 glPixelStorei (GL_UNPACK_ALIGNMENT, 1); in createTexture() 601 glPixelStorei (GL_UNPACK_ALIGNMENT, 1); in createTexture() 671 glPixelStorei (GL_UNPACK_ALIGNMENT, 1); in createTexture() 738 glPixelStorei (GL_UNPACK_ALIGNMENT, 1); in createTexture() 800 glPixelStorei(GL_UNPACK_ALIGNMENT, 1); in createTexture() [all …]
|
D | es2fTextureSpecificationTests.cpp | 641 glPixelStorei(GL_UNPACK_ALIGNMENT, 1); in createTexture() 688 glPixelStorei(GL_UNPACK_ALIGNMENT, 1); in createTexture() 738 glPixelStorei(GL_UNPACK_ALIGNMENT, 1); in createTexture() 792 glPixelStorei(GL_UNPACK_ALIGNMENT, 1); in createTexture() 854 glPixelStorei(GL_UNPACK_ALIGNMENT, m_alignment); in createTexture() 904 glPixelStorei(GL_UNPACK_ALIGNMENT, m_alignment); in createTexture() 953 glPixelStorei(GL_UNPACK_ALIGNMENT, 1); in createTexture() 1022 glPixelStorei(GL_UNPACK_ALIGNMENT, 1); in createTexture() 1096 glPixelStorei(GL_UNPACK_ALIGNMENT, 1); in createTexture() 1153 glPixelStorei(GL_UNPACK_ALIGNMENT, 1); in createTexture() [all …]
|
D | es2fTextureUnitTests.cpp | 857 context.pixelStorei(GL_UNPACK_ALIGNMENT, 1); in render() 879 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() 1102 glPixelStorei(GL_UNPACK_ALIGNMENT, m_alignment); in createTexture() 1174 glPixelStorei(GL_UNPACK_ALIGNMENT, m_alignment); in createTexture() [all …]
|
D | es3fTextureUnitTests.cpp | 1061 context.pixelStorei(GL_UNPACK_ALIGNMENT, 1); in upload2dTexture() 1085 context.pixelStorei(GL_UNPACK_ALIGNMENT, 1); in uploadCubeTexture() 1112 context.pixelStorei(GL_UNPACK_ALIGNMENT, 1); in upload2dArrayTexture() 1138 context.pixelStorei(GL_UNPACK_ALIGNMENT, 1); in upload3dTexture()
|
/external/deqp/external/openglcts/modules/glesext/texture_cube_map_array/ |
D | esextcTextureCubeMapArrayGenerateMipMap.cpp | 146 gl.pixelStorei(GL_UNPACK_ALIGNMENT, 4); in deinit() 205 gl.pixelStorei(GL_UNPACK_ALIGNMENT, 1); in initTest() 502 gl.pixelStorei(GL_UNPACK_ALIGNMENT, 4); in deinit() 548 gl.pixelStorei(GL_UNPACK_ALIGNMENT, 1); in initTest()
|
/external/mesa3d/src/mesa/drivers/x11/ |
D | xfonts.c | 267 glGetIntegerv(GL_UNPACK_ALIGNMENT, &alignment); in Fake_glXUseXFont() 277 glPixelStorei(GL_UNPACK_ALIGNMENT, 1); in Fake_glXUseXFont() 370 glPixelStorei(GL_UNPACK_ALIGNMENT, alignment); in Fake_glXUseXFont()
|
/external/mesa3d/src/gallium/state_trackers/glx/xlib/ |
D | glx_usefont.c | 268 glGetIntegerv(GL_UNPACK_ALIGNMENT, &alignment); in glXUseXFont() 278 glPixelStorei(GL_UNPACK_ALIGNMENT, 1); in glXUseXFont() 371 glPixelStorei(GL_UNPACK_ALIGNMENT, alignment); in glXUseXFont()
|
/external/mesa3d/src/mesa/main/ |
D | texcompress_cpal.c | 187 _mesa_PixelStorei(GL_UNPACK_ALIGNMENT, 1); in _mesa_cpal_compressed_teximage2d() 209 _mesa_PixelStorei(GL_UNPACK_ALIGNMENT, saved_align); in _mesa_cpal_compressed_teximage2d()
|
D | pixelstore.c | 175 case GL_UNPACK_ALIGNMENT: in pixel_storei()
|
/external/mesa3d/src/glx/ |
D | xfont.c | 280 glGetIntegerv(GL_UNPACK_ALIGNMENT, &alignment); in DRI_glXUseXFont() 290 glPixelStorei(GL_UNPACK_ALIGNMENT, 1); in DRI_glXUseXFont() 382 glPixelStorei(GL_UNPACK_ALIGNMENT, alignment); in DRI_glXUseXFont()
|
D | pixelstore.c | 181 case GL_UNPACK_ALIGNMENT: in __indirect_glPixelStoref() 319 case GL_UNPACK_ALIGNMENT: in __indirect_glPixelStorei()
|
/external/deqp/modules/gles31/functional/ |
D | es31fTextureSpecificationTests.cpp | 337 glPixelStorei(GL_UNPACK_ALIGNMENT, 1); in createTexture() 377 glPixelStorei (GL_UNPACK_ALIGNMENT, 1); in createTexture() 461 glPixelStorei(GL_UNPACK_ALIGNMENT, m_alignment); in createTexture() 568 glPixelStorei(GL_UNPACK_ALIGNMENT, m_alignment); in createTexture() 614 glPixelStorei(GL_UNPACK_ALIGNMENT, 1); in createTexture() 660 glPixelStorei(GL_UNPACK_ALIGNMENT, 1); in createTexture() 753 glPixelStorei(GL_UNPACK_ALIGNMENT, alignment); in createTexture()
|
/external/tensorflow/tensorflow/examples/android/jni/object_tracking/ |
D | sprite.h | 167 glPixelStorei(GL_UNPACK_ALIGNMENT, 1); in LoadTexture()
|
/external/deqp/doc/testspecs/GLES2/ |
D | functional.texture.teximage.txt | 32 + Different pixel alignments in upload (GL_UNPACK_ALIGNMENT)
|
/external/deqp/external/openglcts/modules/gl/ |
D | gl4cTextureBarrierTests.cpp | 201 gl.pixelStorei(GL_UNPACK_ALIGNMENT, 1); in init() 239 gl.pixelStorei(GL_UNPACK_ALIGNMENT, 4); in deinit()
|
/external/swiftshader/third_party/PowerVR_SDK/Builds/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/deqp/external/openglcts/modules/glesext/texture_buffer/ |
D | esextcTextureBufferOperations.cpp | 962 gl.pixelStorei(GL_UNPACK_ALIGNMENT, 1); in initializeBufferObjectData() 972 gl.pixelStorei(GL_UNPACK_ALIGNMENT, 4); in initializeBufferObjectData()
|
/external/webrtc/webrtc/modules/video_render/ios/ |
D | open_gles20.mm | 252 glPixelStorei(GL_UNPACK_ALIGNMENT, 1);
|
/external/deqp/modules/gles2/performance/ |
D | es2pTextureUploadTests.cpp | 208 gl.pixelStorei (GL_UNPACK_ALIGNMENT, m_alignment); in init()
|
/external/deqp/external/openglcts/modules/common/ |
D | glcPackedPixelsTests.cpp | 660 modeMap[GL_UNPACK_ALIGNMENT] = "GL_UNPACK_ALIGNMENT"; in getModeStr() 932 gl.pixelStorei(GL_UNPACK_ALIGNMENT, up.alignment); in applyInitialStorageModes() 3643 gl.getIntegerv(GL_UNPACK_ALIGNMENT, &i); in iterate() 3745 { GL_UNPACK_ALIGNMENT, &up.alignment, 1 }, in iterate() 3746 { GL_UNPACK_ALIGNMENT, &up.alignment, 2 }, in iterate() 3747 { GL_UNPACK_ALIGNMENT, &up.alignment, 4 }, in iterate() 3748 { GL_UNPACK_ALIGNMENT, &up.alignment, 8 }, in iterate()
|