Searched refs:getSimpleShaderSource (Results 1 - 2 of 2) sorted by relevance

/external/deqp/modules/gles2/functional/
H A Des2fShaderApiTests.cpp72 const char* getSimpleShaderSource (const glu::ShaderType shaderType) function in namespace:deqp::gles2::Functional::__anon19894
369 const char* shaderSource = getSimpleShaderSource(m_shaderType);
405 const char* vertSource = getSimpleShaderSource(glu::SHADERTYPE_VERTEX);
406 const char* fragSource = getSimpleShaderSource(glu::SHADERTYPE_FRAGMENT);
538 return getSimpleShaderSource(m_shaderType);
705 const char* supportShaderSource = getSimpleShaderSource(supportShaderType);
/external/deqp/modules/gles3/functional/
H A Des3fShaderApiTests.cpp77 const char* getSimpleShaderSource (const glu::ShaderType shaderType) function in namespace:deqp::gles3::Functional::__anon20045
423 const char* shaderSource = getSimpleShaderSource(m_shaderType);
459 const char* vertSource = getSimpleShaderSource(glu::SHADERTYPE_VERTEX);
460 const char* fragSource = getSimpleShaderSource(glu::SHADERTYPE_FRAGMENT);
592 return getSimpleShaderSource(m_shaderType);
765 const char* supportShaderSource = getSimpleShaderSource(supportShaderType);
1233 const std::string vertSrc = getSimpleShaderSource(glu::SHADERTYPE_VERTEX);
1234 const std::string fragSrc = getSimpleShaderSource(glu::SHADERTYPE_FRAGMENT);

Completed in 64 milliseconds