Searched refs:replacePlaceholders (Results 1 – 3 of 3) sorted by relevance
/external/deqp/external/openglcts/modules/common/ |
D | glcGLSLVectorConstructorTests.cpp | 378 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/ |
D | es3cNumberParsingTests.cpp | 303 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/ |
D | GenerateXMB.java | 972 … private String replacePlaceholders(String value, String placeholderStart, String placeholderEnd) { in replacePlaceholders() method in GenerateXMB.PathInfo
|