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

/frameworks/native/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/native/opengl/libagl/
H A Dstate.cpp569 void glClearColorx(GLclampx red, GLclampx green, GLclampx blue, GLclampx alpha) { function
/frameworks/base/libs/hwui/debug/
H A Dgles_redefine.h89 #define glClearColorx wrap_glClearColorx macro
H A Dgles_undefine.h89 #undef glClearColorx macro
/frameworks/base/opengl/java/com/google/android/gles_jni/
H A DGLImpl.java136 // C function void glClearColorx ( GLclampx red, GLclampx green, GLclampx blue, GLclampx alpha )
138 public native void glClearColorx( method in class:GLImpl
/frameworks/native/opengl/include/GLES/
H A Dgl.h641 GL_API void GL_APIENTRY glClearColorx (GLclampx red, GLclampx green, GLclampx blue, GLclampx alpha);
/frameworks/native/opengl/tests/angeles/
H A Ddemo.c522 glClearColorx((GLfixed)(0.1f * 65536),
/frameworks/native/opengl/tests/angeles/include/GLES/
H A Dgl.h480 GLAPI void APIENTRY glClearColorx (GLclampx red, GLclampx green, GLclampx blue, GLclampx alpha);
/frameworks/base/core/jni/
H A Dandroid_opengl_GLES10.cpp528 /* void glClearColorx ( GLclampx red, GLclampx green, GLclampx blue, GLclampx alpha ) */
532 glClearColorx(
3421 {"glClearColorx", "(IIII)V", (void *) android_glClearColorx__IIII },
H A Dcom_google_android_gles_jni_GLImpl.cpp337 /* void glClearColorx ( GLclampx red, GLclampx green, GLclampx blue, GLclampx alpha ) */
341 glClearColorx(
9102 {"glClearColorx", "(IIII)V", (void *) android_glClearColorx__IIII },

Completed in 1786 milliseconds