Searched refs:glPixelStorei (Results 1 - 15 of 15) sorted by relevance

/frameworks/base/opengl/java/android/opengl/
H A DGLErrorWrapper.java621 public void glPixelStorei(int pname, int param) { method in class:GLErrorWrapper
623 mgl.glPixelStorei(pname, param);
H A DGLES10.java996 // C function void glPixelStorei ( GLenum pname, GLint param )
998 public static native void glPixelStorei( method in class:GLES10
H A DGLLogWrapper.java2188 public void glPixelStorei(int pname, int param) { method in class:GLLogWrapper
2189 begin("glPixelStorei");
2194 mgl.glPixelStorei(pname, param);
/frameworks/base/opengl/tools/glgen/specs/gles11/
H A DGLES10.spec75 void glPixelStorei ( GLenum pname, GLint param )
/frameworks/base/libs/rs/
H A DrsAllocation.cpp116 glPixelStorei(GL_UNPACK_ALIGNMENT, 1);
/frameworks/base/opengl/java/javax/microedition/khronos/opengles/
H A DGL10.java763 void glPixelStorei( method in interface:GL10
/frameworks/base/libs/surfaceflinger/
H A DSurfaceFlinger.cpp371 glPixelStorei(GL_UNPACK_ALIGNMENT, 4);
372 glPixelStorei(GL_PACK_ALIGNMENT, 4);
H A DLayerBase.cpp531 glPixelStorei(GL_UNPACK_ALIGNMENT, unpack);
/frameworks/base/opengl/include/GLES/
H A Dgl.h707 GL_API void GL_APIENTRY glPixelStorei (GLenum pname, GLint param);
/frameworks/base/opengl/include/GLES2/
H A Dgl2.h563 GL_APICALL void GL_APIENTRY glPixelStorei (GLenum pname, GLint param);
/frameworks/base/opengl/java/com/google/android/gles_jni/
H A DGLImpl.java811 // C function void glPixelStorei ( GLenum pname, GLint param )
813 public native void glPixelStorei( method in class:GLImpl
/frameworks/base/opengl/tests/angeles/include/GLES/
H A Dgl.h547 GLAPI void APIENTRY glPixelStorei (GLenum pname, GLint param);
/frameworks/base/opengl/libagl/
H A Dtexture.cpp974 void glPixelStorei(GLenum pname, GLint param) function
/frameworks/base/core/jni/
H A Dandroid_opengl_GLES10.cpp2835 /* void glPixelStorei ( GLenum pname, GLint param ) */
2839 glPixelStorei(
3524 {"glPixelStorei", "(II)V", (void *) android_glPixelStorei__II },
H A Dcom_google_android_gles_jni_GLImpl.cpp2870 /* void glPixelStorei ( GLenum pname, GLint param ) */
2874 glPixelStorei(
6497 {"glPixelStorei", "(II)V", (void *) android_glPixelStorei__II },

Completed in 297 milliseconds