Searched refs:glClearDepthxOES (Results 1 - 7 of 7) sorted by relevance

/development/tools/emulator/opengl/system/GLESv1_enc/
H A Dgl_ftable.h170 {"glClearDepthxOES", (void*)glClearDepthxOES},
H A Dgl_client_context.h188 glClearDepthxOES_client_proc_t glClearDepthxOES; member in struct:gl_client_context_t
480 virtual glClearDepthxOES_client_proc_t set_glClearDepthxOES(glClearDepthxOES_client_proc_t f) { glClearDepthxOES_client_proc_t retval = glClearDepthxOES; glClearDepthxOES = f; return retval;}
H A Dgl_entry.cpp186 void glClearDepthxOES(GLclampx depth);
1375 void glClearDepthxOES(GLclampx depth) function
1378 ctx->glClearDepthxOES(ctx, depth);
/development/tools/emulator/opengl/tests/gles_android_wrapper/
H A Dgles_ftable.h180 {"glClearDepthxOES", (void *)glClearDepthxOES},
H A Dgles_dispatch.h183 glClearDepthxOES_t glClearDepthxOES; member in struct:gles_dispatch
455 glClearDepthxOES_t set_glClearDepthxOES(glClearDepthxOES_t f) { glClearDepthxOES_t retval = glClearDepthxOES; glClearDepthxOES = f; return retval;}
H A Dgles.cpp856 void glClearDepthxOES(GLclampx depth) function
858 getDispatch()->glClearDepthxOES(depth);
/development/ndk/platforms/android-4/include/GLES/
H A Dglext.h531 GL_API void GL_APIENTRY glClearDepthxOES (GLclampx depth);

Completed in 67 milliseconds