Searched refs:pVertexSource (Results 1 – 8 of 8) sorted by relevance
/frameworks/native/opengl/tests/gldual/jni/ |
D | gl_code.cpp | 68 GLuint createProgram(const char* pVertexSource, const char* pFragmentSource) { in createProgram() argument 69 GLuint vertexShader = loadShader(GL_VERTEX_SHADER, pVertexSource); in createProgram()
|
/frameworks/native/opengl/tests/gl2_jni/jni/ |
D | gl_code.cpp | 68 GLuint createProgram(const char* pVertexSource, const char* pFragmentSource) { in createProgram() argument 69 GLuint vertexShader = loadShader(GL_VERTEX_SHADER, pVertexSource); in createProgram()
|
/frameworks/native/libs/gui/tests/ |
D | GLTest.h | 33 static void createProgram(const char* pVertexSource,
|
D | GLTest.cpp | 295 void GLTest::createProgram(const char* pVertexSource, in createProgram() argument 300 ASSERT_NO_FATAL_FAILURE(loadShader(GL_VERTEX_SHADER, pVertexSource, in createProgram()
|
/frameworks/native/opengl/tests/gl_perf/ |
D | fill_common.cpp | 65 GLuint createProgram(const char* pVertexSource, const char* pFragmentSource) { in createProgram() argument 66 GLuint vertexShader = loadShader(GL_VERTEX_SHADER, pVertexSource); in createProgram()
|
/frameworks/native/opengl/tests/gl2_basic/ |
D | gl2_basic.cpp | 111 GLuint createProgram(const char* pVertexSource, const char* pFragmentSource) { in createProgram() argument 112 GLuint vertexShader = loadShader(GL_VERTEX_SHADER, pVertexSource); in createProgram()
|
/frameworks/native/opengl/tests/gl2_yuvtex/ |
D | gl2_yuvtex.cpp | 118 GLuint createProgram(const char* pVertexSource, const char* pFragmentSource) { in createProgram() argument 119 GLuint vertexShader = loadShader(GL_VERTEX_SHADER, pVertexSource); in createProgram()
|
/frameworks/native/opengl/tests/gl2_copyTexImage/ |
D | gl2_copyTexImage.cpp | 102 GLuint createProgram(const char* pVertexSource, const char* pFragmentSource) { in createProgram() argument 103 GLuint vertexShader = loadShader(GL_VERTEX_SHADER, pVertexSource); in createProgram()
|