Home
last modified time | relevance | path

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

/aosp_15_r20/external/angle/src/tests/gl_tests/
H A DParallelShaderCompileTest.cpp75 static std::string InsertRandomString(const std::string &source) in InsertRandomString() function in __anon236454e80111::ParallelShaderCompileTest::Task
214 CompileShader(GL_VERTEX_SHADER, InsertRandomString(essl1_shaders::vs::Simple())); in compile()
216 InsertRandomString(essl1_shaders::fs::UniformColor())); in compile()
305 mShader = CompileShader(GL_COMPUTE_SHADER, InsertRandomString(kCSSource)); in compile()