OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:setScissor
(Results
1 - 6
of
6
) sorted by null
/frameworks/native/services/surfaceflinger/RenderEngine/
RenderEngine.h
69
void
setScissor
(uint32_t left, uint32_t bottom, uint32_t right, uint32_t top);
RenderEngine.cpp
186
void RenderEngine::
setScissor
(
/frameworks/base/libs/hwui/
Caches.h
269
bool
setScissor
(GLint x, GLint y, GLint width, GLint height);
Caches.cpp
573
bool Caches::
setScissor
(GLint x, GLint y, GLint width, GLint height) {
OpenGLRenderer.cpp
269
mCaches.
setScissor
(left, mSnapshot->height - bottom, right - left, bottom - top);
535
mCaches.
setScissor
(clip->left, mFirstSnapshot->height - clip->bottom,
[
all
...]
/frameworks/native/services/surfaceflinger/
SurfaceFlinger.cpp
[
all
...]
Completed in 54 milliseconds