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/debug/
Dnullgles.cpp224 void glShaderSource(GLuint shader, GLsizei count, const GLchar *const*string, const GLint *length) … in glShaderSource() function
Dwrap_gles.h758 #define glShaderSource wrap_glShaderSource macro
/frameworks/base/opengl/java/android/opengl/
DGLES20.java1379 public static native void glShaderSource( in glShaderSource() method in GLES20