Home | History | Annotate | Download | only in client

Lines Matching refs:GetActiveUniform

371 void GLES2TraceImplementation::GetActiveUniform(GLuint program,
378 TRACE_EVENT_BINARY_EFFICIENT0("gpu", "GLES2Trace::GetActiveUniform");
379 gl_->GetActiveUniform(program, index, bufsize, length, size, type, name);