/frameworks/base/libs/hwui/ |
D | TextureCache.cpp | 242 glPixelStorei(GL_UNPACK_ALIGNMENT, 1); in generateTexture() 248 glPixelStorei(GL_UNPACK_ALIGNMENT, bitmap->bytesPerPixel()); in generateTexture() 254 glPixelStorei(GL_UNPACK_ALIGNMENT, bitmap->bytesPerPixel()); in generateTexture() 263 glPixelStorei(GL_UNPACK_ALIGNMENT, bitmap->bytesPerPixel()); in generateTexture()
|
D | Dither.cpp | 46 glPixelStorei(GL_UNPACK_ALIGNMENT, 1); in bindDitherTexture()
|
D | TextDropShadowCache.cpp | 137 glPixelStorei(GL_UNPACK_ALIGNMENT, 1); in get()
|
D | LayerCache.cpp | 113 glPixelStorei(GL_UNPACK_ALIGNMENT, 4); in get()
|
D | GradientCache.cpp | 235 glPixelStorei(GL_UNPACK_ALIGNMENT, GRADIENT_BYTES_PER_PIXEL); in generateTexture()
|
D | LayerRenderer.cpp | 419 glPixelStorei(GL_PACK_ALIGNMENT, bitmap->bytesPerPixel()); in copyLayer()
|
D | ShapeCache.h | 626 glPixelStorei(GL_UNPACK_ALIGNMENT, 1); in generateTexture()
|
/frameworks/base/libs/hwui/font/ |
D | CacheTexture.h | 126 glPixelStorei(GL_UNPACK_ALIGNMENT, 1); in allocateTexture()
|
/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/native/opengl/libs/GLES_trace/ |
D | gltrace.proto | 292 glPixelStorei = 266; enumerator
|
/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/GLES2/ |
D | gl2_api.in | 271 void API_ENTRY(glPixelStorei)(GLenum pname, GLint param) { 272 CALL_GL_API(glPixelStorei, pname, 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 | 1014 public static native void glPixelStorei( in glPixelStorei() method in GLES10
|
D | GLES20.java | 1343 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()
|
D | GLLogWrapper.java | 2188 public void glPixelStorei(int pname, int param) { in glPixelStorei() method in GLLogWrapper 2194 mgl.glPixelStorei(pname, param); in glPixelStorei()
|
/frameworks/rs/driver/ |
D | rsdAllocation.cpp | 99 RSD_CALL_GL(glPixelStorei, GL_UNPACK_ALIGNMENT, 1); in Update2DTexture() 112 RSD_CALL_GL(glPixelStorei, GL_UNPACK_ALIGNMENT, 1); in Upload2DTexture()
|
/frameworks/native/opengl/tests/angeles/include/GLES/ |
D | gl.h | 547 GLAPI void APIENTRY glPixelStorei (GLenum pname, GLint param);
|
/frameworks/base/opengl/java/com/google/android/gles_jni/ |
D | GLImpl.java | 823 public native void glPixelStorei( in glPixelStorei() method in GLImpl
|
/frameworks/native/opengl/include/GLES/ |
D | gl.h | 708 GL_API void GL_APIENTRY glPixelStorei (GLenum pname, GLint param);
|
/frameworks/native/opengl/include/GLES2/ |
D | gl2.h | 564 GL_APICALL void GL_APIENTRY glPixelStorei (GLenum pname, GLint param);
|
/frameworks/native/services/surfaceflinger/ |
D | SurfaceFlinger.cpp | 416 glPixelStorei(GL_UNPACK_ALIGNMENT, 4); in initializeGL() 417 glPixelStorei(GL_PACK_ALIGNMENT, 4); in initializeGL()
|