Searched defs:loadShader (Results 1 – 3 of 3) sorted by relevance
38 GLuint Renderer::loadShader(GLenum shaderType, const char* pSource) { in loadShader() function in Renderer
34 public static int loadShader(int shaderType, String source) { in loadShader() method in SurfaceTextureView
321 private static int loadShader(int shaderType, String source) { in loadShader() method in RendererUtils