Home
last modified time | relevance | path

Searched refs:vertexPrefix (Results 1 – 2 of 2) sorted by relevance

/dports/www/firefox-legacy/firefox-52.8.0esr/gfx/angle/src/tests/gl_tests/
H A DTextureTest.cpp2897 void compileProgramWithTextureCounts(const std::string &vertexPrefix, in compileProgramWithTextureCounts() argument
2911 vertexShaderStr << "uniform sampler2D " << vertexPrefix << textureIndex << ";\n"; in compileProgramWithTextureCounts()
2921 vertexShaderStr << " color += texture2D(" << vertexPrefix << textureIndex in compileProgramWithTextureCounts()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/angle/src/tests/gl_tests/
H A DTextureTest.cpp5783 void compileProgramWithTextureCounts(const std::string &vertexPrefix, in compileProgramWithTextureCounts() argument
5797 vertexShaderStr << "uniform sampler2D " << vertexPrefix << textureIndex << ";\n"; in compileProgramWithTextureCounts()
5807 vertexShaderStr << " color += texture2D(" << vertexPrefix << textureIndex in compileProgramWithTextureCounts()