Home
last modified time | relevance | path

Searched refs:pFragmentSource (Results 1 – 8 of 8) sorted by relevance

/frameworks/native/opengl/tests/gldual/jni/
Dgl_code.cpp68 GLuint createProgram(const char* pVertexSource, const char* pFragmentSource) { in createProgram() argument
74 GLuint pixelShader = loadShader(GL_FRAGMENT_SHADER, pFragmentSource); in createProgram()
/frameworks/native/opengl/tests/gl2_jni/jni/
Dgl_code.cpp68 GLuint createProgram(const char* pVertexSource, const char* pFragmentSource) { in createProgram() argument
74 GLuint pixelShader = loadShader(GL_FRAGMENT_SHADER, pFragmentSource); in createProgram()
/frameworks/native/libs/gui/tests/
DGLTest.h34 const char* pFragmentSource, GLuint* outPgm);
DGLTest.cpp296 const char* pFragmentSource, GLuint* outPgm) { in createProgram() argument
305 ASSERT_NO_FATAL_FAILURE(loadShader(GL_FRAGMENT_SHADER, pFragmentSource, in createProgram()
/frameworks/native/opengl/tests/gl_perf/
Dfill_common.cpp65 GLuint createProgram(const char* pVertexSource, const char* pFragmentSource) { in createProgram() argument
71 GLuint pixelShader = loadShader(GL_FRAGMENT_SHADER, pFragmentSource); in createProgram()
/frameworks/native/opengl/tests/gl2_basic/
Dgl2_basic.cpp111 GLuint createProgram(const char* pVertexSource, const char* pFragmentSource) { in createProgram() argument
117 GLuint pixelShader = loadShader(GL_FRAGMENT_SHADER, pFragmentSource); in createProgram()
/frameworks/native/opengl/tests/gl2_yuvtex/
Dgl2_yuvtex.cpp118 GLuint createProgram(const char* pVertexSource, const char* pFragmentSource) { in createProgram() argument
124 GLuint pixelShader = loadShader(GL_FRAGMENT_SHADER, pFragmentSource); in createProgram()
/frameworks/native/opengl/tests/gl2_copyTexImage/
Dgl2_copyTexImage.cpp102 GLuint createProgram(const char* pVertexSource, const char* pFragmentSource) { in createProgram() argument
108 GLuint pixelShader = loadShader(GL_FRAGMENT_SHADER, pFragmentSource); in createProgram()