Home
last modified time | relevance | path

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

/frameworks/native/opengl/tools/glgen/stubs/gles11/
DglShaderSource.java19 public static native void glShaderSource( in glShaderSource() method
/frameworks/native/opengl/libs/GLES_trace/
Dgltrace.proto329 glShaderSource = 303; enumerator
/frameworks/native/opengl/libs/GLES_trace/src/
Dgltrace.pb.cpp840 const GLMessage_Function GLMessage::glShaderSource; member in android::gltrace::GLMessage
Dgltrace.pb.h1173 static const Function glShaderSource = GLMessage_Function_glShaderSource; variable
/frameworks/base/opengl/java/android/opengl/
DGLES20.java1436 public static native void glShaderSource( in glShaderSource() method in GLES20