Home
last modified time | relevance | path

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

/tools/test/graphicsbenchmark/apps/sample_app/src/cpp/
Dshader.h26 GLuint createProgram(const char* pVertexSource, const char* pFragmentSource);
Dshader.cpp57 GLuint createProgram(const char* pVertexSource, const char* pFragmentSource) { in createProgram() function
Dcircle.cpp64 mProgram = createProgram(gVertexShader, gFragmentShader); in Circle()