OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:getFormatThreshold
(Results
1 - 4
of
4
) sorted by null
/external/deqp/modules/gles31/functional/
es31fFboTestUtil.cpp
602
tcu::RGBA
getFormatThreshold
(const tcu::TextureFormat& format)
612
tcu::RGBA
getFormatThreshold
(deUint32 glFormat)
616
return
getFormatThreshold
(format);
/external/deqp/modules/gles3/functional/
es3fFboTestUtil.cpp
[
all
...]
/external/deqp/external/vulkancts/modules/vulkan/pipeline/
vktPipelineBlendTests.cpp
126
static tcu::Vec4
getFormatThreshold
(const tcu::TextureFormat& format);
[
all
...]
vktPipelineVertexInputTests.cpp
173
static tcu::Vec4
getFormatThreshold
(VkFormat format);
508
const tcu::Vec4 threshold =
getFormatThreshold
(attributeInfo.vkType);
590
tcu::Vec4 VertexInputTest::
getFormatThreshold
(VkFormat format)
[
all
...]
Completed in 121 milliseconds