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/base/libs/hwui/
H A DLayerRenderer.cpp415 glPixelStorei(GL_PACK_ALIGNMENT, bitmap->bytesPerPixel());
/frameworks/native/opengl/include/GLES/
H A Dgl.h236 #define GL_PACK_ALIGNMENT 0x0D05 macro
370 #define GL_PACK_ALIGNMENT 0x0D05 macro
/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.cpp1364 #if defined(GL_PACK_ALIGNMENT)
1365 case GL_PACK_ALIGNMENT:
1366 #endif // defined(GL_PACK_ALIGNMENT)
1733 #if defined(GL_PACK_ALIGNMENT)
1734 case GL_PACK_ALIGNMENT:
1735 #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 120 milliseconds