Searched refs:glClearColorx (Results 1 - 13 of 13) sorted by relevance

/frameworks/base/opengl/tools/glgen/specs/gles11/
H A DGLES10.spec8 void glClearColorx ( GLclampx red, GLclampx green, GLclampx blue, GLclampx alpha )
/frameworks/base/opengl/java/android/opengl/
H A DGLES10.java322 // C function void glClearColorx ( GLclampx red, GLclampx green, GLclampx blue, GLclampx alpha )
324 public static native void glClearColorx( method in class:GLES10
H A DGLErrorWrapper.java112 public void glClearColorx(int red, int green, int blue, int alpha) { method in class:GLErrorWrapper
114 mgl.glClearColorx(red, green, blue, alpha);
H A DGLLogWrapper.java1243 public void glClearColorx(int red, int green, int blue, int alpha) { method in class:GLLogWrapper
1251 mgl.glClearColorx(red, green, blue, alpha);
/frameworks/base/opengl/java/javax/microedition/khronos/opengles/
H A DGL10.java296 void glClearColorx( method in interface:GL10
/frameworks/base/opengl/libagl/
H A Dstate.cpp568 void glClearColorx(GLclampx red, GLclampx green, GLclampx blue, GLclampx alpha) { function
/frameworks/base/opengl/include/GLES/
H A Dgl.h641 GL_API void GL_APIENTRY glClearColorx (GLclampx red, GLclampx green, GLclampx blue, GLclampx alpha);
/frameworks/base/opengl/java/com/google/android/gles_jni/
H A DGLImpl.java135 // C function void glClearColorx ( GLclampx red, GLclampx green, GLclampx blue, GLclampx alpha )
137 public native void glClearColorx( method in class:GLImpl
/frameworks/base/opengl/tests/angeles/
H A Ddemo.c522 glClearColorx((GLfixed)(0.1f * 65536),
/frameworks/base/opengl/tests/angeles/include/GLES/
H A Dgl.h480 GLAPI void APIENTRY glClearColorx (GLclampx red, GLclampx green, GLclampx blue, GLclampx alpha);
/frameworks/base/opengl/libs/
H A Dglesv2dbg_functions.h31 GL_ENTRY(void, glClearColorx, GLclampx red, GLclampx green, GLclampx blue, GLclampx alpha)
/frameworks/base/core/jni/
H A Dandroid_opengl_GLES10.cpp206 /* void glClearColorx ( GLclampx red, GLclampx green, GLclampx blue, GLclampx alpha ) */
210 glClearColorx(
3414 {"glClearColorx", "(IIII)V", (void *) android_glClearColorx__IIII },
H A Dcom_google_android_gles_jni_GLImpl.cpp332 /* void glClearColorx ( GLclampx red, GLclampx green, GLclampx blue, GLclampx alpha ) */
336 glClearColorx(
7288 {"glClearColorx", "(IIII)V", (void *) android_glClearColorx__IIII },

Completed in 241 milliseconds