Home
last modified time | relevance | path

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

/external/deqp/modules/gles3/performance/
Des3pShaderCompilationCases.cpp1725 const char* fragShaderSourceCStr = progCtx.fragShaderSource.c_str(); in setShaderSources() local
1727 gl.shaderSource(fragShader, 1, &fragShaderSourceCStr, DE_NULL); in setShaderSources()
2415 const char* fragShaderSourceCStr = progCtx.fragShaderSource.c_str(); in setShaderSources() local
2417 gl.shaderSource(shaders.fragShader, 1, &fragShaderSourceCStr, DE_NULL); in setShaderSources()
/external/deqp/modules/gles2/performance/
Des2pShaderCompilationCases.cpp1705 const char* fragShaderSourceCStr = progCtx.fragShaderSource.c_str(); in setShaderSources() local
1707 gl.shaderSource(fragShader, 1, &fragShaderSourceCStr, DE_NULL); in setShaderSources()
2395 const char* fragShaderSourceCStr = progCtx.fragShaderSource.c_str(); in setShaderSources() local
2397 gl.shaderSource(shaders.fragShader, 1, &fragShaderSourceCStr, DE_NULL); in setShaderSources()