Searched refs:setScissor (Results 1 - 6 of 6) sorted by relevance

/frameworks/native/services/surfaceflinger/RenderEngine/
H A DRenderEngine.h69 void setScissor(uint32_t left, uint32_t bottom, uint32_t right, uint32_t top);
H A DRenderEngine.cpp186 void RenderEngine::setScissor( function in class:android::RenderEngine
/frameworks/base/libs/hwui/
H A DCaches.h269 bool setScissor(GLint x, GLint y, GLint width, GLint height);
H A DCaches.cpp573 bool Caches::setScissor(GLint x, GLint y, GLint width, GLint height) { function in class:android::uirenderer::Caches
H A DOpenGLRenderer.cpp269 mCaches.setScissor(left, mSnapshot->height - bottom, right - left, bottom - top);
535 mCaches.setScissor(clip->left, mFirstSnapshot->height - clip->bottom,
1010 mCaches.setScissor(clip.left - 1.0f, bounds.getHeight() - clip.bottom - 1.0f,
1546 if (mCaches.setScissor(clip.left, mSnapshot->height - clip.bottom,
1740 // Make sure setScissor & setStencil happen at the beginning of
/frameworks/native/services/surfaceflinger/
H A DSurfaceFlinger.cpp1761 engine.setScissor(scissor.left, height - scissor.bottom,

Completed in 806 milliseconds