/external/mesa3d/src/mesa/main/ |
D | depth.c | 89 if (ctx->Driver.DepthFunc) in depth_func() 90 ctx->Driver.DepthFunc(ctx, func); in depth_func()
|
D | dd.h | 623 void (*DepthFunc)(struct gl_context *ctx, GLenum func); member
|
/external/mesa3d/src/mesa/drivers/common/ |
D | driverfuncs.c | 137 driver->DepthFunc = NULL; in _mesa_init_driver_functions() 244 ctx->Driver.DepthFunc(ctx, ctx->Depth.Func); in _mesa_init_driver_state()
|
/external/angle/src/libANGLE/renderer/d3d/d3d11/ |
D | PixelTransfer11.cpp | 76 depthStencilDesc.DepthFunc = D3D11_COMPARISON_ALWAYS; in loadResources()
|
D | RenderStateCache.cpp | 258 dsDesc.DepthFunc = ConvertComparison(glState.depthFunc); in getDepthStencilState()
|
D | Blit11.cpp | 656 depthStencilDesc.DepthFunc = D3D11_COMPARISON_ALWAYS; in initResources()
|
/external/angle/src/tests/gles1_conformance_tests/ |
D | CovglTests.cpp | 330 TEST_P(GLES1CovglTest, DepthFunc) in TEST_P() argument
|
/external/mesa3d/src/mesa/drivers/dri/nouveau/ |
D | nouveau_state.c | 519 ctx->Driver.DepthFunc = nouveau_depth_func; in nouveau_state_init()
|
/external/angle/src/libGLESv2/ |
D | entry_points_gles_2_0_autogen.h | 94 ANGLE_EXPORT void GL_APIENTRY DepthFunc(GLenum func);
|
D | entry_points_gles_2_0_autogen.cpp | 802 void GL_APIENTRY DepthFunc(GLenum func) in DepthFunc() function 816 ANGLE_CAPTURE(DepthFunc, isCallValid, context, func); in DepthFunc()
|
D | proc_table_egl_autogen.cpp | 369 {"glDepthFunc", P(gl::DepthFunc)},
|
/external/angle/src/libANGLE/ |
D | entry_points_enum_autogen.h | 240 DepthFunc, enumerator
|
D | entry_points_enum_autogen.cpp | 465 case EntryPoint::DepthFunc: in GetEntryPointName()
|
/external/swiftshader/src/OpenGL/libGLES_CM/ |
D | main.cpp | 193 void GL_APIENTRY DepthFunc(GLenum func); 735 return es1::DepthFunc(func); in glDepthFunc() 1458 this->glDepthFunc = es1::DepthFunc; in LibGLES_CMexports()
|
/external/mesa3d/src/mesa/drivers/dri/i915/ |
D | i830_state.c | 1121 functions->DepthFunc = i830DepthFunc; in i830InitStateFuncs()
|
D | i915_state.c | 1063 functions->DepthFunc = i915DepthFunc; in i915InitStateFunctions()
|
/external/angle/src/libGLESv1_CM/ |
D | libGLESv1_CM.cpp | 361 return gl::DepthFunc(func); in glDepthFunc()
|
/external/mesa3d/src/mapi/glapi/tests/ |
D | check_table.cpp | 809 { "glDepthFunc", _O(DepthFunc) },
|
/external/angle/src/libGL/ |
D | entry_points_gl_1_0_autogen.h | 80 ANGLE_EXPORT void GL_APIENTRY DepthFunc(GLenum func);
|
D | proc_table_wgl_autogen.cpp | 211 {"glDepthFunc", P(gl::DepthFunc)},
|
/external/swiftshader/src/OpenGL/libGLESv2/ |
D | entry_points.cpp | 237 return gl::DepthFunc(func); in glDepthFunc() 1582 this->glDepthFunc = gl::DepthFunc; in LibGLESv2exports()
|
D | entry_points.h | 63 void GL_APIENTRY DepthFunc(GLenum func);
|
D | libGLESv2.cpp | 1322 void GL_APIENTRY DepthFunc(GLenum func) in DepthFunc() function 6348 FUNCTION(DepthFunc), in es2GetProcAddress()
|
/external/mesa3d/src/mesa/drivers/dri/radeon/ |
D | radeon_state.c | 2123 ctx->Driver.DepthFunc = radeonDepthFunc; in radeonInitStateFuncs()
|
/external/mesa3d/src/mesa/drivers/dri/r200/ |
D | r200_state.c | 2370 functions->DepthFunc = r200DepthFunc; in r200InitStateFuncs()
|