/frameworks/base/libs/hwui/ |
D | TextureCache.cpp | 304 glPixelStorei(GL_UNPACK_ALIGNMENT, 1); in generateTexture() 310 glPixelStorei(GL_UNPACK_ALIGNMENT, bitmap->bytesPerPixel()); in generateTexture() 316 glPixelStorei(GL_UNPACK_ALIGNMENT, bitmap->bytesPerPixel()); in generateTexture() 325 glPixelStorei(GL_UNPACK_ALIGNMENT, bitmap->bytesPerPixel()); in generateTexture() 365 glPixelStorei(GL_UNPACK_ROW_LENGTH, stride); in uploadToTexture() 375 glPixelStorei(GL_UNPACK_ROW_LENGTH, 0); in uploadToTexture()
|
D | Dither.cpp | 56 glPixelStorei(GL_UNPACK_ALIGNMENT, sizeof(GLfloat)); in bindDitherTexture() 67 glPixelStorei(GL_UNPACK_ALIGNMENT, 1); in bindDitherTexture()
|
D | LayerCache.cpp | 126 glPixelStorei(GL_UNPACK_ALIGNMENT, 4); in get()
|
D | TextDropShadowCache.cpp | 210 glPixelStorei(GL_UNPACK_ALIGNMENT, 1); in get()
|
D | Layer.cpp | 234 glPixelStorei(GL_UNPACK_ALIGNMENT, 4); in allocateTexture()
|
D | GradientCache.cpp | 289 glPixelStorei(GL_UNPACK_ALIGNMENT, 4); in generateTexture()
|
D | FontRenderer.cpp | 469 glPixelStorei(GL_UNPACK_ALIGNMENT, 1); in checkTextureUpdate() 481 glPixelStorei(GL_UNPACK_ROW_LENGTH, 0); in checkTextureUpdate()
|
D | LayerRenderer.cpp | 418 glPixelStorei(GL_PACK_ALIGNMENT, bitmap->bytesPerPixel()); in copyLayer()
|
D | PathCache.cpp | 318 glPixelStorei(GL_UNPACK_ALIGNMENT, 1); in generateTexture()
|
/frameworks/native/services/surfaceflinger/RenderEngine/ |
D | GLES11RenderEngine.cpp | 39 glPixelStorei(GL_UNPACK_ALIGNMENT, 4); in GLES11RenderEngine() 40 glPixelStorei(GL_PACK_ALIGNMENT, 4); in GLES11RenderEngine()
|
D | GLES20RenderEngine.cpp | 48 glPixelStorei(GL_UNPACK_ALIGNMENT, 4); in GLES20RenderEngine() 49 glPixelStorei(GL_PACK_ALIGNMENT, 4); in GLES20RenderEngine()
|
/frameworks/base/libs/hwui/font/ |
D | CacheTexture.cpp | 192 glPixelStorei(GL_UNPACK_ALIGNMENT, 1); in allocateTexture() 217 glPixelStorei(GL_UNPACK_ROW_LENGTH, mWidth); in upload()
|
/frameworks/base/services/core/jni/ |
D | com_android_server_AssetAtlasService.cpp | 185 glPixelStorei(GL_UNPACK_ALIGNMENT, bitmap->bytesPerPixel()); in com_android_server_AssetAtlasService_upload()
|
/frameworks/native/opengl/tools/glgen/specs/gles11/ |
D | GLES10.spec | 75 void glPixelStorei ( GLenum pname, GLint param )
|
D | GLES20.spec | 92 void glPixelStorei ( GLenum pname, GLint param )
|
/frameworks/base/opengl/java/javax/microedition/khronos/opengles/ |
D | GL10.java | 763 void glPixelStorei( in glPixelStorei() method
|
/frameworks/native/opengl/tools/glgen/specs/jsr239/ |
D | glspec-1.0 | 75 void glPixelStorei ( GLenum pname, GLint param )
|
/frameworks/native/opengl/libs/GLES_CM/ |
D | gl_api.in | 340 void API_ENTRY(glPixelStorei)(GLenum pname, GLint param) { 341 CALL_GL_API(glPixelStorei, pname, param);
|
/frameworks/base/opengl/java/android/opengl/ |
D | GLES10.java | 998 public static native void glPixelStorei( in glPixelStorei() method in GLES10
|
D | GLES20.java | 1302 public static native void glPixelStorei( in glPixelStorei() method in GLES20
|
D | GLErrorWrapper.java | 621 public void glPixelStorei(int pname, int param) { in glPixelStorei() method in GLErrorWrapper 623 mgl.glPixelStorei(pname, param); in glPixelStorei()
|
/frameworks/native/opengl/libs/GLES_trace/ |
D | gltrace.proto | 292 glPixelStorei = 266; enumerator
|
/frameworks/native/opengl/tests/angeles/include/GLES/ |
D | gl.h | 547 GLAPI void APIENTRY glPixelStorei (GLenum pname, GLint param);
|
/frameworks/rs/driver/ |
D | rsdAllocation.cpp | 112 RSD_CALL_GL(glPixelStorei, GL_UNPACK_ALIGNMENT, 1); in Update2DTexture() 127 RSD_CALL_GL(glPixelStorei, GL_UNPACK_ALIGNMENT, 1); in Upload2DTexture()
|
/frameworks/base/opengl/java/com/google/android/gles_jni/ |
D | GLImpl.java | 823 public native void glPixelStorei( in glPixelStorei() method in GLImpl
|