Home
last modified time | relevance | path

Searched refs:glPixelStorei (Results 1 – 25 of 39) sorted by relevance

12

/frameworks/base/libs/hwui/
DTextureCache.cpp242 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()
DDither.cpp46 glPixelStorei(GL_UNPACK_ALIGNMENT, 1); in bindDitherTexture()
DTextDropShadowCache.cpp137 glPixelStorei(GL_UNPACK_ALIGNMENT, 1); in get()
DLayerCache.cpp113 glPixelStorei(GL_UNPACK_ALIGNMENT, 4); in get()
DGradientCache.cpp235 glPixelStorei(GL_UNPACK_ALIGNMENT, GRADIENT_BYTES_PER_PIXEL); in generateTexture()
DLayerRenderer.cpp419 glPixelStorei(GL_PACK_ALIGNMENT, bitmap->bytesPerPixel()); in copyLayer()
DShapeCache.h626 glPixelStorei(GL_UNPACK_ALIGNMENT, 1); in generateTexture()
/frameworks/base/libs/hwui/font/
DCacheTexture.h126 glPixelStorei(GL_UNPACK_ALIGNMENT, 1); in allocateTexture()
/frameworks/native/opengl/tools/glgen/specs/gles11/
DGLES10.spec75 void glPixelStorei ( GLenum pname, GLint param )
DGLES20.spec92 void glPixelStorei ( GLenum pname, GLint param )
/frameworks/native/opengl/libs/GLES_trace/
Dgltrace.proto292 glPixelStorei = 266; enumerator
/frameworks/base/opengl/java/javax/microedition/khronos/opengles/
DGL10.java763 void glPixelStorei( in glPixelStorei() method
/frameworks/native/opengl/tools/glgen/specs/jsr239/
Dglspec-1.075 void glPixelStorei ( GLenum pname, GLint param )
/frameworks/native/opengl/libs/GLES2/
Dgl2_api.in271 void API_ENTRY(glPixelStorei)(GLenum pname, GLint param) {
272 CALL_GL_API(glPixelStorei, pname, param);
/frameworks/native/opengl/libs/GLES_CM/
Dgl_api.in340 void API_ENTRY(glPixelStorei)(GLenum pname, GLint param) {
341 CALL_GL_API(glPixelStorei, pname, param);
/frameworks/base/opengl/java/android/opengl/
DGLES10.java1014 public static native void glPixelStorei( in glPixelStorei() method in GLES10
DGLES20.java1343 public static native void glPixelStorei( in glPixelStorei() method in GLES20
DGLErrorWrapper.java621 public void glPixelStorei(int pname, int param) { in glPixelStorei() method in GLErrorWrapper
623 mgl.glPixelStorei(pname, param); in glPixelStorei()
DGLLogWrapper.java2188 public void glPixelStorei(int pname, int param) { in glPixelStorei() method in GLLogWrapper
2194 mgl.glPixelStorei(pname, param); in glPixelStorei()
/frameworks/rs/driver/
DrsdAllocation.cpp99 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/
Dgl.h547 GLAPI void APIENTRY glPixelStorei (GLenum pname, GLint param);
/frameworks/base/opengl/java/com/google/android/gles_jni/
DGLImpl.java823 public native void glPixelStorei( in glPixelStorei() method in GLImpl
/frameworks/native/opengl/include/GLES/
Dgl.h708 GL_API void GL_APIENTRY glPixelStorei (GLenum pname, GLint param);
/frameworks/native/opengl/include/GLES2/
Dgl2.h564 GL_APICALL void GL_APIENTRY glPixelStorei (GLenum pname, GLint param);
/frameworks/native/services/surfaceflinger/
DSurfaceFlinger.cpp416 glPixelStorei(GL_UNPACK_ALIGNMENT, 4); in initializeGL()
417 glPixelStorei(GL_PACK_ALIGNMENT, 4); in initializeGL()

12