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

  /external/deqp/modules/gles2/functional/
es2fShaderApiTests.cpp 704 const glu::ShaderType supportShaderType = (m_shaderType == glu::SHADERTYPE_FRAGMENT ? glu::SHADERTYPE_VERTEX : glu::SHADERTYPE_FRAGMENT);
705 const char* supportShaderSource = getSimpleShaderSource(supportShaderType);
706 glu::Shader supportShader (renderCtx, supportShaderType);
  /external/deqp/modules/gles3/functional/
es3fShaderApiTests.cpp 764 const glu::ShaderType supportShaderType = (m_shaderType == glu::SHADERTYPE_FRAGMENT ? glu::SHADERTYPE_VERTEX : glu::SHADERTYPE_FRAGMENT);
765 const char* supportShaderSource = getSimpleShaderSource(supportShaderType);
766 glu::Shader supportShader (renderCtx, supportShaderType);
    [all...]

Completed in 135 milliseconds