Searched defs:shaderType (Results 1 – 4 of 4) sorted by relevance
294 private String getShaderTypeString(int shaderType) { in getShaderTypeString()306 private int compileShader(int shaderType, String shaderSource) { in compileShader()
186 private int loadShader(int shaderType, String source) { in loadShader()
239 const char *ShaderTypeString(GLenum shaderType) { in ShaderTypeString()251 GLuint CompileShader(GLenum shaderType, const char *shaderSrc) { in CompileShader()
426 public static int loadShader(int shaderType, @NonNull String source) { in loadShader()