Searched defs:supportShaderType (Results 1 - 2 of 2) sorted by relevance

/external/deqp/modules/gles2/functional/
H A Des2fShaderApiTests.cpp704 const glu::ShaderType supportShaderType = (m_shaderType == glu::SHADERTYPE_FRAGMENT ? glu::SHADERTYPE_VERTEX : glu::SHADERTYPE_FRAGMENT); local
705 const char* supportShaderSource = getSimpleShaderSource(supportShaderType);
706 glu::Shader supportShader (renderCtx, supportShaderType);
/external/deqp/modules/gles3/functional/
H A Des3fShaderApiTests.cpp764 const glu::ShaderType supportShaderType = (m_shaderType == glu::SHADERTYPE_FRAGMENT ? glu::SHADERTYPE_VERTEX : glu::SHADERTYPE_FRAGMENT); local
765 const char* supportShaderSource = getSimpleShaderSource(supportShaderType);
766 glu::Shader supportShader (renderCtx, supportShaderType);

Completed in 69 milliseconds