HomeSort by relevance Sort by last modified time
    Searched defs:firstSource (Results 1 - 3 of 3) sorted by null

  /external/swiftshader/src/OpenGL/compiler/
Compiler.cpp 114 int firstSource = 0;
118 ++firstSource;
135 (PaParseStrings(numStrings - firstSource, &shaderStrings[firstSource], nullptr, &parseContext) == 0) &&
  /external/deqp/modules/gles2/functional/
es2fShaderApiTests.cpp 579 void verifyShaderSourceReplaced (glu::Shader& shader, const std::string& firstSource, const std::string& secondSource)
584 if (result == firstSource)
605 const char* firstSource = firstSourceStr.c_str();
610 shader.setSources(1, &firstSource, 0);
  /external/deqp/modules/gles3/functional/
es3fShaderApiTests.cpp 636 void verifyShaderSourceReplaced (glu::Shader& shader, const std::string& firstSource, const std::string& secondSource)
641 if (result == firstSource)
662 const char* firstSource = firstSourceStr.c_str();
667 shader.setSources(1, &firstSource, 0);
    [all...]

Completed in 88 milliseconds