Home
last modified time | relevance | path

Searched refs:DepthRange (Results 1 – 25 of 42) sorted by relevance

12

/third_party/mesa3d/src/mesa/main/
Dviewport.c309 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/
Dopengl.h56 GST_GL_EXT_FUNCTION (void, DepthRange,
/third_party/skia/third_party/externals/opengl-registry/extensions/IBM/
DIBM_cull_vertex.txt37 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/
DIBM_cull_vertex.txt37 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/
DglcViewportArrayTests.hpp960 class DepthRange : public DrawTestBase class
964 DepthRange(deqp::Context& context, const glcts::ExtParameters& extParams);
965 virtual ~DepthRange() in ~DepthRange()
DglcViewportArrayTests.cpp4198 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/
Dradeon_common.c304 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/
Dradeon_common.c304 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/
DARB_window_pos.txt92 DepthRange. There's a popular optimization used to avoid depth
95 frames by calling DepthRange. The WindowPos z value should be
DARB_viewport_array.txt216 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
DARB_depth_buffer_float.txt98 void DepthRange(clampd n, clampd f);
107 when using DepthRange. When n and f are applied to z_d, they are
DARB_ES2_compatibility.txt260 void DepthRange(clampd n, clampd f);
738 Float versions of DepthRange and ClearDepth
/third_party/skia/third_party/externals/opengl-registry/extensions/OES/
DOES_single_precision.txt78 Add alternate suffixed versions of DepthRange (2.10.1).
/third_party/skia/third_party/externals/angle2/src/tests/gles1_conformance_tests/
DCovglTests.cpp338 TEST_P(GLES1CovglTest, DepthRange) in TEST_P() argument
/third_party/openGLES/extensions/ARB/
DARB_window_pos.txt102 DepthRange. There's a popular optimization used to avoid depth
105 frames by calling DepthRange. The WindowPos z value should be
DARB_viewport_array.txt226 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
DARB_depth_buffer_float.txt108 void DepthRange(clampd n, clampd f);
117 when using DepthRange. When n and f are applied to z_d, they are
DARB_ES2_compatibility.txt270 void DepthRange(clampd n, clampd f);
748 Float versions of DepthRange and ClearDepth
/third_party/openGLES/extensions/OES/
DOES_single_precision.txt88 Add alternate suffixed versions of DepthRange (2.10.1).
/third_party/mesa3d/src/mesa/drivers/common/
Ddriverfuncs.c142 driver->DepthRange = NULL; in _mesa_init_driver_functions()
/third_party/skia/third_party/externals/opengl-registry/extensions/NV/
DNV_depth_buffer_float.txt62 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/
DNV_depth_buffer_float.txt62 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/
DCollectVariables_test.cpp568 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/
DCollectVariables_test.cpp568 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/
Dentry_points_enum_autogen.h237 DepthRange, enumerator

12