Home | History | Annotate | Download | only in client

Lines Matching defs:IsTexture

925 GLboolean GLES2Implementation::IsTexture(GLuint texture) {
927 TRACE_EVENT0("gpu", "GLES2Implementation::IsTexture");
929 typedef cmds::IsTexture::Result Result;
935 helper_->IsTexture(texture, GetResultShmId(), GetResultShmOffset());