Searched refs:glShaderSource (Results 1 - 25 of 28) sorted by relevance

12

/frameworks/base/opengl/tools/glgen/stubs/gles11/
H A DglShaderSource.java17 // C function void glShaderSource ( GLuint shader, GLsizei count, const GLchar ** string, const GLint* length )
19 public static native void glShaderSource( method
H A DglShaderSource.cpp2 /* void glShaderSource ( GLuint shader, GLsizei count, const GLchar ** string, const GLint * length ) */
15 glShaderSource(shader, 1, strings, 0);
/frameworks/base/libs/hwui/
H A DProgram.cpp108 glShaderSource(shader, 1, &source, 0);
/frameworks/base/opengl/tests/gl2_java/src/com/android/gl2java/
H A DGL2JavaView.java98 GLES20.glShaderSource(shader, source);
/frameworks/base/opengl/tests/gl2_jni/jni/
H A Dgl_code.cpp40 glShaderSource(shader, 1, &pSource, NULL);
/frameworks/base/opengl/tests/gldual/jni/
H A Dgl_code.cpp40 glShaderSource(shader, 1, &pSource, NULL);
/frameworks/base/opengl/tests/gl_perf/
H A Dfill_common.cpp36 glShaderSource(shader, 1, &pSource, NULL);
/frameworks/base/opengl/tests/testLatency/src/com/android/testlatency/
H A DTestLatencyView.java172 GLES20.glShaderSource(shader, source);
/frameworks/base/opengl/libs/GLES2_dbg/src/
H A Dcaller.h288 dbg->hooks->gl.glShaderSource(cmd.arg0(), 1, &string, NULL);
H A Ddebugger_message.pb.h411 static const Function glShaderSource = Message_Function_glShaderSource; member in class:com::android::glesv2debugger::Message
H A Ddebugger_message.pb.cpp337 const Message_Function Message::glShaderSource; member in class:com::android::glesv2debugger::Message
/frameworks/base/opengl/tests/gl2_basic/
H A Dgl2_basic.cpp79 glShaderSource(shader, 1, &pSource, NULL);
/frameworks/base/opengl/tests/gl2_cameraeye/src/com/android/gl2cameraeye/
H A DGL2CameraEye.java385 GLES20.glShaderSource(shader, source);
/frameworks/base/opengl/tests/gl2_copyTexImage/
H A Dgl2_copyTexImage.cpp79 glShaderSource(shader, 1, &pSource, NULL);
/frameworks/base/opengl/tests/gl2_yuvtex/
H A Dgl2_yuvtex.cpp86 glShaderSource(shader, 1, &pSource, NULL);
/frameworks/base/tests/HwAccelerationTest/src/com/android/test/hwui/
H A DGLTextureViewActivity.java312 glShaderSource(shader, source);
/frameworks/media/libvideoeditor/lvpp/
H A DNativeWindowRenderer.cpp289 glShaderSource(shader, 1, &pSource, NULL);
/frameworks/base/opengl/tools/glgen/specs/gles11/
H A DGLES20.spec100 void glShaderSource ( GLuint shader )
/frameworks/base/libs/rs/driver/
H A DrsdShader.cpp181 RSD_CALL_GL(glShaderSource, mShaderID, 1, &ss, NULL);
/frameworks/base/media/tests/MediaDump/src/com/android/mediadump/
H A DVideoDumpView.java600 GLES20.glShaderSource(shader, source);
/frameworks/base/packages/SystemUI/src/com/android/systemui/
H A DImageWallpaper.java518 glShaderSource(shader, source);
/frameworks/base/media/libstagefright/tests/
H A DSurfaceMediaSource_test.cpp200 glShaderSource(shader, 1, &pSource, NULL);
/frameworks/base/opengl/include/GLES2/
H A Dgl2.h572 GL_APICALL void GL_APIENTRY glShaderSource (GLuint shader, GLsizei count, const GLchar** string, const GLint* length);
/frameworks/base/opengl/java/android/opengl/
H A DGLES20.java1392 // C function void glShaderSource ( GLuint shader, GLsizei count, const GLchar ** string, const GLint* length )
1394 public static native void glShaderSource( method in class:GLES20
/frameworks/base/libs/gui/tests/
H A DSurfaceTexture_test.cpp188 glShaderSource(shader, 1, &pSource, NULL);

Completed in 199 milliseconds

12