Searched refs:glDepthFunc (Results 1 - 17 of 17) sorted by relevance

/device/generic/goldfish-opengl/system/GLESv1_enc/
H A Dgl_ftable.h72 {"glDepthFunc", (void*)glDepthFunc},
H A Dgl_client_context.h74 glDepthFunc_client_proc_t glDepthFunc; member in struct:gl_client_context_t
H A Dgl_client_context.cpp74 glDepthFunc = (glDepthFunc_client_proc_t) getProc("glDepthFunc", userData);
H A Dgl_entry.cpp69 void glDepthFunc(GLenum func);
675 void glDepthFunc(GLenum func) function
678 ctx->glDepthFunc(ctx, func);
H A Dgl_enc.cpp8347 this->glDepthFunc = &glDepthFunc_enc;
/device/generic/goldfish-opengl/tests/gles_android_wrapper/
H A Dgles_ftable.h82 {"glDepthFunc", (void *)glDepthFunc},
H A Dgles_dispatch.h85 glDepthFunc_t glDepthFunc; member in struct:gles_dispatch
357 glDepthFunc_t set_glDepthFunc(glDepthFunc_t f) { glDepthFunc_t retval = glDepthFunc; glDepthFunc = f; return retval;}
H A Dgles.cpp366 void glDepthFunc(GLenum func) function
368 getDispatch()->glDepthFunc(func);
/device/generic/goldfish-opengl/system/GLESv2_enc/
H A Dgl2_ftable.h45 {"glDepthFunc", (void*)glDepthFunc},
H A Dgl2_client_context.h47 glDepthFunc_client_proc_t glDepthFunc; member in struct:gl2_client_context_t
H A Dgl2_client_context.cpp47 glDepthFunc = (glDepthFunc_client_proc_t) getProc("glDepthFunc", userData);
H A Dgl2_entry.cpp42 void glDepthFunc(GLenum func);
637 void glDepthFunc(GLenum func) function
640 ctx->glDepthFunc(ctx, func);
H A Dgl2_enc.cpp11087 this->glDepthFunc = &glDepthFunc_enc;
/device/generic/goldfish-opengl/system/include/GLES/
H A Dgl.h657 GL_API void GL_APIENTRY glDepthFunc (GLenum func);
/device/generic/goldfish-opengl/system/include/GLES2/
H A Dgl2.h411 GL_APICALL void GL_APIENTRY glDepthFunc (GLenum func);
/device/generic/goldfish-opengl/system/include/GLES3/
H A Dgl3.h411 GL_APICALL void GL_APIENTRY glDepthFunc (GLenum func);
H A Dgl31.h411 GL_APICALL void GL_APIENTRY glDepthFunc (GLenum func);

Completed in 94 milliseconds