HomeSort by relevance Sort by last modified time
    Searched refs:SamplerIndexingCase (Results 1 - 2 of 2) sorted by null

  /external/deqp/modules/gles31/functional/
es31fOpaqueTypeIndexingTests.cpp 332 class SamplerIndexingCase : public TestCase
335 SamplerIndexingCase (Context& context, const char* name, const char* description, glu::ShaderType shaderType, glu::DataType samplerType, IndexExprType indexExprType);
336 ~SamplerIndexingCase (void);
342 SamplerIndexingCase (const SamplerIndexingCase&);
343 SamplerIndexingCase& operator= (const SamplerIndexingCase&);
352 SamplerIndexingCase::SamplerIndexingCase (Context& context, const char* name, const char* description, glu::ShaderType shaderType, glu::DataType samplerType, IndexExprType indexExprType)
360 SamplerIndexingCase::~SamplerIndexingCase (void
    [all...]
  /external/deqp/external/vulkancts/modules/vulkan/shaderexecutor/
vktOpaqueTypeIndexingTests.cpp 675 class SamplerIndexingCase : public OpaqueTypeIndexingCase
678 SamplerIndexingCase (tcu::TestContext& testCtx,
684 virtual ~SamplerIndexingCase (void);
689 SamplerIndexingCase (const SamplerIndexingCase&);
690 SamplerIndexingCase& operator= (const SamplerIndexingCase&);
700 SamplerIndexingCase::SamplerIndexingCase (tcu::TestContext& testCtx,
716 SamplerIndexingCase::~SamplerIndexingCase (void
    [all...]

Completed in 42 milliseconds