Searched refs:glDepthRangefOES (Results 1 - 9 of 9) sorted by relevance

/device/generic/goldfish-opengl/system/GLESv1_enc/
H A Dgl_ftable.h232 {"glDepthRangefOES", (void*)glDepthRangefOES},
H A Dgl_client_context.h252 glDepthRangefOES_client_proc_t glDepthRangefOES; member in struct:gl_client_context_t
H A Dgl_client_context.cpp252 glDepthRangefOES = (glDepthRangefOES_client_proc_t) getProc("glDepthRangefOES", userData);
H A Dgl_entry.cpp247 void glDepthRangefOES(GLclampf zNear, GLclampf zFar);
1749 void glDepthRangefOES(GLclampf zNear, GLclampf zFar) function
1752 ctx->glDepthRangefOES(ctx, zNear, zFar);
H A Dgl_enc.cpp8525 this->glDepthRangefOES = &glDepthRangefOES_enc;
/device/generic/goldfish-opengl/tests/gles_android_wrapper/
H A Dgles_ftable.h240 {"glDepthRangefOES", (void *)glDepthRangefOES},
H A Dgles_dispatch.h243 glDepthRangefOES_t glDepthRangefOES; member in struct:gles_dispatch
515 glDepthRangefOES_t set_glDepthRangefOES(glDepthRangefOES_t f) { glDepthRangefOES_t retval = glDepthRangefOES; glDepthRangefOES = f; return retval;}
H A Dgles.cpp1156 void glDepthRangefOES(GLclampf zNear, GLclampf zFar) function
1158 getDispatch()->glDepthRangefOES(zNear, zFar);
/device/generic/goldfish-opengl/system/include/GLES/
H A Dglext.h846 GL_API void GL_APIENTRY glDepthRangefOES (GLclampf zNear, GLclampf zFar);

Completed in 57 milliseconds