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

/frameworks/native/services/surfaceflinger/RenderEngine/
H A DGLES11RenderEngine.cpp40 glPixelStorei(GL_PACK_ALIGNMENT, 4);
H A DGLES20RenderEngine.cpp49 glPixelStorei(GL_PACK_ALIGNMENT, 4);
/frameworks/native/opengl/tools/glgen/stubs/gles11/
H A DGLES10Header.java-if153 public static final int GL_PACK_ALIGNMENT = 0x0D05;
H A DGLES20Header.java-if123 public static final int GL_PACK_ALIGNMENT = 0x0D05;
/frameworks/native/opengl/include/GLES/
H A Dgl.h236 #define GL_PACK_ALIGNMENT 0x0D05 macro
370 #define GL_PACK_ALIGNMENT 0x0D05 macro
/frameworks/base/libs/hwui/
H A DLayerRenderer.cpp418 glPixelStorei(GL_PACK_ALIGNMENT, bitmap->bytesPerPixel());
/frameworks/base/opengl/java/android/opengl/
H A DGLES10.java153 public static final int GL_PACK_ALIGNMENT = 0x0D05; field in class:GLES10
H A DGLES20.java123 public static final int GL_PACK_ALIGNMENT = 0x0D05; field in class:GLES20
/frameworks/base/opengl/java/javax/microedition/khronos/opengles/
H A DGL10.java151 int GL_PACK_ALIGNMENT = 0x0D05; field in interface:GL10
/frameworks/native/opengl/libagl/
H A Dtexture.cpp959 if ((pname != GL_PACK_ALIGNMENT) && (pname != GL_UNPACK_ALIGNMENT)) {
967 if (pname == GL_PACK_ALIGNMENT)
/frameworks/native/opengl/include/GLES2/
H A Dgl2.h173 #define GL_PACK_ALIGNMENT 0x0D05 macro
/frameworks/native/opengl/tests/angeles/include/GLES/
H A Dgl.h327 #define GL_PACK_ALIGNMENT 0x0D05 macro
/frameworks/base/core/jni/
H A Dcom_google_android_gles_jni_GLImpl.cpp1360 #if defined(GL_PACK_ALIGNMENT)
1361 case GL_PACK_ALIGNMENT:
1362 #endif // defined(GL_PACK_ALIGNMENT)
1729 #if defined(GL_PACK_ALIGNMENT)
1730 case GL_PACK_ALIGNMENT:
1731 #endif // defined(GL_PACK_ALIGNMENT)
/frameworks/native/opengl/include/GLES3/
H A Dgl3.h173 #define GL_PACK_ALIGNMENT 0x0D05 macro
H A Dgl31.h173 #define GL_PACK_ALIGNMENT 0x0D05 macro

Completed in 1861 milliseconds