Home
last modified time | relevance | path

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

/tools/test/graphicsbenchmark/apps/sample_app/src/cpp/
Dshader.cpp57 GLuint createProgram(const char* pVertexSource, const char* pFragmentSource) { in createProgram() argument
63 GLuint pixelShader = loadShader(GL_FRAGMENT_SHADER, pFragmentSource); in createProgram()
Dshader.h26 GLuint createProgram(const char* pVertexSource, const char* pFragmentSource);