Home | History | Annotate | Download | only in client

Lines Matching defs:DeleteProgram

186 void GLES2TraceImplementation::DeleteProgram(GLuint program) {
187 TRACE_EVENT_BINARY_EFFICIENT0("gpu", "GLES2Trace::DeleteProgram");
188 gl_->DeleteProgram(program);