Home | History | Annotate | Download | only in shared_impl

Lines Matching refs:AttachShader

37 void AttachShader(PP_Resource context_id, GLuint program, GLuint shader) {
40 ToGles2Impl(&enter)->AttachShader(program, shader);
1579 &ActiveTexture, &AttachShader,