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

  /external/deqp/modules/gles2/functional/
es2fTextureFormatTests.cpp 202 // TextureCubeFormatCase
204 class TextureCubeFormatCase : public tcu::TestCase
207 TextureCubeFormatCase (tcu::TestContext& testCtx, glu::RenderContext& renderCtx, const char* name, const char* description, deUint32 format, deUint32 dataType, int width, int height);
208 ~TextureCubeFormatCase (void);
215 TextureCubeFormatCase (const TextureCubeFormatCase& other);
216 TextureCubeFormatCase& operator= (const TextureCubeFormatCase& other);
235 TextureCubeFormatCase::TextureCubeFormatCase (tcu::TestContext& testCtx, glu::RenderContext& renderCtx, const char* name, const char* descripti (…)
    [all...]
  /external/deqp/modules/gles3/functional/
es3fTextureFormatTests.cpp 219 // TextureCubeFormatCase
221 class TextureCubeFormatCase : public tcu::TestCase
224 TextureCubeFormatCase (tcu::TestContext& testCtx, glu::RenderContext& renderCtx, const char* name, const char* description, deUint32 format, deUint32 dataType, int width, int height);
225 TextureCubeFormatCase (tcu::TestContext& testCtx, glu::RenderContext& renderCtx, const char* name, const char* description, deUint32 internalFormat, int width, int height);
226 ~TextureCubeFormatCase (void);
233 TextureCubeFormatCase (const TextureCubeFormatCase& other);
234 TextureCubeFormatCase& operator= (const TextureCubeFormatCase& other);
252 TextureCubeFormatCase::TextureCubeFormatCase (tcu::TestContext& testCtx, glu::RenderContext& renderCtx, const char* name (…)
    [all...]

Completed in 65 milliseconds