HomeSort by relevance Sort by last modified time
    Searched refs:GL_PACK_ALIGNMENT (Results 1 - 25 of 121) sorted by null

1 2 3 4 5

  /external/autotest/client/deps/glbench/src/
readpixeltest.cc 44 // 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/
esextcTextureCubeMapArrayGenerateMipMap.cpp 145 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);
esextcTextureCubeMapArrayColorDepthAttachments.cpp     [all...]
  /external/mesa3d/src/glx/
pixelstore.c 120 case GL_PACK_ALIGNMENT:
264 case GL_PACK_ALIGNMENT:
single2.c 263 case GL_PACK_ALIGNMENT:
  /external/deqp/framework/opengl/
gluPixelTransfer.cpp 60 gl.pixelStorei(GL_PACK_ALIGNMENT, getTransferAlignment(dst.getFormat()));
gluStrUtil.inl 85 case GL_PACK_ALIGNMENT: return "GL_PACK_ALIGNMENT";
    [all...]
  /external/mesa3d/src/mesa/main/
debug.c 458 _mesa_PixelStorei(GL_PACK_ALIGNMENT, 1);
491 _mesa_PixelStorei(GL_PACK_ALIGNMENT, 1);
527 _mesa_PixelStorei(GL_PACK_ALIGNMENT, 1);
pixelstore.c 90 case GL_PACK_ALIGNMENT:
  /device/generic/goldfish-opengl/system/GLESv2_enc/
GLESv2Validation.cpp 77 case GL_PACK_ALIGNMENT:
96 case GL_PACK_ALIGNMENT:
  /external/deqp/external/openglcts/modules/gl/
gl4cIndirectParametersTests.cpp 281 gl.pixelStorei(GL_PACK_ALIGNMENT, 1);
283 gl.pixelStorei(GL_PACK_ALIGNMENT, 4);
gl4cTextureBarrierTests.cpp 200 gl.pixelStorei(GL_PACK_ALIGNMENT, 1);
238 gl.pixelStorei(GL_PACK_ALIGNMENT, 4);
gl4cShaderDrawParametersTests.cpp 311 gl.pixelStorei(GL_PACK_ALIGNMENT, 1);
313 gl.pixelStorei(GL_PACK_ALIGNMENT, 4);
  /frameworks/native/opengl/tools/glgen/stubs/gles11/
GLES10Header.java-if 153 public static final int GL_PACK_ALIGNMENT = 0x0D05;
GLES20Header.java-if 123 public static final int GL_PACK_ALIGNMENT = 0x0D05;
  /external/deqp/modules/gles2/functional/
es2fReadPixelsTests.cpp 212 GLU_CHECK_CALL(glPixelStorei(GL_PACK_ALIGNMENT, m_alignment));
  /frameworks/base/libs/hwui/
OpenGLReadback.cpp 183 glPixelStorei(GL_PACK_ALIGNMENT, bitmap->bytesPerPixel());
  /device/generic/goldfish-opengl/shared/OpenglCodecCommon/
glUtils.cpp 197 case GL_PACK_ALIGNMENT:
  /frameworks/native/services/surfaceflinger/RenderEngine/
GLES20RenderEngine.cpp 123 glPixelStorei(GL_PACK_ALIGNMENT, 4);
  /device/generic/goldfish-opengl/system/include/GLES/
gl.h 236 #define GL_PACK_ALIGNMENT 0x0D05
370 #define GL_PACK_ALIGNMENT 0x0D05
    [all...]
  /external/mesa3d/include/GLES/
gl.h 236 #define GL_PACK_ALIGNMENT 0x0D05
370 #define GL_PACK_ALIGNMENT 0x0D05
    [all...]
  /external/swiftshader/third_party/PowerVR_SDK/Builds/Include/GLES/
gl.h 236 #define GL_PACK_ALIGNMENT 0x0D05
370 #define GL_PACK_ALIGNMENT 0x0D05
    [all...]
  /frameworks/base/opengl/java/android/opengl/
GLES10.java 153 public static final int GL_PACK_ALIGNMENT = 0x0D05;
    [all...]
  /frameworks/base/opengl/java/javax/microedition/khronos/opengles/
GL10.java 151 int GL_PACK_ALIGNMENT = 0x0D05;
  /external/deqp/external/openglcts/modules/glesext/texture_buffer/
esextcTextureBufferOperations.cpp 965 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");
    [all...]

Completed in 593 milliseconds

1 2 3 4 5