Searched refs:BasicTexSubImage2DCase (Results 1 - 2 of 2) sorted by relevance
/third_party/vk-gl-cts/modules/gles2/functional/ |
H A D | es2fTextureSpecificationTests.cpp | 929 class BasicTexSubImage2DCase : public TextureSpecCase class 932 BasicTexSubImage2DCase (Context& context, const char* name, const char* desc, deUint32 format, deUint32 dataType, deUint32 flags, int width, int height) in BasicTexSubImage2DCase() function in deqp::gles2::Functional::BasicTexSubImage2DCase 1703 basicTexSubImageGroup->addChild(new BasicTexSubImage2DCase (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 | 1191 class BasicTexSubImage2DCase : public Texture2DSpecCase class 1194 BasicTexSubImage2DCase (Context& context, const char* name, const char* desc, deUint32 format, deUint32 dataType, int width, int height) in BasicTexSubImage2DCase() function in deqp::gles3::Functional::BasicTexSubImage2DCase 1202 BasicTexSubImage2DCase (Context& context, const char* name, const char* desc, deUint32 internalFormat, int width, int height) in BasicTexSubImage2DCase() function in deqp::gles3::Functional::BasicTexSubImage2DCase 3814 basicTexSubImageGroup->addChild(new BasicTexSubImage2DCase (m_context, (string(fmtName) + "_2d").c_str(), "", format, tex2DWidth, tex2DHeight)); in init()
|
Completed in 24 milliseconds