OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:glFace
(Results
1 - 3
of
3
) sorted by null
/external/deqp/modules/glshared/
glsFragOpInteractionCase.cpp
241
deUint32
glFace
= face == rr::FACETYPE_BACK ? GL_BACK : GL_FRONT;
244
ctx.stencilFuncSeparate(
glFace
, sParams.function, sParams.reference, sParams.compareMask);
245
ctx.stencilOpSeparate(
glFace
, sParams.stencilFailOp, sParams.depthFailOp, sParams.depthPassOp);
246
ctx.stencilMaskSeparate(
glFace
, sParams.writeMask);
/external/deqp/modules/gles2/functional/
es2fDepthStencilTests.cpp
442
deUint32
glFace
= face == rr::FACETYPE_BACK ? GL_BACK : GL_FRONT;
445
glStencilFuncSeparate(
glFace
, sParams.function, sParams.reference, sParams.compareMask);
446
glStencilOpSeparate(
glFace
, sParams.stencilFailOp, sParams.depthFailOp, sParams.depthPassOp);
447
glStencilMaskSeparate(
glFace
, sParams.writeMask);
[
all
...]
/external/deqp/modules/gles3/functional/
es3fDepthStencilTests.cpp
442
deUint32
glFace
= face == rr::FACETYPE_BACK ? GL_BACK : GL_FRONT;
445
glStencilFuncSeparate(
glFace
, sParams.function, sParams.reference, sParams.compareMask);
446
glStencilOpSeparate(
glFace
, sParams.stencilFailOp, sParams.depthFailOp, sParams.depthPassOp);
447
glStencilMaskSeparate(
glFace
, sParams.writeMask);
[
all
...]
Completed in 165 milliseconds