Searched refs:createProgram (Results 1 - 4 of 4) sorted by relevance

/frameworks/base/opengl/tests/gl2_java/src/com/android/gl2java/
H A DGL2JavaView.java84 mProgram = createProgram(mVertexShader, mFragmentShader);
112 private int createProgram(String vertexSource, String fragmentSource) { method in class:GL2JavaView.Renderer
/frameworks/base/opengl/tests/gl2_jni/jni/
H A Dgl_code.cpp63 GLuint createProgram(const char* pVertexSource, const char* pFragmentSource) { function
111 gProgram = createProgram(gVertexShader, gFragmentShader);
/frameworks/base/opengl/tests/gldual/jni/
H A Dgl_code.cpp63 GLuint createProgram(const char* pVertexSource, const char* pFragmentSource) { function
111 gProgram = createProgram(gVertexShader, gFragmentShader);
/frameworks/base/opengl/tests/gl2_basic/
H A Dgl2_basic.cpp102 GLuint createProgram(const char* pVertexSource, const char* pFragmentSource) { function
144 gProgram = createProgram(gVertexShader, gFragmentShader);

Completed in 170 milliseconds