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

1 2 3 4 5 6 7 8 910

  /external/autotest/client/deps/glbench/src/
readpixeltest.cc 43 // Default GL_PACK_ALIGNMENT is 4, round up pixel row size to multiple of 4.
50 // Reducing GL_PACK_ALIGNMENT can only make rows smaller. No need to
52 glPixelStorei(GL_PACK_ALIGNMENT, 1);
  /external/libgdx/gdx/src/com/badlogic/gdx/utils/
ScreenUtils.java 71 Gdx.gl.glPixelStorei(GL20.GL_PACK_ALIGNMENT, 1);
101 Gdx.gl.glPixelStorei(GL20.GL_PACK_ALIGNMENT, 1);
  /external/libgdx/backends/gdx-backends-gwt/src/com/badlogic/gdx/backends/gwt/emu/com/badlogic/gdx/utils/
ScreenUtils.java 74 Gdx.gl.glPixelStorei(GL20.GL_PACK_ALIGNMENT, 1);
120 Gdx.gl.glPixelStorei(GL20.GL_PACK_ALIGNMENT, 1);
  /external/mesa3d/src/glx/
pixelstore.c 119 case GL_PACK_ALIGNMENT:
263 case GL_PACK_ALIGNMENT:
  /external/deqp/framework/opengl/
gluPixelTransfer.cpp 60 gl.pixelStorei(GL_PACK_ALIGNMENT, getTransferAlignment(dst.getFormat()));
gluStrUtil.inl 84 case GL_PACK_ALIGNMENT: return "GL_PACK_ALIGNMENT";
    [all...]
  /frameworks/base/libs/hwui/
Readback.cpp 91 glPixelStorei(GL_PACK_ALIGNMENT, bitmap->bytesPerPixel());
LayerRenderer.cpp 414 glPixelStorei(GL_PACK_ALIGNMENT, bitmap->bytesPerPixel());
  /external/mesa3d/src/mesa/main/
debug.c 472 _mesa_PixelStorei(GL_PACK_ALIGNMENT, 1);
505 _mesa_PixelStorei(GL_PACK_ALIGNMENT, 1);
541 _mesa_PixelStorei(GL_PACK_ALIGNMENT, 1);
pixelstore.c 123 case GL_PACK_ALIGNMENT:
  /device/generic/goldfish-opengl/shared/OpenglCodecCommon/
glUtils.cpp 156 case GL_PACK_ALIGNMENT:
  /frameworks/native/services/surfaceflinger/RenderEngine/
GLES11RenderEngine.cpp 40 glPixelStorei(GL_PACK_ALIGNMENT, 4);
GLES20RenderEngine.cpp 49 glPixelStorei(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));
  /development/ndk/platforms/android-4/include/GLES/
gl.h 236 #define GL_PACK_ALIGNMENT 0x0D05
370 #define GL_PACK_ALIGNMENT 0x0D05
    [all...]
  /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...]
  /frameworks/native/opengl/include/GLES/
gl.h 236 #define GL_PACK_ALIGNMENT 0x0D05
370 #define GL_PACK_ALIGNMENT 0x0D05
    [all...]
  /prebuilts/ndk/current/platforms/android-12/arch-arm/usr/include/GLES/
gl.h 236 #define GL_PACK_ALIGNMENT 0x0D05
370 #define GL_PACK_ALIGNMENT 0x0D05
    [all...]
  /prebuilts/ndk/current/platforms/android-12/arch-mips/usr/include/GLES/
gl.h 236 #define GL_PACK_ALIGNMENT 0x0D05
370 #define GL_PACK_ALIGNMENT 0x0D05
    [all...]
  /prebuilts/ndk/current/platforms/android-12/arch-x86/usr/include/GLES/
gl.h 236 #define GL_PACK_ALIGNMENT 0x0D05
370 #define GL_PACK_ALIGNMENT 0x0D05
    [all...]
  /prebuilts/ndk/current/platforms/android-13/arch-arm/usr/include/GLES/
gl.h 236 #define GL_PACK_ALIGNMENT 0x0D05
370 #define GL_PACK_ALIGNMENT 0x0D05
    [all...]
  /prebuilts/ndk/current/platforms/android-13/arch-mips/usr/include/GLES/
gl.h 236 #define GL_PACK_ALIGNMENT 0x0D05
370 #define GL_PACK_ALIGNMENT 0x0D05
    [all...]

Completed in 525 milliseconds

1 2 3 4 5 6 7 8 910