Searched refs:vertShaderSourceCStr (Results 1 – 2 of 2) sorted by relevance
/external/deqp/modules/gles2/performance/ |
D | es2pShaderCompilationCases.cpp | 1704 const char* vertShaderSourceCStr = progCtx.vertShaderSource.c_str(); in setShaderSources() local 1706 gl.shaderSource(vertShader, 1, &vertShaderSourceCStr, DE_NULL); in setShaderSources() 2394 const char* vertShaderSourceCStr = progCtx.vertShaderSource.c_str(); in setShaderSources() local 2396 gl.shaderSource(shaders.vertShader, 1, &vertShaderSourceCStr, DE_NULL); in setShaderSources()
|
/external/deqp/modules/gles3/performance/ |
D | es3pShaderCompilationCases.cpp | 1724 const char* vertShaderSourceCStr = progCtx.vertShaderSource.c_str(); in setShaderSources() local 1726 gl.shaderSource(vertShader, 1, &vertShaderSourceCStr, DE_NULL); in setShaderSources() 2414 const char* vertShaderSourceCStr = progCtx.vertShaderSource.c_str(); in setShaderSources() local 2416 gl.shaderSource(shaders.vertShader, 1, &vertShaderSourceCStr, DE_NULL); in setShaderSources()
|