Home | History | Annotate | Download | only in GLESv2_enc

Lines Matching refs:glDetachShader

46 	void glDetachShader(GLuint program, GLuint shader);
452 void glDetachShader(GLuint program, GLuint shader)
455 ctx->glDetachShader(ctx, program, shader);