Home
last modified time | relevance | path

Searched refs:TextureGatherCubeCase (Results 1 – 2 of 2) sorted by relevance

/external/deqp/external/vulkancts/modules/vulkan/shaderrender/
DvktShaderRenderTextureGatherTests.cpp2174 class TextureGatherCubeCase : public TestCase class
2177 TextureGatherCubeCase (tcu::TestContext& testCtx,
2191 virtual ~TextureGatherCubeCase (void);
2201 TextureGatherCubeCase::TextureGatherCubeCase (tcu::TestContext& testCtx, in TextureGatherCubeCase() function in vkt::sr::__anonf1da81390111::TextureGatherCubeCase
2221 TextureGatherCubeCase::~TextureGatherCubeCase (void) in ~TextureGatherCubeCase()
2225 void TextureGatherCubeCase::initPrograms (vk::SourceCollections& dst) const in initPrograms()
2234 TestInstance* TextureGatherCubeCase::createInstance (Context& context) const in createInstance()
2295 return new TextureGatherCubeCase(testCtx, name, description, textureFormat, shadowCompareMode, in makeTextureGatherCase()
/external/deqp/modules/gles31/functional/
Des31fTextureGatherTests.cpp1860 class TextureGatherCubeCase : public TextureGatherCase class
1863 TextureGatherCubeCase (Context& context, in TextureGatherCubeCase() function in deqp::gles31::Functional::__anonb02207ad0111::TextureGatherCubeCase
1904 vector<float> TextureGatherCubeCase::computeQuadTexCoord (int iterationNdx) const in computeQuadTexCoord()
1914 void TextureGatherCubeCase::generateIterations (void) in generateIterations()
1951 void TextureGatherCubeCase::createAndUploadTexture (void) in createAndUploadTexture()
1993 bool TextureGatherCubeCase::verify (int iterationNdx, const ConstPixelBufferAccess& rendered) const in verify()
2030 return new TextureGatherCubeCase(context, name, description, textureFormat, shadowCompareMode, in makeTextureGatherCase()