/third_party/mesa3d/src/mesa/main/ |
D | viewport.c | 309 if (ctx->Driver.DepthRange) in _mesa_set_depth_range() 310 ctx->Driver.DepthRange(ctx); in _mesa_set_depth_range() 344 if (ctx->Driver.DepthRange) { in _mesa_DepthRange() 345 ctx->Driver.DepthRange(ctx); in _mesa_DepthRange() 370 if (ctx->Driver.DepthRange) in depth_range_arrayv() 371 ctx->Driver.DepthRange(ctx); in depth_range_arrayv() 423 if (ctx->Driver.DepthRange) in _mesa_DepthRangeArrayfvOES() 424 ctx->Driver.DepthRange(ctx); in _mesa_DepthRangeArrayfvOES() 543 if (ctx->Driver.DepthRange) in clip_control() 544 ctx->Driver.DepthRange(ctx); in clip_control()
|
/third_party/gstreamer/gstplugins_base/gst-libs/gst/gl/glprototypes/ |
D | opengl.h | 56 GST_GL_EXT_FUNCTION (void, DepthRange,
|
/third_party/skia/third_party/externals/opengl-registry/extensions/IBM/ |
D | IBM_cull_vertex.txt | 37 be necessary to cull correctly if DepthRange is specified with near > 87 projection matrix or DepthRange settings cause the z axis in window
|
/third_party/openGLES/extensions/IBM/ |
D | IBM_cull_vertex.txt | 37 be necessary to cull correctly if DepthRange is specified with near > 87 projection matrix or DepthRange settings cause the z axis in window
|
/third_party/vk-gl-cts/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()
|
/third_party/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()
|
/third_party/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()
|
/third_party/skia/third_party/externals/opengl-registry/extensions/ARB/ |
D | ARB_window_pos.txt | 92 DepthRange. There's a popular optimization used to avoid depth 95 frames by calling DepthRange. The WindowPos z value should be
|
D | ARB_viewport_array.txt | 216 void DepthRange(clampd n, clampd f); 233 DepthRange sets the depth range for all viewports to the same values 555 These functions are equivalent to the corresponding DepthRange* 557 DepthRange*, but not when using DepthRange*dNV. When <n> and <f> are
|
D | ARB_depth_buffer_float.txt | 98 void DepthRange(clampd n, clampd f); 107 when using DepthRange. When n and f are applied to z_d, they are
|
D | ARB_ES2_compatibility.txt | 260 void DepthRange(clampd n, clampd f); 738 Float versions of DepthRange and ClearDepth
|
/third_party/skia/third_party/externals/opengl-registry/extensions/OES/ |
D | OES_single_precision.txt | 78 Add alternate suffixed versions of DepthRange (2.10.1).
|
/third_party/skia/third_party/externals/angle2/src/tests/gles1_conformance_tests/ |
D | CovglTests.cpp | 338 TEST_P(GLES1CovglTest, DepthRange) in TEST_P() argument
|
/third_party/openGLES/extensions/ARB/ |
D | ARB_window_pos.txt | 102 DepthRange. There's a popular optimization used to avoid depth 105 frames by calling DepthRange. The WindowPos z value should be
|
D | ARB_viewport_array.txt | 226 void DepthRange(clampd n, clampd f); 243 DepthRange sets the depth range for all viewports to the same values 565 These functions are equivalent to the corresponding DepthRange* 567 DepthRange*, but not when using DepthRange*dNV. When <n> and <f> are
|
D | ARB_depth_buffer_float.txt | 108 void DepthRange(clampd n, clampd f); 117 when using DepthRange. When n and f are applied to z_d, they are
|
D | ARB_ES2_compatibility.txt | 270 void DepthRange(clampd n, clampd f); 748 Float versions of DepthRange and ClearDepth
|
/third_party/openGLES/extensions/OES/ |
D | OES_single_precision.txt | 88 Add alternate suffixed versions of DepthRange (2.10.1).
|
/third_party/mesa3d/src/mesa/drivers/common/ |
D | driverfuncs.c | 142 driver->DepthRange = NULL; in _mesa_init_driver_functions()
|
/third_party/skia/third_party/externals/opengl-registry/extensions/NV/ |
D | NV_depth_buffer_float.txt | 62 DepthRange, and DepthBoundsEXT entry points that allow applications to 109 void DepthRange(clampd n, clampd f); 119 when using DepthRange, but not when using DepthRangedNV. When n
|
/third_party/openGLES/extensions/NV/ |
D | NV_depth_buffer_float.txt | 62 DepthRange, and DepthBoundsEXT entry points that allow applications to 109 void DepthRange(clampd n, clampd f); 119 when using DepthRange, but not when using DepthRangedNV. When n
|
/third_party/flutter/skia/third_party/externals/angle2/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
|
/third_party/skia/third_party/externals/angle2/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
|
/third_party/flutter/skia/third_party/externals/angle2/src/libANGLE/ |
D | entry_points_enum_autogen.h | 237 DepthRange, enumerator
|