Searched refs:glClearColorxOES (Results 1 - 6 of 6) sorted by relevance

/frameworks/native/opengl/tools/glgen/specs/gles11/
H A DGLES11Ext.spec15 void glClearColorxOES ( GLclampx red, GLclampx green, GLclampx blue, GLclampx alpha )
/frameworks/base/opengl/java/android/opengl/
H A DGLES11Ext.java279 // C function void glClearColorxOES ( GLclampx red, GLclampx green, GLclampx blue, GLclampx alpha )
281 public static native void glClearColorxOES( method in class:GLES11Ext
/frameworks/base/libs/hwui/debug/
H A Dunwrap_gles.h93 #undef glClearColorxOES macro
H A Dwrap_gles.h93 #define glClearColorxOES wrap_glClearColorxOES macro
/frameworks/native/opengl/include/GLES/
H A Dglext.h668 GL_API void GL_APIENTRY glClearColorxOES (GLclampx red, GLclampx green, GLclampx blue, GLclampx alpha);
/frameworks/base/core/jni/
H A Dandroid_opengl_GLES11Ext.cpp920 /* void glClearColorxOES ( GLclampx red, GLclampx green, GLclampx blue, GLclampx alpha ) */
924 glClearColorxOES(
3596 {"glClearColorxOES", "(IIII)V", (void *) android_glClearColorxOES__IIII },

Completed in 195 milliseconds