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

  /external/deqp/framework/opengl/simplereference/
sglrReferenceUtils.hpp 49 rr::BlendFunc mapGLBlendFunc (deUint32 func);
sglrReferenceUtils.cpp 291 rr::BlendFunc mapGLBlendFunc (deUint32 func)
sglrReferenceContext.cpp     [all...]
  /external/deqp/modules/gles2/functional/
es2fBlendTests.cpp 236 referenceState.blendRGBState.srcFunc = sglr::rr_util::mapGLBlendFunc(paramSet.srcFuncRGB);
237 referenceState.blendRGBState.dstFunc = sglr::rr_util::mapGLBlendFunc(paramSet.dstFuncRGB);
239 referenceState.blendAState.srcFunc = sglr::rr_util::mapGLBlendFunc(paramSet.srcFuncAlpha);
240 referenceState.blendAState.dstFunc = sglr::rr_util::mapGLBlendFunc(paramSet.dstFuncAlpha);
es2fRandomFragmentOpTests.cpp 91 dst.srcFunc = sglr::rr_util::mapGLBlendFunc(src.srcFunc);
92 dst.dstFunc = sglr::rr_util::mapGLBlendFunc(src.dstFunc);
  /external/deqp/modules/gles3/functional/
es3fBlendTests.cpp 289 referenceState.blendRGBState.srcFunc = sglr::rr_util::mapGLBlendFunc(paramSet.srcFuncRGB);
290 referenceState.blendRGBState.dstFunc = sglr::rr_util::mapGLBlendFunc(paramSet.dstFuncRGB);
292 referenceState.blendAState.srcFunc = sglr::rr_util::mapGLBlendFunc(paramSet.srcFuncAlpha);
293 referenceState.blendAState.dstFunc = sglr::rr_util::mapGLBlendFunc(paramSet.dstFuncAlpha);
es3fRandomFragmentOpTests.cpp 91 dst.srcFunc = sglr::rr_util::mapGLBlendFunc(src.srcFunc);
92 dst.dstFunc = sglr::rr_util::mapGLBlendFunc(src.dstFunc);

Completed in 90 milliseconds