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

  /external/deqp/modules/gles3/functional/
es3fSamplerStateQueryTests.hpp 36 class SamplerStateQueryTests : public TestCaseGroup
39 SamplerStateQueryTests (Context& context);
44 SamplerStateQueryTests (const SamplerStateQueryTests& other);
45 SamplerStateQueryTests& operator= (const SamplerStateQueryTests& other);
es3fSamplerStateQueryTests.cpp 60 SamplerStateQueryTests::SamplerStateQueryTests (Context& context)
64 void SamplerStateQueryTests::init (void)
es3fFunctionalTests.cpp 353 addChild(new SamplerStateQueryTests (m_context));
  /external/deqp/modules/gles31/functional/
es31fSamplerStateQueryTests.hpp 36 class SamplerStateQueryTests : public TestCaseGroup
39 SamplerStateQueryTests (Context& context);
44 SamplerStateQueryTests (const SamplerStateQueryTests& other);
45 SamplerStateQueryTests& operator= (const SamplerStateQueryTests& other);
es31fSamplerStateQueryTests.cpp 73 SamplerStateQueryTests::SamplerStateQueryTests (Context& context)
78 void SamplerStateQueryTests::init (void)
es31fFunctionalTests.cpp 272 addChild(new SamplerStateQueryTests (m_context));

Completed in 131 milliseconds