Searched refs:getScissorParams (Results 1 – 3 of 3) sorted by relevance
212 void getScissorParams(GLint *x, GLint *y, GLsizei *width, GLsizei *height);
393 context->getScissorParams(&scissorX, &scissorY, &scissorWidth, &scissorHeight); in IsPartialBlit()
714 void Context::getScissorParams(GLint *x, GLint *y, GLsizei *width, GLsizei *height) in getScissorParams() function in gl::Context