OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:mapGLBlendFunc
(Results
1 - 8
of
8
) 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
238
referenceState.blendRGBState.srcFunc = sglr::rr_util::
mapGLBlendFunc
(paramSet.srcFuncRGB);
239
referenceState.blendRGBState.dstFunc = sglr::rr_util::
mapGLBlendFunc
(paramSet.dstFuncRGB);
241
referenceState.blendAState.srcFunc = sglr::rr_util::
mapGLBlendFunc
(paramSet.srcFuncAlpha);
242
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
286
referenceState.blendRGBState.srcFunc = sglr::rr_util::
mapGLBlendFunc
(paramSet.srcFuncRGB);
287
referenceState.blendRGBState.dstFunc = sglr::rr_util::
mapGLBlendFunc
(paramSet.dstFuncRGB);
289
referenceState.blendAState.srcFunc = sglr::rr_util::
mapGLBlendFunc
(paramSet.srcFuncAlpha);
290
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);
/external/deqp/modules/gles31/functional/
es31fDrawBuffersIndexedTests.cpp
83
using sglr::rr_util::
mapGLBlendFunc
;
619
const rr::BlendFunc srcFunction =
mapGLBlendFunc
(state.blendFunc->get<BlendFunc>().src);
620
const rr::BlendFunc dstFunction =
mapGLBlendFunc
(state.blendFunc->get<BlendFunc>().dst);
632
fragOps.blendRGBState.srcFunc =
mapGLBlendFunc
(state.blendFunc->get<SeparateBlendFunc>().rgb.src);
633
fragOps.blendRGBState.dstFunc =
mapGLBlendFunc
(state.blendFunc->get<SeparateBlendFunc>().rgb.dst);
635
fragOps.blendAState.srcFunc =
mapGLBlendFunc
(state.blendFunc->get<SeparateBlendFunc>().alpha.src);
636
fragOps.blendAState.dstFunc =
mapGLBlendFunc
(state.blendFunc->get<SeparateBlendFunc>().alpha.dst);
[
all
...]
Completed in 474 milliseconds