Home
last modified time | relevance | path

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

12

/frameworks/base/libs/hwui/
DTextureCache.cpp304 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()
DDither.cpp56 glPixelStorei(GL_UNPACK_ALIGNMENT, sizeof(GLfloat)); in bindDitherTexture()
67 glPixelStorei(GL_UNPACK_ALIGNMENT, 1); in bindDitherTexture()
DLayerCache.cpp126 glPixelStorei(GL_UNPACK_ALIGNMENT, 4); in get()
DTextDropShadowCache.cpp210 glPixelStorei(GL_UNPACK_ALIGNMENT, 1); in get()
DLayer.cpp234 glPixelStorei(GL_UNPACK_ALIGNMENT, 4); in allocateTexture()
DGradientCache.cpp289 glPixelStorei(GL_UNPACK_ALIGNMENT, 4); in generateTexture()
DFontRenderer.cpp469 glPixelStorei(GL_UNPACK_ALIGNMENT, 1); in checkTextureUpdate()
481 glPixelStorei(GL_UNPACK_ROW_LENGTH, 0); in checkTextureUpdate()
DLayerRenderer.cpp418 glPixelStorei(GL_PACK_ALIGNMENT, bitmap->bytesPerPixel()); in copyLayer()
DPathCache.cpp318 glPixelStorei(GL_UNPACK_ALIGNMENT, 1); in generateTexture()
/frameworks/native/services/surfaceflinger/RenderEngine/
DGLES11RenderEngine.cpp39 glPixelStorei(GL_UNPACK_ALIGNMENT, 4); in GLES11RenderEngine()
40 glPixelStorei(GL_PACK_ALIGNMENT, 4); in GLES11RenderEngine()
DGLES20RenderEngine.cpp48 glPixelStorei(GL_UNPACK_ALIGNMENT, 4); in GLES20RenderEngine()
49 glPixelStorei(GL_PACK_ALIGNMENT, 4); in GLES20RenderEngine()
/frameworks/base/libs/hwui/font/
DCacheTexture.cpp192 glPixelStorei(GL_UNPACK_ALIGNMENT, 1); in allocateTexture()
217 glPixelStorei(GL_UNPACK_ROW_LENGTH, mWidth); in upload()
/frameworks/base/services/core/jni/
Dcom_android_server_AssetAtlasService.cpp185 glPixelStorei(GL_UNPACK_ALIGNMENT, bitmap->bytesPerPixel()); in com_android_server_AssetAtlasService_upload()
/frameworks/native/opengl/tools/glgen/specs/gles11/
DGLES10.spec75 void glPixelStorei ( GLenum pname, GLint param )
DGLES20.spec92 void glPixelStorei ( GLenum pname, GLint param )
/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/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.java998 public static native void glPixelStorei( in glPixelStorei() method in GLES10
DGLES20.java1302 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()
/frameworks/native/opengl/libs/GLES_trace/
Dgltrace.proto292 glPixelStorei = 266; enumerator
/frameworks/native/opengl/tests/angeles/include/GLES/
Dgl.h547 GLAPI void APIENTRY glPixelStorei (GLenum pname, GLint param);
/frameworks/rs/driver/
DrsdAllocation.cpp112 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/
DGLImpl.java823 public native void glPixelStorei( in glPixelStorei() method in GLImpl

12