Searched refs:CreateShaderCase (Results 1 – 2 of 2) sorted by relevance
/external/deqp/modules/gles2/functional/ |
D | es2fShaderApiTests.cpp | 325 class CreateShaderCase : public ApiCase class 328 CreateShaderCase (Context& context, const char* name, const char* desc, glu::ShaderType shaderType) in CreateShaderCase() function in deqp::gles2::Functional::CreateShaderCase 1034 …createDeleteGroup->addChild(new CreateShaderCase(m_context, "create_vertex_shader", "Create verte… in init() 1035 …createDeleteGroup->addChild(new CreateShaderCase(m_context, "create_fragment_shader", "Create frag… in init()
|
/external/deqp/modules/gles3/functional/ |
D | es3fShaderApiTests.cpp | 379 class CreateShaderCase : public ApiCase class 382 CreateShaderCase (Context& context, const char* name, const char* desc, glu::ShaderType shaderType) in CreateShaderCase() function in deqp::gles3::Functional::CreateShaderCase 1659 …createDeleteGroup->addChild(new CreateShaderCase(m_context, "create_vertex_shader", "Create verte… in init() 1660 …createDeleteGroup->addChild(new CreateShaderCase(m_context, "create_fragment_shader", "Create frag… in init()
|