Home
last modified time | relevance | path

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

/external/deqp/external/openglcts/modules/common/
DglcGLSLVectorConstructorTests.cpp378 string replacePlaceholders(const string& shaderTemplate, const TestParams& params, const glu::GLSLV… in replacePlaceholders() function
434 m_vertexShader = replacePlaceholders(vertexShaderTemplate, m_params, m_glslVersion); in GLSLVectorConstructorTestCase()
435 m_fragmentShader = replacePlaceholders(defaultFragmentShader, m_params, m_glslVersion); in GLSLVectorConstructorTestCase()
439 m_vertexShader = replacePlaceholders(defaultVertexShader, m_params, m_glslVersion); in GLSLVectorConstructorTestCase()
440 m_fragmentShader = replacePlaceholders(fragmentShaderTemplate, m_params, m_glslVersion); in GLSLVectorConstructorTestCase()
/external/deqp/external/openglcts/modules/gles3/
Des3cNumberParsingTests.cpp303 static string replacePlaceholders(const string& shaderTemplate, const TestParams& params) in replacePlaceholders() function
488 …erParsingCase(m_context, params.name, params, defaultVertexShader, replacePlaceholders(fragmentSha… in init()
/external/cldr/tools/java/org/unicode/cldr/tool/
DGenerateXMB.java972 … private String replacePlaceholders(String value, String placeholderStart, String placeholderEnd) { in replacePlaceholders() method in GenerateXMB.PathInfo