HomeSort by relevance Sort by last modified time
    Searched refs:GL_UNPACK_ALIGNMENT (Results 76 - 100 of 257) sorted by null

1 2 34 5 6 7 8 91011

  /prebuilts/ndk/current/platforms/android-24/arch-x86_64/usr/include/GLES/
gl.h 235 #define GL_UNPACK_ALIGNMENT 0x0CF5
369 #define GL_UNPACK_ALIGNMENT 0x0CF5
    [all...]
  /prebuilts/ndk/current/platforms/android-4/arch-arm/usr/include/GLES/
gl.h 235 #define GL_UNPACK_ALIGNMENT 0x0CF5
369 #define GL_UNPACK_ALIGNMENT 0x0CF5
    [all...]
  /prebuilts/ndk/current/platforms/android-5/arch-arm/usr/include/GLES/
gl.h 235 #define GL_UNPACK_ALIGNMENT 0x0CF5
369 #define GL_UNPACK_ALIGNMENT 0x0CF5
    [all...]
  /prebuilts/ndk/current/platforms/android-8/arch-arm/usr/include/GLES/
gl.h 235 #define GL_UNPACK_ALIGNMENT 0x0CF5
369 #define GL_UNPACK_ALIGNMENT 0x0CF5
    [all...]
  /prebuilts/ndk/current/platforms/android-9/arch-arm/usr/include/GLES/
gl.h 235 #define GL_UNPACK_ALIGNMENT 0x0CF5
369 #define GL_UNPACK_ALIGNMENT 0x0CF5
    [all...]
  /prebuilts/ndk/current/platforms/android-9/arch-mips/usr/include/GLES/
gl.h 235 #define GL_UNPACK_ALIGNMENT 0x0CF5
369 #define GL_UNPACK_ALIGNMENT 0x0CF5
    [all...]
  /prebuilts/ndk/current/platforms/android-9/arch-x86/usr/include/GLES/
gl.h 235 #define GL_UNPACK_ALIGNMENT 0x0CF5
369 #define GL_UNPACK_ALIGNMENT 0x0CF5
    [all...]
  /external/autotest/client/deps/nvmap_compactor/src/
nvmap_carveout_compactor.c 552 glPixelStorei(GL_UNPACK_ALIGNMENT, 1);
  /external/deqp/modules/gles2/performance/
es2pTextureUploadTests.cpp 208 gl.pixelStorei (GL_UNPACK_ALIGNMENT, m_alignment);
  /external/libgdx/gdx/src/com/badlogic/gdx/graphics/
GL20.java 123 public static final int GL_UNPACK_ALIGNMENT = 0x0CF5;
  /external/mesa3d/src/glx/
single2.c 289 case GL_UNPACK_ALIGNMENT:
  /external/webrtc/talk/app/webrtc/java/android/org/webrtc/
VideoRendererGui.java 628 GLES20.glPixelStorei(GLES20.GL_UNPACK_ALIGNMENT, 1);
  /frameworks/base/opengl/java/android/opengl/
GLES10.java 251 public static final int GL_UNPACK_ALIGNMENT = 0x0CF5;
    [all...]
  /frameworks/base/opengl/java/javax/microedition/khronos/opengles/
GL10.java 249 int GL_UNPACK_ALIGNMENT = 0x0CF5;
  /external/deqp/framework/opengl/
gluStateReset.cpp 412 gl.pixelStorei(GL_UNPACK_ALIGNMENT, 4);
    [all...]
  /external/deqp/modules/gles2/functional/
es2fTextureUnitTests.cpp 856 context.pixelStorei(GL_UNPACK_ALIGNMENT, 1);
878 context.pixelStorei(GL_UNPACK_ALIGNMENT, 1);
    [all...]
  /external/robolectric/v1/lib/main/
opengl-api-gl1.1-android-2.1_r1.jar 
  /external/deqp/modules/glshared/
glsLongStressCase.cpp 527 glPixelStorei(GL_UNPACK_ALIGNMENT, computePixelStore(format));
569 glPixelStorei(GL_UNPACK_ALIGNMENT, computePixelStore(format));
    [all...]
  /external/webrtc/webrtc/modules/video_render/mac/
video_render_nsopengl.mm 518 glPixelStorei(GL_UNPACK_ALIGNMENT, 1);
  /frameworks/native/opengl/libagl/
texture.cpp 952 if ((pname != GL_PACK_ALIGNMENT) && (pname != GL_UNPACK_ALIGNMENT)) {
962 if (pname == GL_UNPACK_ALIGNMENT)
    [all...]
  /frameworks/rs/driver/
rsdAllocation.cpp 111 RSD_CALL_GL(glPixelStorei, GL_UNPACK_ALIGNMENT, 1);
126 RSD_CALL_GL(glPixelStorei, GL_UNPACK_ALIGNMENT, 1);
    [all...]
  /development/ndk/platforms/android-21/include/GLES2/
gl2.h 172 #define GL_UNPACK_ALIGNMENT 0x0CF5
  /development/ndk/platforms/android-5/include/GLES2/
gl2.h 197 #define GL_UNPACK_ALIGNMENT 0x0CF5
  /device/generic/goldfish-opengl/shared/OpenglCodecCommon/
GLClientState.cpp 214 case GL_UNPACK_ALIGNMENT:
  /device/generic/goldfish-opengl/system/include/GLES2/
gl2.h 172 #define GL_UNPACK_ALIGNMENT 0x0CF5

Completed in 801 milliseconds

1 2 34 5 6 7 8 91011