Searched defs:RandomOrderTexImage2DCase (Results 1 - 2 of 2) sorted by relevance

/external/deqp/modules/gles2/functional/
H A Des2fTextureSpecificationTests.cpp704 class RandomOrderTexImage2DCase : public TextureSpecCase class in namespace:deqp::gles2::Functional
707 RandomOrderTexImage2DCase (Context& context, const char* name, const char* desc, deUint32 format, deUint32 dataType, deUint32 flags, int width, int height) function in class:deqp::gles2::Functional::RandomOrderTexImage2DCase
1584 randomTexImageGroup->addChild(new RandomOrderTexImage2DCase(m_context, (string("2d_") + de::toString(ndx)).c_str(), "", texFormats[formatNdx].format, texFormats[formatNdx].dataType, MIPMAPS, width, height));
/external/deqp/modules/gles3/functional/
H A Des3fTextureSpecificationTests.cpp826 class RandomOrderTexImage2DCase : public Texture2DSpecCase class in namespace:deqp::gles3::Functional
829 RandomOrderTexImage2DCase (Context& context, const char* name, const char* desc, deUint32 format, deUint32 dataType, int width, int height) function in class:deqp::gles3::Functional::RandomOrderTexImage2DCase
837 RandomOrderTexImage2DCase (Context& context, const char* name, const char* desc, deUint32 internalFormat, int width, int height) function in class:deqp::gles3::Functional::RandomOrderTexImage2DCase
3499 randomTexImageGroup->addChild(new RandomOrderTexImage2DCase(m_context, (string("2d_") + de::toString(ndx)).c_str(), "", colorFormats[formatNdx].internalFormat, width, height));

Completed in 103 milliseconds