Home
last modified time | relevance | path

Searched refs:STENCIL_BUFFER_SIZE (Results 1 – 3 of 3) sorted by relevance

/aosp12/frameworks/base/libs/hwui/
H A DProperties.h39 #define STENCIL_BUFFER_SIZE 8 macro
/aosp12/frameworks/base/libs/hwui/renderthread/
H A DEglManager.cpp177 STENCIL_BUFFER_SIZE, in load8BitsConfig()
206 STENCIL_BUFFER_SIZE, in load1010102Config()
237 STENCIL_BUFFER_SIZE, in loadFP16Config()
/aosp12/frameworks/base/libs/hwui/pipeline/skia/
H A DSkiaOpenGLPipeline.cpp98 GrBackendRenderTarget backendRT(frame.width(), frame.height(), 0, STENCIL_BUFFER_SIZE, fboInfo); in draw()