HomeSort by relevance Sort by last modified time
    Searched refs:rr_util (Results 1 - 12 of 12) sorted by null

  /external/deqp/framework/opengl/simplereference/
sglrReferenceUtils.hpp 35 namespace rr_util namespace in namespace:sglr
51 } // rr_util
sglrReferenceUtils.cpp 29 namespace rr_util namespace in namespace:sglr
320 } // rr_util
sglrReferenceContext.cpp     [all...]
  /external/deqp/modules/gles2/functional/
es2fRandomFragmentOpTests.cpp 79 dst.func = sglr::rr_util::mapGLTestFunc(src.function);
82 dst.sFail = sglr::rr_util::mapGLStencilOp(src.stencilFailOp);
83 dst.dpFail = sglr::rr_util::mapGLStencilOp(src.depthFailOp);
84 dst.dpPass = sglr::rr_util::mapGLStencilOp(src.depthPassOp);
90 dst.equation = sglr::rr_util::mapGLBlendEquation(src.equation);
91 dst.srcFunc = sglr::rr_util::mapGLBlendFunc(src.srcFunc);
92 dst.dstFunc = sglr::rr_util::mapGLBlendFunc(src.dstFunc);
111 dst.depthFunc = sglr::rr_util::mapGLTestFunc(src.depthFunc);
es2fBlendTests.cpp 237 referenceState.blendRGBState.equation = sglr::rr_util::mapGLBlendEquation(paramSet.equationRGB);
238 referenceState.blendRGBState.srcFunc = sglr::rr_util::mapGLBlendFunc(paramSet.srcFuncRGB);
239 referenceState.blendRGBState.dstFunc = sglr::rr_util::mapGLBlendFunc(paramSet.dstFuncRGB);
240 referenceState.blendAState.equation = sglr::rr_util::mapGLBlendEquation(paramSet.equationAlpha);
241 referenceState.blendAState.srcFunc = sglr::rr_util::mapGLBlendFunc(paramSet.srcFuncAlpha);
242 referenceState.blendAState.dstFunc = sglr::rr_util::mapGLBlendFunc(paramSet.dstFuncAlpha);
es2fDepthStencilTests.cpp 370 dst.func = sglr::rr_util::mapGLTestFunc(src.function);
373 dst.sFail = sglr::rr_util::mapGLStencilOp(src.stencilFailOp);
374 dst.dpFail = sglr::rr_util::mapGLStencilOp(src.depthFailOp);
375 dst.dpPass = sglr::rr_util::mapGLStencilOp(src.depthPassOp);
403 dst.state.depthFunc = sglr::rr_util::mapGLTestFunc(src.params.depthFunc);
    [all...]
  /external/deqp/modules/gles3/functional/
es3fRandomFragmentOpTests.cpp 79 dst.func = sglr::rr_util::mapGLTestFunc(src.function);
82 dst.sFail = sglr::rr_util::mapGLStencilOp(src.stencilFailOp);
83 dst.dpFail = sglr::rr_util::mapGLStencilOp(src.depthFailOp);
84 dst.dpPass = sglr::rr_util::mapGLStencilOp(src.depthPassOp);
90 dst.equation = sglr::rr_util::mapGLBlendEquation(src.equation);
91 dst.srcFunc = sglr::rr_util::mapGLBlendFunc(src.srcFunc);
92 dst.dstFunc = sglr::rr_util::mapGLBlendFunc(src.dstFunc);
111 dst.depthFunc = sglr::rr_util::mapGLTestFunc(src.depthFunc);
es3fBlendTests.cpp 285 referenceState.blendRGBState.equation = sglr::rr_util::mapGLBlendEquation(paramSet.equationRGB);
286 referenceState.blendRGBState.srcFunc = sglr::rr_util::mapGLBlendFunc(paramSet.srcFuncRGB);
287 referenceState.blendRGBState.dstFunc = sglr::rr_util::mapGLBlendFunc(paramSet.dstFuncRGB);
288 referenceState.blendAState.equation = sglr::rr_util::mapGLBlendEquation(paramSet.equationAlpha);
289 referenceState.blendAState.srcFunc = sglr::rr_util::mapGLBlendFunc(paramSet.srcFuncAlpha);
290 referenceState.blendAState.dstFunc = sglr::rr_util::mapGLBlendFunc(paramSet.dstFuncAlpha);
es3fDepthStencilTests.cpp 370 dst.func = sglr::rr_util::mapGLTestFunc(src.function);
373 dst.sFail = sglr::rr_util::mapGLStencilOp(src.stencilFailOp);
374 dst.dpFail = sglr::rr_util::mapGLStencilOp(src.depthFailOp);
375 dst.dpPass = sglr::rr_util::mapGLStencilOp(src.depthPassOp);
403 dst.state.depthFunc = sglr::rr_util::mapGLTestFunc(src.params.depthFunc);
    [all...]
  /external/deqp/modules/gles31/functional/
es31fAdvancedBlendTests.cpp 264 m_program = new glu::ShaderProgram(m_context.getRenderContext(), getBlendProgramSrc(sglr::rr_util::mapGLBlendEquationAdvanced(m_blendMode), m_context.getRenderContext()));
503 referenceState.blendEquationAdvaced = sglr::rr_util::mapGLBlendEquationAdvanced(m_blendMode);
es31fDrawBuffersIndexedTests.cpp 82 using sglr::rr_util::mapGLBlendEquation;
83 using sglr::rr_util::mapGLBlendFunc;
84 using sglr::rr_util::mapGLBlendEquationAdvanced;
    [all...]
es31fGeometryShaderTests.cpp     [all...]

Completed in 356 milliseconds