/external/mesa3d/src/mesa/main/ |
D | viewport.c | 308 if (ctx->Driver.DepthRange) in _mesa_set_depth_range() 309 ctx->Driver.DepthRange(ctx); in _mesa_set_depth_range() 343 if (ctx->Driver.DepthRange) { in _mesa_DepthRange() 344 ctx->Driver.DepthRange(ctx); in _mesa_DepthRange() 369 if (ctx->Driver.DepthRange) in depth_range_arrayv() 370 ctx->Driver.DepthRange(ctx); in depth_range_arrayv() 422 if (ctx->Driver.DepthRange) in _mesa_DepthRangeArrayfvOES() 423 ctx->Driver.DepthRange(ctx); in _mesa_DepthRangeArrayfvOES() 542 if (ctx->Driver.DepthRange) in clip_control() 543 ctx->Driver.DepthRange(ctx); in clip_control()
|
D | dd.h | 627 void (*DepthRange)(struct gl_context *ctx); member
|
/external/deqp/external/openglcts/modules/common/ |
D | glcViewportArrayTests.hpp | 960 class DepthRange : public DrawTestBase class 964 DepthRange(deqp::Context& context, const glcts::ExtParameters& extParams); 965 virtual ~DepthRange() in ~DepthRange()
|
D | glcViewportArrayTests.cpp | 4198 DepthRange::DepthRange(deqp::Context& context, const glcts::ExtParameters& extParams) in DepthRange() function in glcts::ViewportArray::DepthRange 4212 bool DepthRange::checkResults(Utils::texture& texture_0, Utils::texture& /* texture_1 */, GLuint /*… in checkResults() 4259 std::string DepthRange::getFragmentShader() in getFragmentShader() 4283 std::string DepthRange::getGeometryShader() in getGeometryShader() 4339 DrawTestBase::TEST_TYPE DepthRange::getTestType() in getTestType() 4349 void DepthRange::prepareTextures(Utils::texture& texture_0, Utils::texture& /* texture_1 */) in prepareTextures() 4815 addChild(new ViewportArray::DepthRange(m_context, m_extParams)); in init()
|
/external/mesa3d/src/mesa/drivers/dri/r200/ |
D | radeon_common.c | 304 if (ctx->Driver.DepthRange) in radeon_draw_buffer() 305 ctx->Driver.DepthRange(ctx); in radeon_draw_buffer()
|
D | r200_state.c | 2372 functions->DepthRange = r200DepthRange; in r200InitStateFuncs()
|
/external/mesa3d/src/mesa/drivers/dri/radeon/ |
D | radeon_common.c | 304 if (ctx->Driver.DepthRange) in radeon_draw_buffer() 305 ctx->Driver.DepthRange(ctx); in radeon_draw_buffer()
|
D | radeon_state.c | 2125 ctx->Driver.DepthRange = radeonDepthRange; in radeonInitStateFuncs()
|
/external/angle/src/tests/gles1_conformance_tests/ |
D | CovglTests.cpp | 338 TEST_P(GLES1CovglTest, DepthRange) in TEST_P() argument
|
/external/mesa3d/src/mesa/drivers/common/ |
D | driverfuncs.c | 139 driver->DepthRange = NULL; in _mesa_init_driver_functions()
|
/external/angle/src/tests/compiler_tests/ |
D | CollectVariables_test.cpp | 568 TEST_F(CollectVertexVariablesTest, DepthRange) in TEST_F() argument 581 TEST_F(CollectFragmentVariablesTest, DepthRange) in TEST_F() argument
|
/external/angle/src/libANGLE/ |
D | entry_points_enum_autogen.h | 242 DepthRange, enumerator
|
D | entry_points_enum_autogen.cpp | 469 case EntryPoint::DepthRange: in GetEntryPointName()
|
/external/mesa3d/src/mesa/drivers/dri/i915/ |
D | i830_state.c | 1137 functions->DepthRange = i830DepthRange; in i830InitStateFuncs()
|
D | i915_state.c | 1080 functions->DepthRange = i915DepthRange; in i915InitStateFunctions()
|
/external/mesa3d/src/mapi/glapi/tests/ |
D | check_table.cpp | 852 { "glDepthRange", _O(DepthRange) },
|
/external/angle/src/libGL/ |
D | entry_points_gl_1_0_autogen.h | 82 ANGLE_EXPORT void GL_APIENTRY DepthRange(GLdouble n, GLdouble f);
|
D | proc_table_wgl_autogen.cpp | 213 {"glDepthRange", P(gl::DepthRange)},
|
D | entry_points_gl_1_0_autogen.cpp | 1045 void GL_APIENTRY DepthRange(GLdouble n, GLdouble f) in DepthRange() function 1058 ANGLE_CAPTURE(DepthRange, isCallValid, context, n, f); in DepthRange()
|
D | libGL_autogen.cpp | 310 return gl::DepthRange(n, f); in glDepthRange()
|
/external/angle/src/tests/gl_tests/ |
D | WebGLCompatibilityTest.cpp | 1885 TEST_P(WebGLCompatibilityTest, DepthRange) in TEST_P() argument
|