Searched refs:RandomOrderTexImage2DCase (Results 1 - 2 of 2) sorted by relevance
/third_party/vk-gl-cts/modules/gles2/functional/ |
H A D | es2fTextureSpecificationTests.cpp | 714 class RandomOrderTexImage2DCase : public TextureSpecCase class 717 RandomOrderTexImage2DCase (Context& context, const char* name, const char* desc, deUint32 format, deUint32 dataType, deUint32 flags, int width, int height) in RandomOrderTexImage2DCase() function in deqp::gles2::Functional::RandomOrderTexImage2DCase 1635 randomTexImageGroup->addChild(new RandomOrderTexImage2DCase(m_context, (string("2d_") + de::toString(ndx)).c_str(), "", texFormats[formatNdx].format, texFormats[formatNdx].dataType, MIPMAPS, width, height)); in init()
|
/third_party/vk-gl-cts/modules/gles3/functional/ |
H A D | es3fTextureSpecificationTests.cpp | 826 class RandomOrderTexImage2DCase : public Texture2DSpecCase class 829 RandomOrderTexImage2DCase (Context& context, const char* name, const char* desc, deUint32 format, deUint32 dataType, int width, int height) in RandomOrderTexImage2DCase() function in deqp::gles3::Functional::RandomOrderTexImage2DCase 837 RandomOrderTexImage2DCase (Context& context, const char* name, const char* desc, deUint32 internalFormat, int width, int height) in RandomOrderTexImage2DCase() function in deqp::gles3::Functional::RandomOrderTexImage2DCase 3616 randomTexImageGroup->addChild(new RandomOrderTexImage2DCase(m_context, (string("2d_") + de::toString(ndx)).c_str(), "", colorFormats[formatNdx].internalFormat, width, height)); in init()
|
Completed in 13 milliseconds