Searched refs:BasicCopyTexSubImageCubeCase (Results 1 – 2 of 2) sorted by relevance
/external/deqp/modules/gles2/functional/ |
D | es2fTextureSpecificationTests.cpp | 1486 class BasicCopyTexSubImageCubeCase : public TextureSpecCase class 1489 …BasicCopyTexSubImageCubeCase (Context& context, const char* name, const char* desc, deUint32 forma… in BasicCopyTexSubImageCubeCase() function in deqp::gles2::Functional::BasicCopyTexSubImageCubeCase 1803 …copyTexSubImageGroup->addChild(new BasicCopyTexSubImageCubeCase (m_context, "cube_alpha", "", GL… in init() 1804 …copyTexSubImageGroup->addChild(new BasicCopyTexSubImageCubeCase (m_context, "cube_luminance", "",… in init() 1805 …copyTexSubImageGroup->addChild(new BasicCopyTexSubImageCubeCase (m_context, "cube_luminance_alpha"… in init() 1806 …copyTexSubImageGroup->addChild(new BasicCopyTexSubImageCubeCase (m_context, "cube_rgb", "", GL_… in init() 1807 …copyTexSubImageGroup->addChild(new BasicCopyTexSubImageCubeCase (m_context, "cube_rgba", "", GL_… in init()
|
/external/deqp/modules/gles3/functional/ |
D | es3fTextureSpecificationTests.cpp | 2037 class BasicCopyTexSubImageCubeCase : public TextureCubeSpecCase class 2040 …BasicCopyTexSubImageCubeCase (Context& context, const char* name, const char* desc, deUint32 forma… in BasicCopyTexSubImageCubeCase() function in deqp::gles3::Functional::BasicCopyTexSubImageCubeCase 3950 …copyTexSubImageGroup->addChild(new BasicCopyTexSubImageCubeCase (m_context, "cube_alpha", "", GL… in init() 3951 …copyTexSubImageGroup->addChild(new BasicCopyTexSubImageCubeCase (m_context, "cube_luminance", "",… in init() 3952 …copyTexSubImageGroup->addChild(new BasicCopyTexSubImageCubeCase (m_context, "cube_luminance_alpha"… in init() 3953 …copyTexSubImageGroup->addChild(new BasicCopyTexSubImageCubeCase (m_context, "cube_rgb", "", GL_… in init() 3954 …copyTexSubImageGroup->addChild(new BasicCopyTexSubImageCubeCase (m_context, "cube_rgba", "", GL_… in init()
|