/frameworks/base/libs/hwui/renderstate/ |
D | TextureState.cpp | 43 glPixelStorei(GL_UNPACK_ALIGNMENT, 1); in TextureState()
|
/frameworks/native/services/surfaceflinger/RenderEngine/ |
D | GLES20RenderEngine.cpp | 122 glPixelStorei(GL_UNPACK_ALIGNMENT, 4); in GLES20RenderEngine() 123 glPixelStorei(GL_PACK_ALIGNMENT, 4); in GLES20RenderEngine()
|
/frameworks/base/libs/hwui/ |
D | Texture.cpp | 157 glPixelStorei(GL_UNPACK_ROW_LENGTH, stride); in uploadToTexture() 167 glPixelStorei(GL_UNPACK_ROW_LENGTH, 0); in uploadToTexture()
|
D | OpenGLReadback.cpp | 183 glPixelStorei(GL_PACK_ALIGNMENT, bitmap->bytesPerPixel()); in copyTextureInto()
|
D | FontRenderer.cpp | 470 glPixelStorei(GL_UNPACK_ROW_LENGTH, 0); in checkTextureUpdate()
|
/frameworks/native/opengl/libs/ |
D | libGLESv2.map.txt | 145 glPixelStorei;
|
D | libGLESv1_CM.map.txt | 208 glPixelStorei;
|
D | libGLESv3.map.txt | 265 glPixelStorei;
|
/frameworks/base/libs/hwui/font/ |
D | CacheTexture.cpp | 210 glPixelStorei(GL_UNPACK_ROW_LENGTH, getWidth()); in 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/tests/angeles/include/GLES/ |
D | gl.h | 547 GLAPI void APIENTRY glPixelStorei (GLenum pname, GLint param);
|
/frameworks/rs/driver/ |
D | rsdAllocation.cpp | 106 RSD_CALL_GL(glPixelStorei, GL_UNPACK_ALIGNMENT, 1); in Update2DTexture() 121 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
|
/frameworks/native/opengl/include/GLES/ |
D | gl.h | 518 GL_API void GL_APIENTRY glPixelStorei (GLenum pname, GLint param);
|
/frameworks/base/libs/hwui/debug/ |
D | gles_redefine.h | 606 #define glPixelStorei wrap_glPixelStorei macro
|
D | gles_undefine.h | 605 #undef glPixelStorei
|
/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/include/GLES2/ |
D | gl2.h | 616 GL_APICALL void GL_APIENTRY glPixelStorei (GLenum pname, GLint param);
|