Home
last modified time | relevance | path

Searched defs:vertexCompiler (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/external/angle/src/tests/compiler_tests/
H A DExpressionLimit_test.cpp247 ShHandle vertexCompiler = sh::ConstructCompiler(GL_FRAGMENT_SHADER, spec, output, &resources); in TEST_F() local
271 ShHandle vertexCompiler = sh::ConstructCompiler(GL_FRAGMENT_SHADER, spec, output, &resources); in TEST_F() local
298 ShHandle vertexCompiler = sh::ConstructCompiler(GL_FRAGMENT_SHADER, spec, output, &resources); in TEST_F() local
322 ShHandle vertexCompiler = sh::ConstructCompiler(GL_FRAGMENT_SHADER, spec, output, &resources); in TEST_F() local
346 ShHandle vertexCompiler = sh::ConstructCompiler(GL_FRAGMENT_SHADER, spec, output, &resources); in TEST_F() local
/aosp_15_r20/external/angle/src/tests/gl_tests/
H A DShaderBinaryTest.cpp55 ShHandle vertexCompiler = in testSetUp() local
337 ShHandle vertexCompiler = in testSetUp() local
569 ShHandle vertexCompiler = sh::ConstructCompiler(GL_VERTEX_SHADER, spec, output, &mResources); in TEST_P() local
/aosp_15_r20/external/angle/samples/shader_translator/
H A Dshader_translator.cpp84 ShHandle vertexCompiler = 0; in main() local