Home
last modified time | relevance | path

Searched defs:glShaderSource (Results 1 – 4 of 4) sorted by relevance

/frameworks/native/opengl/tools/glgen/stubs/gles11/
DglShaderSource.java3 public static native void glShaderSource( in glShaderSource() method
/frameworks/base/libs/hwui/tests/
Dnullgles.cpp213 void glShaderSource(GLuint shader, GLsizei count, const GLchar *const*string, const GLint *length) … in glShaderSource() function
/frameworks/native/opengl/libs/GLES_trace/proto/
Dgltrace.proto331 glShaderSource = 303; enumerator
/frameworks/base/opengl/java/android/opengl/
DGLES20.java1379 public static native void glShaderSource( in glShaderSource() method in GLES20