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

/frameworks/native/opengl/libs/GLES_trace/
H A Dgltrace.proto53 glClearColorx = 27;
/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/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.cpp397 /* void glClearColorx ( GLclampx red, GLclampx green, GLclampx blue, GLclampx alpha ) */
401 glClearColorx(
3077 {"glClearColorx", "(IIII)V", (void *) android_glClearColorx__IIII },
H A Dcom_google_android_gles_jni_GLImpl.cpp331 /* void glClearColorx ( GLclampx red, GLclampx green, GLclampx blue, GLclampx alpha ) */
335 glClearColorx(
8498 {"glClearColorx", "(IIII)V", (void *) android_glClearColorx__IIII },
/frameworks/native/opengl/libs/GLES_trace/src/
H A Dgltrace.pb.cpp859 const GLMessage_Function GLMessage::glClearColorx; member in class:android::gltrace::GLMessage
H A Dgltrace.pb.h1207 static const Function glClearColorx = GLMessage_Function_glClearColorx; member in class:android::gltrace::GLMessage
H A Dgltrace_api.cpp24649 glmsg.set_function(GLMessage::glClearColorx);
24678 glContext->hooks->gl.glClearColorx(red, green, blue, alpha);
[all...]

Completed in 5036 milliseconds