Searched refs:notAShader (Results 1 – 1 of 1) sorted by relevance
102 const GLuint notAShader = ctx.glCreateShader(GL_VERTEX_SHADER); in shader_source() local103 ctx.glDeleteShader(notAShader); in shader_source()106 ctx.glShaderSource(notAShader, 0, 0, 0); in shader_source()128 const GLuint notAShader = ctx.glCreateShader(GL_VERTEX_SHADER); in compile_shader() local129 ctx.glDeleteShader(notAShader); in compile_shader()132 ctx.glCompileShader(notAShader); in compile_shader()147 const GLuint notAShader = ctx.glCreateShader(GL_VERTEX_SHADER); in delete_shader() local148 ctx.glDeleteShader(notAShader); in delete_shader()151 ctx.glDeleteShader(notAShader); in delete_shader()238 const GLuint notAShader = ctx.glCreateShader(GL_VERTEX_SHADER); in attach_shader() local[all …]