Home
last modified time | relevance | path

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

/external/mesa3d/src/mesa/main/
Dviewport.c254 if (ctx->Driver.DepthRange) in _mesa_set_depth_range()
255 ctx->Driver.DepthRange(ctx); in _mesa_set_depth_range()
291 if (ctx->Driver.DepthRange) { in _mesa_DepthRange()
292 ctx->Driver.DepthRange(ctx); in _mesa_DepthRange()
331 if (ctx->Driver.DepthRange) in _mesa_DepthRangeArrayv()
332 ctx->Driver.DepthRange(ctx); in _mesa_DepthRangeArrayv()
354 if (ctx->Driver.DepthRange) in _mesa_DepthRangeArrayfvOES()
355 ctx->Driver.DepthRange(ctx); in _mesa_DepthRangeArrayfvOES()
465 if (ctx->Driver.DepthRange) in _mesa_ClipControl()
466 ctx->Driver.DepthRange(ctx); in _mesa_ClipControl()
Ddd.h557 void (*DepthRange)(struct gl_context *ctx); member
/external/deqp/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()
/external/mesa3d/src/mesa/drivers/dri/radeon/
Dradeon_common.c327 if (ctx->Driver.DepthRange) in radeon_draw_buffer()
328 ctx->Driver.DepthRange(ctx); in radeon_draw_buffer()
Dradeon_state.c2146 ctx->Driver.DepthRange = radeonDepthRange; in radeonInitStateFuncs()
/external/mesa3d/src/mesa/drivers/dri/r200/
Dradeon_common.c327 if (ctx->Driver.DepthRange) in radeon_draw_buffer()
328 ctx->Driver.DepthRange(ctx); in radeon_draw_buffer()
Dr200_state.c2384 functions->DepthRange = r200DepthRange; in r200InitStateFuncs()
/external/mesa3d/src/mesa/drivers/common/
Ddriverfuncs.c137 driver->DepthRange = NULL; in _mesa_init_driver_functions()
/external/mesa3d/src/gallium/state_trackers/wgl/
Dstw_icd.h338 void (GLAPIENTRY * DepthRange)(GLclampd, GLclampd);
/external/mesa3d/src/mesa/drivers/dri/i915/
Di830_state.c1137 functions->DepthRange = i830DepthRange; in i830InitStateFuncs()
Di915_state.c1079 functions->DepthRange = i915DepthRange; in i915InitStateFunctions()
/external/mesa3d/src/mapi/glapi/tests/
Dcheck_table.cpp854 { "glDepthRange", _O(DepthRange) },
/external/mesa3d/include/GL/
Dgl_mangle.h459 #define glDepthRange MANGLE(DepthRange)