HomeSort by relevance Sort by last modified time
    Searched defs:glClearColorx (Results 1 - 10 of 10) sorted by null

  /development/samples/ApiDemos/src/com/example/android/apis/graphics/spritetext/
MatrixTrackingGL.java 109 public void glClearColorx(int red, int green, int blue, int alpha) {
110 mgl.glClearColorx(red, green, blue, alpha);
  /external/replicaisland/src/com/replica/replicaisland/
GLErrorLogger.java 91 public void glClearColorx(int red, int green, int blue, int alpha) {
92 ((GL10)mGL).glClearColorx(red, green, blue, alpha);
  /external/swiftshader/src/OpenGL/libGLES_CM/
libGLES_CM.hpp 60 void (*glClearColorx)(GLclampx red, GLclampx green, GLclampx blue, GLclampx alpha);
main.cpp 626 GL_API void GL_APIENTRY glClearColorx(GLclampx red, GLclampx green, GLclampx blue, GLclampx alpha)
    [all...]
  /device/generic/goldfish-opengl/system/GLESv1_enc/
gl_client_context.h 59 glClearColorx_client_proc_t glClearColorx;
gl_entry.cpp 54 void glClearColorx(GLclampx red, GLclampx green, GLclampx blue, GLclampx alpha);
585 void glClearColorx(GLclampx red, GLclampx green, GLclampx blue, GLclampx alpha)
588 ctx->glClearColorx(ctx, red, green, blue, alpha);
    [all...]
  /device/generic/goldfish-opengl/tests/gles_android_wrapper/
gles.cpp 286 void glClearColorx(GLclampx red, GLclampx green, GLclampx blue, GLclampx alpha)
288 getDispatch()->glClearColorx(red, green, blue, alpha);
    [all...]
gles_dispatch.h 69 glClearColorx_t glClearColorx;
341 glClearColorx_t set_glClearColorx(glClearColorx_t f) { glClearColorx_t retval = glClearColorx; glClearColorx = f; return retval;}
    [all...]
  /device/google/cuttlefish_common/guest/libs/eglwrapper/
gles1_wrapper_context.h 59 glClearColorx_wrapper_proc_t glClearColorx;
gles1_wrapper_entry.cpp 54 void glClearColorx(GLclampx red, GLclampx green, GLclampx blue, GLclampx alpha);
583 void glClearColorx(GLclampx red, GLclampx green, GLclampx blue, GLclampx alpha)
586 ctx->glClearColorx( red, green, blue, alpha);
    [all...]

Completed in 56 milliseconds