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

  /external/deqp/modules/gles2/functional/
es2fShaderApiTests.cpp 72 const char* getSimpleShaderSource (const glu::ShaderType shaderType)
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/
es3fShaderApiTests.cpp 77 const char* getSimpleShaderSource (const glu::ShaderType shaderType)
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);
    [all...]

Completed in 57 milliseconds