Searched refs:TextureWrapCase (Results 1 - 4 of 4) sorted by relevance

/external/deqp/modules/gles2/functional/
H A Des2fTextureWrapTests.cpp56 class TextureWrapCase : public tcu::TestCase class in namespace:deqp::gles2::Functional
59 TextureWrapCase (tcu::TestContext& testCtx, glu::RenderContext& renderCtx, const glu::ContextInfo& ctxInfo, const char* name, const char* description, deUint32 format, deUint32 dataType, deUint32 wrapS, deUint32 wrapT, deUint32 minFilter, deUint32 magFilter, int width, int height);
60 TextureWrapCase (tcu::TestContext& testCtx, glu::RenderContext& renderCtx, const glu::ContextInfo& ctxInfo, const char* name, const char* description, deUint32 wrapS, deUint32 wrapT, deUint32 minFilter, deUint32 magFilter, const std::vector<std::string>& filenames);
61 ~TextureWrapCase (void);
68 TextureWrapCase (const TextureWrapCase& other);
69 TextureWrapCase& operator= (const TextureWrapCase& other);
89 TextureWrapCase::TextureWrapCase (tc function in class:deqp::gles2::Functional::TextureWrapCase
106 TextureWrapCase::TextureWrapCase (tcu::TestContext& testCtx, glu::RenderContext& renderCtx, const glu::ContextInfo& ctxInfo, const char* name, const char* description, deUint32 wrapS, deUint32 wrapT, deUint32 minFilter, deUint32 magFilter, const std::vector<std::string>& filenames) function in class:deqp::gles2::Functional::TextureWrapCase
[all...]
H A Des2fTextureStateQueryTests.cpp228 class TextureWrapCase : public TextureCase class in namespace:deqp::gles2::Functional::__anon4237
231 TextureWrapCase (Context& context, TexParamVerifier* verifier, const char* name, const char* description, GLenum textureTarget, GLenum valueName) function in class:deqp::gles2::Functional::__anon4237::TextureWrapCase
388 FOR_EACH_VERIFIER(verifiers, addChild(new TextureWrapCase (m_context, verifier, (std::string(textureTargets[ndx].name) + "_texture_wrap_s" + verifier->getTestNamePostfix()).c_str(), "TEXTURE_WRAP_S", textureTargets[ndx].textureTarget, GL_TEXTURE_WRAP_S)));
389 FOR_EACH_VERIFIER(verifiers, addChild(new TextureWrapCase (m_context, verifier, (std::string(textureTargets[ndx].name) + "_texture_wrap_t" + verifier->getTestNamePostfix()).c_str(), "TEXTURE_WRAP_T", textureTargets[ndx].textureTarget, GL_TEXTURE_WRAP_T)));
/external/deqp/modules/gles3/functional/
H A Des3fTextureWrapTests.cpp82 class TextureWrapCase : public tcu::TestCase class in namespace:deqp::gles3::Functional
85 TextureWrapCase (tcu::TestContext& testCtx, glu::RenderContext& renderCtx, const glu::ContextInfo& ctxInfo, const char* name, const char* description, deUint32 format, deUint32 dataType, deUint32 wrapS, deUint32 wrapT, deUint32 minFilter, deUint32 magFilter, int width, int height);
86 TextureWrapCase (tcu::TestContext& testCtx, glu::RenderContext& renderCtx, const glu::ContextInfo& ctxInfo, const char* name, const char* description, deUint32 wrapS, deUint32 wrapT, deUint32 minFilter, deUint32 magFilter, const std::vector<std::string>& filenames);
87 TextureWrapCase (tcu::TestContext& testCtx, glu::RenderContext& renderCtx, const glu::ContextInfo& ctxInfo, const char* name, const char* description, CompressedTexFormat compressedFormat, deUint32 wrapS, deUint32 wrapT, deUint32 minFilter, deUint32 magFilter, int width, int height);
88 ~TextureWrapCase (void);
95 TextureWrapCase (const TextureWrapCase& other);
96 TextureWrapCase& operator= (const TextureWrapCase& other);
129 TextureWrapCase function in class:deqp::gles3::Functional::TextureWrapCase
148 TextureWrapCase::TextureWrapCase (tcu::TestContext& testCtx, glu::RenderContext& renderCtx, const glu::ContextInfo& ctxInfo, const char* name, const char* description, deUint32 wrapS, deUint32 wrapT, deUint32 minFilter, deUint32 magFilter, const std::vector<std::string>& filenames) function in class:deqp::gles3::Functional::TextureWrapCase
168 TextureWrapCase::TextureWrapCase (tcu::TestContext& testCtx, glu::RenderContext& renderCtx, const glu::ContextInfo& ctxInfo, const char* name, const char* description, CompressedTexFormat compressedFormat, deUint32 wrapS, deUint32 wrapT, deUint32 minFilter, deUint32 magFilter, int width, int height) function in class:deqp::gles3::Functional::TextureWrapCase
[all...]
/external/deqp/modules/glshared/
H A DglsTextureStateQueryTests.cpp1041 class TextureWrapCase : public TextureTest class in namespace:deqp::gls::TextureStateQueryTests::__anon4802
1044 TextureWrapCase (tcu::TestContext& testCtx, const glu::RenderContext& renderContext, const char* name, const char* desc, glw::GLenum target, TesterType tester, QueryType type);
1048 TextureWrapCase::TextureWrapCase (tcu::TestContext& testCtx, const glu::RenderContext& renderCtx, const char* name, const char* desc, glw::GLenum target, TesterType tester, QueryType type) function in class:deqp::gls::TextureStateQueryTests::__anon4802::TextureWrapCase
1053 void TextureWrapCase::test (glu::CallLogWrapper& gl, tcu::ResultCollector& result) const
2507 return new TextureWrapCase(testCtx, renderCtx, name.c_str(), description.c_str(), target, tester, queryType);

Completed in 142 milliseconds