Searched defs:loadShader (Results 1 – 5 of 5) sorted by relevance
23 static GLuint loadShader(GLenum type, const char *shaderSrc, const char *name) { in loadShader() function
97 static GLuint loadShader(GLenum type, const char *shaderSrc) { in loadShader() function
38 GLuint Renderer::loadShader(GLenum shaderType, const char* pSource) { in loadShader() function in Renderer
222 private static int loadShader(int type, String shaderCode) { in loadShader() method in GLES20Canvas
331 private static int loadShader(int type, String shaderCode) { in loadShader() method in GLES20Canvas