Home
last modified time | relevance | path

Searched defs:drawBuffer (Results 1 – 2 of 2) sorted by relevance

/aosp14/frameworks/base/tests/SurfaceViewBufferTests/src/com/android/test/
H A DSurfaceProxy.kt33 fun drawBuffer(slot: Int, @ColorInt c: Int) { regex
/aosp14/frameworks/base/libs/hwui/pipeline/skia/
H A DSkiaOpenGLPipeline.cpp86 const GLenum drawBuffer = GL_BACK; in makeCurrent() local