Searched refs:GL_PACK_ALIGNMENT (Results 1 - 25 of 65) sorted by relevance

123

/external/autotest/client/deps/glbench/src/
H A Dreadpixeltest.cc44 // Default GL_PACK_ALIGNMENT is 4, round up pixel row size to multiple of 4.
51 // Reducing GL_PACK_ALIGNMENT can only make rows smaller. No need to
53 glPixelStorei(GL_PACK_ALIGNMENT, 1);
/external/deqp/external/openglcts/modules/glesext/texture_cube_map_array/
H A DesextcTextureCubeMapArrayGenerateMipMap.cpp145 gl.pixelStorei(GL_PACK_ALIGNMENT, 4);
204 gl.pixelStorei(GL_PACK_ALIGNMENT, 1);
501 gl.pixelStorei(GL_PACK_ALIGNMENT, 4);
547 gl.pixelStorei(GL_PACK_ALIGNMENT, 1);
H A DesextcTextureCubeMapArrayColorDepthAttachments.cpp1083 gl.pixelStorei(GL_PACK_ALIGNMENT, 2);
1102 gl.pixelStorei(GL_PACK_ALIGNMENT, 4);
/external/mesa3d/src/glx/
H A Dpixelstore.c120 case GL_PACK_ALIGNMENT:
264 case GL_PACK_ALIGNMENT:
H A Dsingle2.c263 case GL_PACK_ALIGNMENT:
/external/deqp/framework/opengl/
H A DgluPixelTransfer.cpp60 gl.pixelStorei(GL_PACK_ALIGNMENT, getTransferAlignment(dst.getFormat()));
H A DgluStrUtil.inl85 case GL_PACK_ALIGNMENT: return "GL_PACK_ALIGNMENT";
1152 case GL_PACK_ALIGNMENT: return "GL_PACK_ALIGNMENT";
H A DgluStateReset.cpp429 gl.pixelStorei(GL_PACK_ALIGNMENT, 4);
1063 gl.pixelStorei (GL_PACK_ALIGNMENT, 4);
/external/mesa3d/src/mesa/main/
H A Ddebug.c458 _mesa_PixelStorei(GL_PACK_ALIGNMENT, 1);
491 _mesa_PixelStorei(GL_PACK_ALIGNMENT, 1);
527 _mesa_PixelStorei(GL_PACK_ALIGNMENT, 1);
H A Dpixelstore.c90 case GL_PACK_ALIGNMENT:
/external/deqp/external/openglcts/modules/gl/
H A Dgl4cIndirectParametersTests.cpp281 gl.pixelStorei(GL_PACK_ALIGNMENT, 1);
283 gl.pixelStorei(GL_PACK_ALIGNMENT, 4);
H A Dgl4cTextureBarrierTests.cpp200 gl.pixelStorei(GL_PACK_ALIGNMENT, 1);
238 gl.pixelStorei(GL_PACK_ALIGNMENT, 4);
H A Dgl4cShaderDrawParametersTests.cpp311 gl.pixelStorei(GL_PACK_ALIGNMENT, 1);
313 gl.pixelStorei(GL_PACK_ALIGNMENT, 4);
H A Dgl3cCullDistanceTests.cpp409 gl.pixelStorei(GL_PACK_ALIGNMENT, 4);
533 gl.pixelStorei(GL_PACK_ALIGNMENT, 1);
/external/deqp/modules/gles2/functional/
H A Des2fReadPixelsTests.cpp212 GLU_CHECK_CALL(glPixelStorei(GL_PACK_ALIGNMENT, m_alignment));
/external/deqp/external/openglcts/modules/glesext/texture_buffer/
H A DesextcTextureBufferOperations.cpp965 gl.pixelStorei(GL_PACK_ALIGNMENT, 1);
966 GLU_EXPECT_NO_ERROR(gl.getError(), "Error setting GL_PACK_ALIGNMENT parameter to 1");
975 gl.pixelStorei(GL_PACK_ALIGNMENT, 4);
976 GLU_EXPECT_NO_ERROR(gl.getError(), "Error setting GL_PACK_ALIGNMENT parameter to default value");
/external/mesa3d/include/GLES/
H A Dgl.h236 #define GL_PACK_ALIGNMENT 0x0D05 macro
370 #define GL_PACK_ALIGNMENT 0x0D05 macro
/external/swiftshader/third_party/PowerVR_SDK/Builds/Include/GLES/
H A Dgl.h236 #define GL_PACK_ALIGNMENT 0x0D05 macro
370 #define GL_PACK_ALIGNMENT 0x0D05 macro
/external/robolectric/v1/lib/main/
H A Dopengl-api-gl1.1-android-2.1_r1.jarMETA-INF/ META-INF/MANIFEST.MF javax/ javax/microedition/ javax/microedition/khronos/ javax/microedition/khronos/opengles/ ...
/external/webrtc/webrtc/modules/desktop_capture/
H A Dscreen_capturer_mac.mm574 glPixelStorei(GL_PACK_ALIGNMENT, 4); // Force 4-byte alignment.
/external/deqp/modules/gles3/functional/
H A Des3fReadPixelsTests.cpp338 GLU_CHECK_CALL(glPixelStorei(GL_PACK_ALIGNMENT, m_alignment));
339 m_testCtx.getLog() << tcu::TestLog::Message << "GL_PACK_ALIGNMENT: " << m_alignment << tcu::TestLog::EndMessage;
/external/swiftshader/include/GLES/
H A Dgl.h292 #define GL_PACK_ALIGNMENT 0x0D05 macro
/external/swiftshader/third_party/PowerVR_SDK/Builds/Include/GLES2/
H A Dgl2.h198 #define GL_PACK_ALIGNMENT 0x0D05 macro
/external/deqp/external/openglcts/modules/glesext/draw_elements_base_vertex/
H A DesextcDrawElementsBaseVertexTests.cpp584 /* Restore the default GL_PACK_ALIGNMENT setting */
585 gl.pixelStorei(GL_PACK_ALIGNMENT, 4);
1059 gl.pixelStorei(GL_PACK_ALIGNMENT, 1);
/external/swiftshader/src/OpenGL/libGLES_CM/
H A DContext.cpp1219 case GL_PACK_ALIGNMENT: *params = mState.packAlignment; break;
1448 case GL_PACK_ALIGNMENT:
1600 case GL_PACK_ALIGNMENT:

Completed in 399 milliseconds

123