Searched defs:DepthFunc (Results 1 - 15 of 15) 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.h410 void GLES2Implementation::DepthFunc(GLenum func) { function in class:GLES2Implementation
414 helper_->DepthFunc(func);
H A Dgles2_interface_stub_impl_autogen.h145 void GLES2InterfaceStub::DepthFunc(GLenum /* func */) { function in class:GLES2InterfaceStub
H A Dgles2_cmd_helper_autogen.h363 void DepthFunc(GLenum func) { function
364 gles2::cmds::DepthFunc* c = GetCmdSpace<gles2::cmds::DepthFunc>();
H A Dgles2_trace_implementation_impl_autogen.h244 void GLES2TraceImplementation::DepthFunc(GLenum func) { function in class:GLES2TraceImplementation
245 TRACE_EVENT_BINARY_EFFICIENT0("gpu", "GLES2Trace::DepthFunc");
246 gl_->DepthFunc(func);
/external/chromium_org/mojo/examples/pepper_container_app/
H A Dppb_opengles2_thunk.cc348 void DepthFunc(PP_Resource context_id, GLenum func) { function in namespace:mojo::examples::__anon8751
1396 &DepthFunc, &DepthMask,
/external/chromium_org/ppapi/c/
H A Dppb_opengles2.h198 void (*DepthFunc)(PP_Resource context, GLenum func); member in struct:PPB_OpenGLES2_1_0
657 void (*DepthFunc)(PP_Resource context, GLenum func); member in struct:PPB_OpenGLES2
/external/chromium_org/ppapi/shared_impl/
H A Dppb_opengles2_shared.cc355 void DepthFunc(PP_Resource context_id, GLenum func) { function in namespace:ppapi::__anon10171
358 ToGles2Impl(&enter)->DepthFunc(func);
1628 &DepthFunc, &DepthMask,
/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.h1667 struct DepthFunc { struct
1668 typedef DepthFunc ValueType;
1693 COMPILE_ASSERT(sizeof(DepthFunc) == 8, Sizeof_DepthFunc_is_not_8);
1694 COMPILE_ASSERT(offsetof(DepthFunc, header) == 0,
1696 COMPILE_ASSERT(offsetof(DepthFunc, func) == 4, OffsetOf_DepthFunc_func_not_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"
/external/chromium_org/third_party/android_platform/webview/
H A Dframeworks.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/location/ android/location/Address$1.class ...

Completed in 213 milliseconds