Searched refs:glShaderSource (Results 1 - 25 of 41) 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.cpp135 glShaderSource(shader, 1, &source, nullptr);
/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/base/tests/UiBench/src/com/android/test/uibench/opengl/
H A DImageFlipRenderThread.java77 import static android.opengl.GLES20.glShaderSource;
267 glShaderSource(shader, source);
/frameworks/native/opengl/tools/glgen/specs/gles11/
H A Dchecks.spec97 // glShaderSource
H A DGLES20.spec100 void glShaderSource ( GLuint shader )
/frameworks/av/cmds/screenrecord/
H A DProgram.cpp145 glShaderSource(shader, 1, &src, NULL);
/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/base/tests/HwAccelerationTest/src/com/android/test/hwui/
H A DGLDepthTestActivity.java267 GLES20.glShaderSource(shader, source);
H A DGLTextureViewActivity.java314 glShaderSource(shader, source);
/frameworks/native/libs/gui/tests/
H A DGLTest.cpp257 glShaderSource(shader, 1, &pSource, NULL);
/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/native/cmds/flatland/
H A DGLHelper.cpp312 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/base/libs/hwui/debug/
H A Dnullgles.cpp224 void glShaderSource(GLuint shader, GLsizei count, const GLchar *const*string, const GLint *length) {} function
/frameworks/base/media/tests/MediaDump/src/com/android/mediadump/
H A DVideoDumpView.java605 GLES20.glShaderSource(shader, source);

Completed in 335 milliseconds

12