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.java3 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.cpp1135 const GLMessage_Function GLMessage::glShaderSource; member in android::gltrace::GLMessage
Dgltrace.pb.h1483 static const Function glShaderSource = GLMessage_Function_glShaderSource; variable
/frameworks/base/opengl/java/android/opengl/
DGLES20.java1379 public static native void glShaderSource( in glShaderSource() method in GLES20