Searched refs:GL_UNPACK_ALIGNMENT (Results 1 - 25 of 78) sorted by relevance

1234

/external/deqp/framework/opengl/
H A DgluPixelTransfer.cpp79 gl.pixelStorei(GL_UNPACK_ALIGNMENT, getTransferAlignment(src.getFormat()));
99 gl.pixelStorei(GL_UNPACK_ALIGNMENT, getTransferAlignment(src.getFormat()));
118 gl.pixelStorei(GL_UNPACK_ALIGNMENT, getTransferAlignment(src.getFormat()));
138 gl.pixelStorei(GL_UNPACK_ALIGNMENT, getTransferAlignment(src.getFormat()));
H A DgluTexture.cpp86 gl.pixelStorei(GL_UNPACK_ALIGNMENT, computePixelStore(m_refTexture.getFormat()));
169 gl.pixelStorei(GL_UNPACK_ALIGNMENT, computePixelStore(m_refTexture.getFormat()));
301 gl.pixelStorei(GL_UNPACK_ALIGNMENT, computePixelStore(m_refTexture.getFormat()));
388 gl.pixelStorei(GL_UNPACK_ALIGNMENT, computePixelStore(m_refTexture.getFormat()));
509 gl.pixelStorei(GL_UNPACK_ALIGNMENT, computePixelStore(m_refTexture.getFormat()));
596 gl.pixelStorei(GL_UNPACK_ALIGNMENT, computePixelStore(m_refTexture.getFormat()));
718 gl.pixelStorei(GL_UNPACK_ALIGNMENT, computePixelStore(m_refTexture.getFormat()));
809 gl.pixelStorei(GL_UNPACK_ALIGNMENT, computePixelStore(m_refTexture.getFormat()));
H A DgluStrUtil.inl84 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/mesa3d/src/mesa/main/
H A Dtexcompress_cpal.c187 _mesa_PixelStorei(GL_UNPACK_ALIGNMENT, 1);
209 _mesa_PixelStorei(GL_UNPACK_ALIGNMENT, saved_align);
H A Dpixelstore.c174 case GL_UNPACK_ALIGNMENT:
/external/deqp/modules/gles2/functional/
H A Des2fTextureCompletenessTests.cpp281 glPixelStorei (GL_UNPACK_ALIGNMENT, 1);
348 glPixelStorei (GL_UNPACK_ALIGNMENT, 1);
399 glPixelStorei (GL_UNPACK_ALIGNMENT, 1);
455 glPixelStorei(GL_UNPACK_ALIGNMENT, 1);
501 glPixelStorei (GL_UNPACK_ALIGNMENT, 1);
549 glPixelStorei (GL_UNPACK_ALIGNMENT, 1);
601 glPixelStorei (GL_UNPACK_ALIGNMENT, 1);
671 glPixelStorei (GL_UNPACK_ALIGNMENT, 1);
738 glPixelStorei (GL_UNPACK_ALIGNMENT, 1);
800 glPixelStorei(GL_UNPACK_ALIGNMENT,
[all...]
H A Des2fTextureSpecificationTests.cpp634 glPixelStorei(GL_UNPACK_ALIGNMENT, 1);
678 glPixelStorei(GL_UNPACK_ALIGNMENT, 1);
725 glPixelStorei(GL_UNPACK_ALIGNMENT, 1);
776 glPixelStorei(GL_UNPACK_ALIGNMENT, 1);
835 glPixelStorei(GL_UNPACK_ALIGNMENT, m_alignment);
882 glPixelStorei(GL_UNPACK_ALIGNMENT, m_alignment);
928 glPixelStorei(GL_UNPACK_ALIGNMENT, 1);
994 glPixelStorei(GL_UNPACK_ALIGNMENT, 1);
1065 glPixelStorei(GL_UNPACK_ALIGNMENT, 1);
1119 glPixelStorei(GL_UNPACK_ALIGNMENT,
[all...]
/external/mesa3d/src/gallium/state_trackers/glx/xlib/
H A Dglx_usefont.c113 glPixelStorei (GL_UNPACK_ALIGNMENT, 1);
268 glGetIntegerv(GL_UNPACK_ALIGNMENT, &alignment);
278 glPixelStorei(GL_UNPACK_ALIGNMENT, 1);
371 glPixelStorei(GL_UNPACK_ALIGNMENT, alignment);
/external/mesa3d/src/glx/
H A Dxfont.c118 glPixelStorei (GL_UNPACK_ALIGNMENT, 1);
280 glGetIntegerv(GL_UNPACK_ALIGNMENT, &alignment);
290 glPixelStorei(GL_UNPACK_ALIGNMENT, 1);
382 glPixelStorei(GL_UNPACK_ALIGNMENT, alignment);
H A Dpixelstore.c181 case GL_UNPACK_ALIGNMENT:
319 case GL_UNPACK_ALIGNMENT:
/external/mesa3d/src/mesa/drivers/x11/
H A Dxfonts.c113 glPixelStorei (GL_UNPACK_ALIGNMENT, 1);
267 glGetIntegerv(GL_UNPACK_ALIGNMENT, &alignment);
277 glPixelStorei(GL_UNPACK_ALIGNMENT, 1);
370 glPixelStorei(GL_UNPACK_ALIGNMENT, alignment);
/external/deqp/external/openglcts/modules/glesext/texture_cube_map_array/
H A DesextcTextureCubeMapArrayGenerateMipMap.cpp146 gl.pixelStorei(GL_UNPACK_ALIGNMENT, 4);
205 gl.pixelStorei(GL_UNPACK_ALIGNMENT, 1);
502 gl.pixelStorei(GL_UNPACK_ALIGNMENT, 4);
548 gl.pixelStorei(GL_UNPACK_ALIGNMENT, 1);
/external/tensorflow/tensorflow/examples/android/jni/object_tracking/
H A Dsprite.h167 glPixelStorei(GL_UNPACK_ALIGNMENT, 1);
/external/deqp/modules/gles3/functional/
H A Des3fTextureSpecificationTests.cpp666 glPixelStorei(GL_UNPACK_ALIGNMENT, 1);
721 glPixelStorei(GL_UNPACK_ALIGNMENT, 1);
766 glPixelStorei(GL_UNPACK_ALIGNMENT, 1);
805 glPixelStorei(GL_UNPACK_ALIGNMENT, 1);
857 glPixelStorei(GL_UNPACK_ALIGNMENT, 1);
917 glPixelStorei(GL_UNPACK_ALIGNMENT, 1);
981 glPixelStorei(GL_UNPACK_ALIGNMENT, m_alignment);
1038 glPixelStorei(GL_UNPACK_ALIGNMENT, m_alignment);
1102 glPixelStorei(GL_UNPACK_ALIGNMENT, m_alignment);
1174 glPixelStorei(GL_UNPACK_ALIGNMENT, m_alignmen
[all...]
H A Des3fTextureUnitTests.cpp1061 context.pixelStorei(GL_UNPACK_ALIGNMENT, 1);
1085 context.pixelStorei(GL_UNPACK_ALIGNMENT, 1);
1112 context.pixelStorei(GL_UNPACK_ALIGNMENT, 1);
1138 context.pixelStorei(GL_UNPACK_ALIGNMENT, 1);
/external/deqp/modules/gles31/functional/
H A Des31fTextureSpecificationTests.cpp337 glPixelStorei(GL_UNPACK_ALIGNMENT, 1);
377 glPixelStorei (GL_UNPACK_ALIGNMENT, 1);
461 glPixelStorei(GL_UNPACK_ALIGNMENT, m_alignment);
568 glPixelStorei(GL_UNPACK_ALIGNMENT, m_alignment);
614 glPixelStorei(GL_UNPACK_ALIGNMENT, 1);
660 glPixelStorei(GL_UNPACK_ALIGNMENT, 1);
753 glPixelStorei(GL_UNPACK_ALIGNMENT, alignment);
/external/webrtc/webrtc/modules/video_render/ios/
H A Dopen_gles20.mm252 glPixelStorei(GL_UNPACK_ALIGNMENT, 1);
/external/deqp/external/openglcts/modules/gl/
H A Dgl4cTextureBarrierTests.cpp201 gl.pixelStorei(GL_UNPACK_ALIGNMENT, 1);
239 gl.pixelStorei(GL_UNPACK_ALIGNMENT, 4);
/external/webrtc/talk/app/webrtc/java/android/org/webrtc/
H A DSurfaceViewRenderer.java197 GLES20.glPixelStorei(GLES20.GL_UNPACK_ALIGNMENT, 1);
/external/deqp/external/openglcts/modules/glesext/texture_buffer/
H A DesextcTextureBufferOperations.cpp962 gl.pixelStorei(GL_UNPACK_ALIGNMENT, 1);
963 GLU_EXPECT_NO_ERROR(gl.getError(), "Error setting GL_UNPACK_ALIGNMENT parameter to 1");
972 gl.pixelStorei(GL_UNPACK_ALIGNMENT, 4);
973 GLU_EXPECT_NO_ERROR(gl.getError(), "Error setting GL_UNPACK_ALIGNMENT parameter to default value");
/external/mesa3d/include/GLES/
H A Dgl.h235 #define GL_UNPACK_ALIGNMENT 0x0CF5 macro
369 #define GL_UNPACK_ALIGNMENT 0x0CF5 macro
/external/swiftshader/third_party/PowerVR_SDK/Builds/Include/GLES/
H A Dgl.h235 #define GL_UNPACK_ALIGNMENT 0x0CF5 macro
369 #define GL_UNPACK_ALIGNMENT 0x0CF5 macro
/external/webrtc/talk/app/webrtc/objc/
H A DRTCOpenGLVideoRenderer.mm249 glPixelStorei(GL_UNPACK_ALIGNMENT, 1);
/external/webrtc/webrtc/api/objc/
H A DRTCOpenGLVideoRenderer.mm230 glPixelStorei(GL_UNPACK_ALIGNMENT, 1);
/external/autotest/client/deps/nvmap_compactor/src/
H A Dnvmap_carveout_compactor.c552 glPixelStorei(GL_UNPACK_ALIGNMENT, 1);

Completed in 974 milliseconds

1234