Searched defs:glDepthFunc (Results 1 - 7 of 7) sorted by relevance

/development/samples/ApiDemos/src/com/example/android/apis/graphics/spritetext/
H A DMatrixTrackingGL.java184 public void glDepthFunc(int func) { method in class:MatrixTrackingGL
185 mgl.glDepthFunc(func);
/development/tools/emulator/opengl/system/GLESv1_enc/
H A Dgl_entry.cpp70 void glDepthFunc(GLenum func);
677 void glDepthFunc(GLenum func) function
680 ctx->glDepthFunc(ctx, func);
H A Dgl_client_context.h72 glDepthFunc_client_proc_t glDepthFunc; member in struct:gl_client_context_t
364 virtual glDepthFunc_client_proc_t set_glDepthFunc(glDepthFunc_client_proc_t f) { glDepthFunc_client_proc_t retval = glDepthFunc; glDepthFunc = f; return retval;}
/development/tools/emulator/opengl/system/GLESv2_enc/
H A Dgl2_client_context.h45 glDepthFunc_client_proc_t glDepthFunc; member in struct:gl2_client_context_t
254 virtual glDepthFunc_client_proc_t set_glDepthFunc(glDepthFunc_client_proc_t f) { glDepthFunc_client_proc_t retval = glDepthFunc; glDepthFunc = f; return retval;}
H A Dgl2_entry.cpp43 void glDepthFunc(GLenum func);
434 void glDepthFunc(GLenum func) function
437 ctx->glDepthFunc(ctx, func);
/development/tools/emulator/opengl/tests/gles_android_wrapper/
H A Dgles.cpp366 void glDepthFunc(GLenum func) function
368 getDispatch()->glDepthFunc(func);
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;}

Completed in 47 milliseconds