Searched refs:BasicTexImage2DCase (Results 1 - 2 of 2) sorted by relevance
/third_party/vk-gl-cts/modules/gles2/functional/ |
H A D | es2fTextureSpecificationTests.cpp | 617 class BasicTexImage2DCase : public TextureSpecCase class 620 BasicTexImage2DCase (Context& context, const char* name, const char* desc, deUint32 format, deUint32 dataType, deUint32 flags, int width, int height) in BasicTexImage2DCase() function in deqp::gles2::Functional::BasicTexImage2DCase 1616 basicTexImageGroup->addChild(new BasicTexImage2DCase (m_context, (string(fmtName) + "_2d").c_str(), "", format, dataType, MIPMAPS, tex2DWidth, tex2DHeight)); in init()
|
/third_party/vk-gl-cts/modules/gles3/functional/ |
H A D | es3fTextureSpecificationTests.cpp | 633 class BasicTexImage2DCase : public Texture2DSpecCase class 637 BasicTexImage2DCase (Context& context, const char* name, const char* desc, deUint32 format, deUint32 dataType, int width, int height) in BasicTexImage2DCase() function in deqp::gles3::Functional::BasicTexImage2DCase 646 BasicTexImage2DCase (Context& context, const char* name, const char* desc, deUint32 internalFormat, int width, int height) in BasicTexImage2DCase() function in deqp::gles3::Functional::BasicTexImage2DCase 3597 basicTexImageGroup->addChild(new BasicTexImage2DCase (m_context, (string(fmtName) + "_2d").c_str(), "", format, tex2DWidth, tex2DHeight)); in init()
|
Completed in 13 milliseconds