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

12

/frameworks/native/opengl/tools/glgen/stubs/gles11/
H A DglShaderSource.java1 // C function void glShaderSource ( GLuint shader, GLsizei count, const GLchar ** string, const GLint* length )
3 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.cpp146 glShaderSource(shader, 1, &source, 0);
/frameworks/native/opengl/tests/gl2_java/src/com/android/gl2java/
H A DGL2JavaView.java98 GLES20.glShaderSource(shader, source);
/frameworks/native/opengl/tests/gl2_jni/jni/
H A Dgl_code.cpp40 glShaderSource(shader, 1, &pSource, NULL);
/frameworks/native/opengl/tests/gldual/jni/
H A Dgl_code.cpp40 glShaderSource(shader, 1, &pSource, NULL);
/frameworks/native/services/surfaceflinger/RenderEngine/
H A DProgram.cpp99 glShaderSource(shader, 1, &source, 0);
/frameworks/native/opengl/tools/glgen/specs/gles11/
H A Dchecks.spec83 // glShaderSource
H A DGLES20.spec100 void glShaderSource ( GLuint shader )
/frameworks/native/opengl/tests/testLatency/src/com/android/testlatency/
H A DTestLatencyView.java172 GLES20.glShaderSource(shader, source);
/frameworks/rs/java/tests/GenImages/src/com/android/rs/genimage/
H A DGenImage.java88 GLES20.glShaderSource(shader, shaderCode);
/frameworks/native/opengl/tests/gl2_basic/
H A Dgl2_basic.cpp79 glShaderSource(shader, 1, &pSource, NULL);
/frameworks/native/opengl/tests/gl_perf/
H A Dfill_common.cpp36 glShaderSource(shader, 1, &pSource, NULL);
/frameworks/wilhelm/tests/native-media/src/com/example/nativemedia/
H A DMyGLSurfaceView.java238 GLES20.glShaderSource(shader, source);
/frameworks/av/libvideoeditor/lvpp/
H A DNativeWindowRenderer.cpp288 glShaderSource(shader, 1, &pSource, NULL);
/frameworks/base/tests/HwAccelerationTest/src/com/android/test/hwui/
H A DGLTextureViewActivity.java314 glShaderSource(shader, source);
/frameworks/native/cmds/flatland/
H A DGLHelper.cpp310 glShaderSource(shader, 1, &src, NULL);
/frameworks/native/opengl/tests/gl2_cameraeye/src/com/android/gl2cameraeye/
H A DGL2CameraEye.java385 GLES20.glShaderSource(shader, source);
/frameworks/native/opengl/tests/gl2_copyTexImage/
H A Dgl2_copyTexImage.cpp79 glShaderSource(shader, 1, &pSource, NULL);
/frameworks/native/opengl/tests/gl2_yuvtex/
H A Dgl2_yuvtex.cpp86 glShaderSource(shader, 1, &pSource, NULL);
/frameworks/native/opengl/libs/GLES_trace/
H A Dgltrace.proto329 glShaderSource = 303;
/frameworks/base/media/tests/MediaDump/src/com/android/mediadump/
H A DVideoDumpView.java605 GLES20.glShaderSource(shader, source);
/frameworks/base/packages/SystemUI/src/com/android/systemui/
H A DImageWallpaper.java636 glShaderSource(shader, source);
/frameworks/av/media/libstagefright/tests/
H A DSurfaceMediaSource_test.cpp202 glShaderSource(shader, 1, &pSource, NULL);
/frameworks/base/media/mca/filterfw/native/core/
H A Dshader_program.cpp310 glShaderSource(shader, 1, &source, NULL);

Completed in 484 milliseconds

12