Home
last modified time | relevance | path

Searched refs:glClearColorxOES (Results 1 – 8 of 8) sorted by relevance

/device/generic/goldfish/opengl/tests/gles_android_wrapper/
Dgles_ftable.h179 {"glClearColorxOES", (void *)glClearColorxOES},
Dgles_dispatch.h182 glClearColorxOES_t glClearColorxOES; member
454 …orxOES(glClearColorxOES_t f) { glClearColorxOES_t retval = glClearColorxOES; glClearColorxOES = f;… in set_glClearColorxOES()
Dgles.cpp851 void glClearColorxOES(GLclampx red, GLclampx green, GLclampx blue, GLclampx alpha) in glClearColorxOES() function
853 getDispatch()->glClearColorxOES(red, green, blue, alpha); in glClearColorxOES()
/device/generic/goldfish/opengl/system/GLESv1_enc/
Dgl_ftable.h169 {"glClearColorxOES", (void*)glClearColorxOES},
Dgl_client_context.h189 glClearColorxOES_client_proc_t glClearColorxOES; member
Dgl_client_context.cpp189 glClearColorxOES = (glClearColorxOES_client_proc_t) getProc("glClearColorxOES", userData); in initDispatchByName()
Dgl_entry.cpp185 void glClearColorxOES(GLclampx red, GLclampx green, GLclampx blue, GLclampx alpha);
1369 void glClearColorxOES(GLclampx red, GLclampx green, GLclampx blue, GLclampx alpha) in glClearColorxOES() function
1372 ctx->glClearColorxOES(ctx, red, green, blue, alpha); in glClearColorxOES()
Dgl_enc.cpp8347 this->glClearColorxOES = &glClearColorxOES_enc; in gl_encoder_context_t()