Home
last modified time | relevance | path

Searched defs:fragmentSource (Results 1 – 1 of 1) sorted by relevance

/test/xts/acts/graphic/graphicGLES3/entry/src/main/cpp/
Dgles3ndk.cpp171 static const char *fragmentSource = "precision mediump float;\n" variable
283 static GLuint initProgram(const char *vertexSource, const char *fragmentSource) in initProgram()