Home
last modified time | relevance | path

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

/test/xts/acts/graphic/graphicGLES3/entry/src/main/cpp/
Dgles3ndk.cpp165 static const char *vertexSource = "attribute vec4 position;\n" variable
283 static GLuint initProgram(const char *vertexSource, const char *fragmentSource) in initProgram()