HomeSort by relevance Sort by last modified time
    Searched refs:setScissor (Results 1 - 6 of 6) sorted by null

  /frameworks/native/services/surfaceflinger/RenderEngine/
RenderEngine.h 75 void setScissor(uint32_t left, uint32_t bottom, uint32_t right, uint32_t top);
RenderEngine.cpp 227 void RenderEngine::setScissor(
  /frameworks/base/libs/hwui/
Caches.h 276 bool setScissor(GLint x, GLint y, GLint width, GLint height);
Caches.cpp 601 bool Caches::setScissor(GLint x, GLint y, GLint width, GLint height) {
OpenGLRenderer.cpp 256 mCaches.setScissor(left, getViewportHeight() - bottom, right - left, bottom - top);
429 mCaches.setScissor(clip->left, firstSnapshot()->getViewportHeight() - clip->bottom,
878 mCaches.setScissor(clip.left - 1.0f, bounds.getHeight() - clip.bottom - 1.0f,
    [all...]
  /frameworks/native/services/surfaceflinger/
SurfaceFlinger.cpp     [all...]

Completed in 494 milliseconds