OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:isStencilFormat
(Results
1 - 2
of
2
) sorted by null
/external/deqp/modules/gles31/functional/
es31fTextureBorderClampTests.cpp
121
bool
isStencilFormat
(deUint32 format, tcu::Sampler::DepthStencilMode mode)
288
if (isDepthFormat(texFormat, tcu::Sampler::MODE_DEPTH) ||
isStencilFormat
(texFormat, tcu::Sampler::MODE_STENCIL))
301
if (
isStencilFormat
(texFormat, tcu::Sampler::MODE_STENCIL))
472
const bool isStencil =
isStencilFormat
(format, mode);
[
all
...]
/external/deqp/external/vulkancts/modules/vulkan/
vktRenderPassTests.cpp
[
all
...]
Completed in 193 milliseconds