Searched refs:TextureUnitCase (Results 1 - 2 of 2) sorted by relevance
/third_party/vk-gl-cts/modules/gles2/functional/ |
H A D | es2fTextureUnitTests.cpp | 531 class TextureUnitCase : public TestCase class 542 TextureUnitCase (Context& context, const char* name, const char* desc, int numUnits /* \note If non-positive, use all units */, CaseType caseType, deUint32 randSeed); 543 ~TextureUnitCase (void); 560 TextureUnitCase (const TextureUnitCase& other); 561 TextureUnitCase& operator= (const TextureUnitCase& other); 581 TextureUnitCase::TextureUnitCase (Context& context, const char* name, const char* desc, int numUnits, CaseType caseType, deUint32 randSeed) in TextureUnitCase() function in deqp::gles2::Functional::TextureUnitCase 592 TextureUnitCase [all...] |
/third_party/vk-gl-cts/modules/gles3/functional/ |
H A D | es3fTextureUnitTests.cpp | 685 class TextureUnitCase : public TestCase class 698 TextureUnitCase (Context& context, const char* name, const char* desc, int numUnits /* \note If non-positive, use all units */, CaseType caseType, deUint32 randSeed); 699 ~TextureUnitCase (void); 716 TextureUnitCase (const TextureUnitCase& other); 717 TextureUnitCase& operator= (const TextureUnitCase& other); 744 TextureUnitCase::TextureUnitCase (Context& context, const char* name, const char* desc, int numUnits, CaseType caseType, deUint32 randSeed) in TextureUnitCase() function in deqp::gles3::Functional::TextureUnitCase 755 TextureUnitCase [all...] |
Completed in 3 milliseconds