Searched defs:DepthFunc (Results 1 - 13 of 13) sorted by relevance

/external/chromium_org/third_party/mesa/src/src/mesa/main/
H A Ddd.h467 void (*DepthFunc)(struct gl_context *ctx, GLenum func); member in struct:dd_function_table
/external/mesa3d/src/mesa/main/
H A Ddd.h467 void (*DepthFunc)(struct gl_context *ctx, GLenum func); member in struct:dd_function_table
/external/chromium_org/gpu/command_buffer/client/
H A Dgles2_implementation_impl_autogen.h346 void GLES2Implementation::DepthFunc(GLenum func) { function in class:GLES2Implementation
349 helper_->DepthFunc(func);
H A Dgles2_interface_stub_impl_autogen.h119 void GLES2InterfaceStub::DepthFunc(GLenum /* func */) { function in class:GLES2InterfaceStub
H A Dgles2_cmd_helper_autogen.h364 void DepthFunc(GLenum func) { function
365 gles2::cmds::DepthFunc* c = GetCmdSpace<gles2::cmds::DepthFunc>();
H A Dgles2_trace_implementation_impl_autogen.h208 void GLES2TraceImplementation::DepthFunc(GLenum func) { function in class:GLES2TraceImplementation
209 TRACE_EVENT_BINARY_EFFICIENT0("gpu", "GLES2Trace::DepthFunc");
210 gl_->DepthFunc(func);
/external/chromium_org/ppapi/c/
H A Dppb_opengles2.h102 void (*DepthFunc)(PP_Resource context, GLenum func); member in struct:PPB_OpenGLES2
/external/chromium_org/ppapi/shared_impl/
H A Dppb_opengles2_shared.cc311 void DepthFunc(PP_Resource context_id, GLenum func) { function in namespace:ppapi::__anon10227
314 ToGles2Impl(&enter)->DepthFunc(func);
1397 &DepthFunc,
/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/wgl/
H A Dstw_icd.h295 void (GLAPIENTRY * DepthFunc)(GLenum); member in struct:__GLdispatchTableRec
/external/mesa3d/src/gallium/state_trackers/wgl/
H A Dstw_icd.h295 void (GLAPIENTRY * DepthFunc)(GLenum); member in struct:__GLdispatchTableRec
/external/chromium_org/gpu/command_buffer/common/
H A Dgles2_cmd_format_autogen.h1883 struct DepthFunc { struct
1884 typedef DepthFunc ValueType;
1910 COMPILE_ASSERT(sizeof(DepthFunc) == 8,
1912 COMPILE_ASSERT(offsetof(DepthFunc, header) == 0,
1914 COMPILE_ASSERT(offsetof(DepthFunc, func) == 4,
/external/chromium_org/third_party/mesa/src/chromium_gensrc/mesa/glapi/
H A Dglapitemp.h1548 KEYWORD1 void KEYWORD2 NAME(DepthFunc)(GLenum func) function
1551 DISPATCH(DepthFunc, (func), (F, "glDepthFunc(0x%x);\n", func));
8433 TABLE_ENTRY(DepthFunc),
/external/chromium_org/third_party/mesa/src/chromium_gensrc/mesa/
H A Dglapi_mapi_tmp.h267 GLAPI void APIENTRY GLAPI_PREFIX(DepthFunc)(GLenum func);
3115 GLAPI void APIENTRY GLAPI_PREFIX(DepthFunc)(GLenum func) function
11129 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(DepthFunc))"\n"

Completed in 1567 milliseconds