Searched refs:GL_UNPACK_ALIGNMENT (Results 1 - 24 of 24) sorted by relevance

/frameworks/base/libs/hwui/
H A DDither.cpp56 glPixelStorei(GL_UNPACK_ALIGNMENT, sizeof(GLfloat));
67 glPixelStorei(GL_UNPACK_ALIGNMENT, 1);
H A DTextureCache.cpp242 glPixelStorei(GL_UNPACK_ALIGNMENT, 1);
248 glPixelStorei(GL_UNPACK_ALIGNMENT, bitmap->bytesPerPixel());
254 glPixelStorei(GL_UNPACK_ALIGNMENT, bitmap->bytesPerPixel());
263 glPixelStorei(GL_UNPACK_ALIGNMENT, bitmap->bytesPerPixel());
H A DLayerCache.cpp120 glPixelStorei(GL_UNPACK_ALIGNMENT, 4);
H A DLayer.cpp182 glPixelStorei(GL_UNPACK_ALIGNMENT, 4);
H A DTextDropShadowCache.cpp210 glPixelStorei(GL_UNPACK_ALIGNMENT, 1);
H A DGradientCache.cpp290 glPixelStorei(GL_UNPACK_ALIGNMENT, 4);
H A DPathCache.cpp325 glPixelStorei(GL_UNPACK_ALIGNMENT, 1);
H A DFontRenderer.cpp468 glPixelStorei(GL_UNPACK_ALIGNMENT, 1);
/frameworks/base/libs/hwui/font/
H A DCacheTexture.cpp192 glPixelStorei(GL_UNPACK_ALIGNMENT, 1);
/frameworks/base/services/jni/
H A Dcom_android_server_AssetAtlasService.cpp203 glPixelStorei(GL_UNPACK_ALIGNMENT, bitmap->bytesPerPixel());
/frameworks/native/services/surfaceflinger/RenderEngine/
H A DGLES11RenderEngine.cpp36 glPixelStorei(GL_UNPACK_ALIGNMENT, 4);
H A DGLES20RenderEngine.cpp44 glPixelStorei(GL_UNPACK_ALIGNMENT, 4);
/frameworks/native/opengl/tools/glgen/stubs/gles11/
H A DGLES10Header.java-if251 public static final int GL_UNPACK_ALIGNMENT = 0x0CF5;
H A DGLES20Header.java-if122 public static final int GL_UNPACK_ALIGNMENT = 0x0CF5;
/frameworks/native/opengl/include/GLES/
H A Dgl.h235 #define GL_UNPACK_ALIGNMENT 0x0CF5 macro
369 #define GL_UNPACK_ALIGNMENT 0x0CF5 macro
/frameworks/base/opengl/java/android/opengl/
H A DGLES10.java251 public static final int GL_UNPACK_ALIGNMENT = 0x0CF5; field in class:GLES10
H A DGLES20.java122 public static final int GL_UNPACK_ALIGNMENT = 0x0CF5; field in class:GLES20
/frameworks/base/opengl/java/javax/microedition/khronos/opengles/
H A DGL10.java249 int GL_UNPACK_ALIGNMENT = 0x0CF5; field in interface:GL10
/frameworks/native/opengl/libagl/
H A Dtexture.cpp959 if ((pname != GL_PACK_ALIGNMENT) && (pname != GL_UNPACK_ALIGNMENT)) {
969 if (pname == GL_UNPACK_ALIGNMENT)
/frameworks/rs/driver/
H A DrsdAllocation.cpp112 RSD_CALL_GL(glPixelStorei, GL_UNPACK_ALIGNMENT, 1);
127 RSD_CALL_GL(glPixelStorei, GL_UNPACK_ALIGNMENT, 1);
/frameworks/native/opengl/include/GLES2/
H A Dgl2.h197 #define GL_UNPACK_ALIGNMENT 0x0CF5 macro
/frameworks/native/opengl/tests/angeles/include/GLES/
H A Dgl.h326 #define GL_UNPACK_ALIGNMENT 0x0CF5 macro
/frameworks/base/core/jni/
H A Dcom_google_android_gles_jni_GLImpl.cpp1444 #if defined(GL_UNPACK_ALIGNMENT)
1445 case GL_UNPACK_ALIGNMENT:
1446 #endif // defined(GL_UNPACK_ALIGNMENT)
1813 #if defined(GL_UNPACK_ALIGNMENT)
1814 case GL_UNPACK_ALIGNMENT:
1815 #endif // defined(GL_UNPACK_ALIGNMENT)
/frameworks/native/opengl/include/GLES3/
H A Dgl3.h221 #define GL_UNPACK_ALIGNMENT 0x0CF5 macro

Completed in 315 milliseconds