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

  /external/deqp/modules/gles2/functional/
es2fTextureFormatTests.cpp 64 // Texture2DFormatCase
66 class Texture2DFormatCase : public tcu::TestCase
69 Texture2DFormatCase (tcu::TestContext& testCtx, glu::RenderContext& renderCtx, const char* name, const char* description, deUint32 format, deUint32 dataType, int width, int height);
70 ~Texture2DFormatCase (void);
77 Texture2DFormatCase (const Texture2DFormatCase& other);
78 Texture2DFormatCase& operator= (const Texture2DFormatCase& other);
91 Texture2DFormatCase::Texture2DFormatCase (tcu::TestContext& testCtx, glu::RenderContext& renderCtx, const char* name, const char* descripti (…)
    [all...]
  /external/deqp/modules/gles3/functional/
es3fTextureFormatTests.cpp 63 // Texture2DFormatCase
65 class Texture2DFormatCase : public tcu::TestCase
68 Texture2DFormatCase (tcu::TestContext& testCtx, glu::RenderContext& renderCtx, const char* name, const char* description, deUint32 format, deUint32 dataType, int width, int height);
69 Texture2DFormatCase (tcu::TestContext& testCtx, glu::RenderContext& renderCtx, const char* name, const char* description, deUint32 internalFormat, int width, int height);
70 ~Texture2DFormatCase (void);
77 Texture2DFormatCase (const Texture2DFormatCase& other);
78 Texture2DFormatCase& operator= (const Texture2DFormatCase& other);
91 Texture2DFormatCase::Texture2DFormatCase (tcu::TestContext& testCtx, glu::RenderContext& renderCtx, const char* name, (…)
    [all...]

Completed in 116 milliseconds