OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getBool
(Results
76 - 90
of
90
) sorted by null
1
2
3
4
/external/deqp/external/vulkancts/modules/vulkan/texture/
vktTextureMipmapTests.cpp
477
const bool partitionX = partition && width > minWidth && rnd.
getBool
();
[
all
...]
/external/deqp/external/vulkancts/modules/vulkan/ubo/
vktUniformBlockCase.cpp
779
case glu::TYPE_BOOL: *((deUint32*)compPtr) = rnd.
getBool
() ? rnd.getUint32()|1u : 0u; break;
[
all
...]
/external/deqp/modules/gles31/functional/
es31fProgramUniformTests.cpp
664
result.val.boolV[i] = rnd.
getBool
();
[
all
...]
es31fShaderCommonFunctionTests.cpp
[
all
...]
es31fCopyImageTests.cpp
909
const deInt32 fill = rng.
getBool
() ? 0xFF : 0x0;
[
all
...]
es31fSSBOLayoutCase.cpp
771
case glu::TYPE_BOOL: *((deUint32*)compPtr) = rnd.
getBool
() ? rnd.getUint32()|1u : 0u; break;
[
all
...]
es31fPrimitiveBoundingBoxTests.cpp
[
all
...]
/external/deqp/modules/glshared/
glsUniformBlockCase.cpp
655
case glu::TYPE_BOOL: *((deUint32*)compPtr) = rnd.
getBool
() ? rnd.getUint32()|1u : 0u; break;
[
all
...]
glsBuiltinPrecisionTests.cpp
[
all
...]
/external/deqp/modules/gles3/performance/
es3pBufferDataUploadTests.cpp
[
all
...]
/external/deqp/external/vulkancts/modules/vulkan/shaderexecutor/
vktShaderCommonFunctionTests.cpp
[
all
...]
vktShaderBuiltinPrecisionTests.cpp
[
all
...]
/external/deqp/external/vulkancts/modules/vulkan/ssbo/
vktSSBOLayoutCase.cpp
814
case glu::TYPE_BOOL: *((deUint32*)compPtr) = rnd.
getBool
() ? rnd.getUint32()|1u : 0u; break;
[
all
...]
/external/deqp/modules/gles3/functional/
es3fTextureMipmapTests.cpp
596
bool partitionX = partition && width > minWidth && rnd.
getBool
();
[
all
...]
/external/deqp/external/vulkancts/modules/vulkan/spirv_assembly/
vktSpvAsmInstructionTests.cpp
137
if (rnd.
getBool
())
[
all
...]
Completed in 3588 milliseconds
1
2
3
4