Searched refs:glShaderSource (Results 1 - 25 of 40) 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.cpp138 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/native/opengl/tools/glgen/specs/gles11/
H A Dchecks.spec83 // 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/native/opengl/libs/GLES_trace/proto/
H A Dgltrace.proto331 glShaderSource = 303;
/frameworks/base/core/java/android/hardware/camera2/legacy/
H A DSurfaceTextureRenderer.java205 GLES20.glShaderSource(shader, source);
/frameworks/base/libs/hwui/tests/
H A Dnullgles.cpp213 void glShaderSource(GLuint shader, GLsizei count, const GLchar *const*string, const GLint *length) {} function

Completed in 510 milliseconds

12