HomeSort by relevance Sort by last modified time
    Searched refs:Texture2DFilteringCase (Results 1 - 4 of 4) sorted by null

  /external/deqp/modules/gles2/accuracy/
es2aTextureFilteringTests.cpp 53 class Texture2DFilteringCase : public tcu::TestCase
56 Texture2DFilteringCase (tcu::TestContext& testCtx, glu::RenderContext& renderCtx, const glu::ContextInfo& ctxInfo, const char* name, const char* desc, deUint32 minFilter, deUint32 magFilter, deUint32 wrapS, deUint32 wrapT, deUint32 format, deUint32 dataType, int width, int height);
57 Texture2DFilteringCase (tcu::TestContext& testCtx, glu::RenderContext& renderCtx, const glu::ContextInfo& ctxInfo, const char* name, const char* desc, deUint32 minFilter, deUint32 magFilter, deUint32 wrapS, deUint32 wrapT, const std::vector<std::string>& filenames);
58 ~Texture2DFilteringCase (void);
65 Texture2DFilteringCase (const Texture2DFilteringCase& other);
66 Texture2DFilteringCase& operator= (const Texture2DFilteringCase& other);
88 Texture2DFilteringCase::Texture2DFilteringCase (tcu::TestContext& testCtx, glu::RenderContext& renderCtx, const glu::ContextInfo& ctxInfo, const (…)
    [all...]
  /external/deqp/modules/gles3/accuracy/
es3aTextureFilteringTests.cpp 49 class Texture2DFilteringCase : public tcu::TestCase
52 Texture2DFilteringCase (tcu::TestContext& testCtx, glu::RenderContext& renderCtx, const glu::ContextInfo& ctxInfo, const char* name, const char* desc, deUint32 minFilter, deUint32 magFilter, deUint32 wrapS, deUint32 wrapT, deUint32 internalFormat, int width, int height);
53 Texture2DFilteringCase (tcu::TestContext& testCtx, glu::RenderContext& renderCtx, const glu::ContextInfo& ctxInfo, const char* name, const char* desc, deUint32 minFilter, deUint32 magFilter, deUint32 wrapS, deUint32 wrapT, const std::vector<std::string>& filenames);
54 ~Texture2DFilteringCase (void);
61 Texture2DFilteringCase (const Texture2DFilteringCase& other);
62 Texture2DFilteringCase& operator= (const Texture2DFilteringCase& other);
82 Texture2DFilteringCase::Texture2DFilteringCase (tcu::TestContext& testCtx, glu::RenderContext& renderCtx, const glu::ContextInfo& ctxInfo, const (…)
    [all...]
  /external/deqp/modules/gles2/functional/
es2fTextureFilteringTests.cpp 60 class Texture2DFilteringCase : public tcu::TestCase
63 Texture2DFilteringCase (tcu::TestContext& testCtx, glu::RenderContext& renderCtx, const glu::ContextInfo& ctxInfo, const char* name, const char* desc, deUint32 minFilter, deUint32 magFilter, deUint32 wrapS, deUint32 wrapT, deUint32 format, deUint32 dataType, int width, int height);
64 Texture2DFilteringCase (tcu::TestContext& testCtx, glu::RenderContext& renderCtx, const glu::ContextInfo& ctxInfo, const char* name, const char* desc, deUint32 minFilter, deUint32 magFilter, deUint32 wrapS, deUint32 wrapT, const std::vector<std::string>& filenames);
65 ~Texture2DFilteringCase (void);
72 Texture2DFilteringCase (const Texture2DFilteringCase& other);
73 Texture2DFilteringCase& operator= (const Texture2DFilteringCase& other);
117 Texture2DFilteringCase::Texture2DFilteringCase (tcu::TestContext& testCtx, glu::RenderContext& renderCtx, const glu::ContextInfo& ctxInfo, const (…)
    [all...]
  /external/deqp/modules/gles3/functional/
es3fTextureFilteringTests.cpp 63 class Texture2DFilteringCase : public tcu::TestCase
66 Texture2DFilteringCase (tcu::TestContext& testCtx, glu::RenderContext& renderCtx, const glu::ContextInfo& ctxInfo, const char* name, const char* desc, deUint32 minFilter, deUint32 magFilter, deUint32 wrapS, deUint32 wrapT, deUint32 internalFormat, int width, int height);
67 Texture2DFilteringCase (tcu::TestContext& testCtx, glu::RenderContext& renderCtx, const glu::ContextInfo& ctxInfo, const char* name, const char* desc, deUint32 minFilter, deUint32 magFilter, deUint32 wrapS, deUint32 wrapT, const std::vector<std::string>& filenames);
68 ~Texture2DFilteringCase (void);
75 Texture2DFilteringCase (const Texture2DFilteringCase& other);
76 Texture2DFilteringCase& operator= (const Texture2DFilteringCase& other);
119 Texture2DFilteringCase::Texture2DFilteringCase (tcu::TestContext& testCtx, glu::RenderContext& renderCtx, const glu::ContextInfo& ctxInfo, const (…)
    [all...]

Completed in 1066 milliseconds