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

/external/deqp/modules/gles3/functional/
H A Des3fTextureSpecificationTests.cpp747 class BasicTexImage2DArrayCase : public Texture2DArraySpecCase class in namespace:deqp::gles3::Functional
750 BasicTexImage2DArrayCase (Context& context, const char* name, const char* desc, deUint32 internalFormat, int width, int height, int numLayers) function in class:deqp::gles3::Functional::BasicTexImage2DArrayCase
3973 basicTexImageGroup->addChild(new BasicTexImage2DArrayCase (m_context, (string(fmtName) + "_2d_array").c_str(), "", format, tex2DArrayWidth, tex2DArrayHeight, tex2DArrayLevels));

Completed in 57 milliseconds