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

  /external/deqp/modules/gles2/functional/
es2fShaderApiTests.cpp 579 void verifyShaderSourceReplaced (glu::Shader& shader, const std::string& firstSource, const std::string& secondSource)
589 else if (result != secondSource)
606 const char* secondSource = secondSourceStr.c_str();
615 shader.setSources(1, &secondSource, 0);
  /external/deqp/modules/gles3/functional/
es3fShaderApiTests.cpp 636 void verifyShaderSourceReplaced (glu::Shader& shader, const std::string& firstSource, const std::string& secondSource)
646 else if (result != secondSource)
663 const char* secondSource = secondSourceStr.c_str();
672 shader.setSources(1, &secondSource, 0);
    [all...]

Completed in 63 milliseconds