Home
last modified time | relevance | path

Searched refs:DepthFunc (Results 1 – 25 of 32) sorted by relevance

12

/external/mesa3d/src/mesa/main/
Ddepth.c89 if (ctx->Driver.DepthFunc) in depth_func()
90 ctx->Driver.DepthFunc(ctx, func); in depth_func()
Ddd.h623 void (*DepthFunc)(struct gl_context *ctx, GLenum func); member
/external/mesa3d/src/mesa/drivers/common/
Ddriverfuncs.c137 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/
DPixelTransfer11.cpp76 depthStencilDesc.DepthFunc = D3D11_COMPARISON_ALWAYS; in loadResources()
DRenderStateCache.cpp258 dsDesc.DepthFunc = ConvertComparison(glState.depthFunc); in getDepthStencilState()
DBlit11.cpp656 depthStencilDesc.DepthFunc = D3D11_COMPARISON_ALWAYS; in initResources()
/external/angle/src/tests/gles1_conformance_tests/
DCovglTests.cpp330 TEST_P(GLES1CovglTest, DepthFunc) in TEST_P() argument
/external/mesa3d/src/mesa/drivers/dri/nouveau/
Dnouveau_state.c519 ctx->Driver.DepthFunc = nouveau_depth_func; in nouveau_state_init()
/external/angle/src/libGLESv2/
Dentry_points_gles_2_0_autogen.h94 ANGLE_EXPORT void GL_APIENTRY DepthFunc(GLenum func);
Dentry_points_gles_2_0_autogen.cpp802 void GL_APIENTRY DepthFunc(GLenum func) in DepthFunc() function
816 ANGLE_CAPTURE(DepthFunc, isCallValid, context, func); in DepthFunc()
Dproc_table_egl_autogen.cpp369 {"glDepthFunc", P(gl::DepthFunc)},
/external/angle/src/libANGLE/
Dentry_points_enum_autogen.h240 DepthFunc, enumerator
Dentry_points_enum_autogen.cpp465 case EntryPoint::DepthFunc: in GetEntryPointName()
/external/swiftshader/src/OpenGL/libGLES_CM/
Dmain.cpp193 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/
Di830_state.c1121 functions->DepthFunc = i830DepthFunc; in i830InitStateFuncs()
Di915_state.c1063 functions->DepthFunc = i915DepthFunc; in i915InitStateFunctions()
/external/angle/src/libGLESv1_CM/
DlibGLESv1_CM.cpp361 return gl::DepthFunc(func); in glDepthFunc()
/external/mesa3d/src/mapi/glapi/tests/
Dcheck_table.cpp809 { "glDepthFunc", _O(DepthFunc) },
/external/angle/src/libGL/
Dentry_points_gl_1_0_autogen.h80 ANGLE_EXPORT void GL_APIENTRY DepthFunc(GLenum func);
Dproc_table_wgl_autogen.cpp211 {"glDepthFunc", P(gl::DepthFunc)},
/external/swiftshader/src/OpenGL/libGLESv2/
Dentry_points.cpp237 return gl::DepthFunc(func); in glDepthFunc()
1582 this->glDepthFunc = gl::DepthFunc; in LibGLESv2exports()
Dentry_points.h63 void GL_APIENTRY DepthFunc(GLenum func);
DlibGLESv2.cpp1322 void GL_APIENTRY DepthFunc(GLenum func) in DepthFunc() function
6348 FUNCTION(DepthFunc), in es2GetProcAddress()
/external/mesa3d/src/mesa/drivers/dri/radeon/
Dradeon_state.c2123 ctx->Driver.DepthFunc = radeonDepthFunc; in radeonInitStateFuncs()
/external/mesa3d/src/mesa/drivers/dri/r200/
Dr200_state.c2370 functions->DepthFunc = r200DepthFunc; in r200InitStateFuncs()

12