Home
last modified time | relevance | path

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

/frameworks/native/opengl/libs/GLES_trace/src/
Dgltrace_eglapi.cpp59 READ_FB_ON_EGLSWAP_MASK = 1 << 0, in commandReceiveTask() enumerator
93 bool collectFbOnEglSwap = (cmd & READ_FB_ON_EGLSWAP_MASK) != 0; in commandReceiveTask()