Searched refs:READ_FB_ON_EGLSWAP_BIT (Results 1 – 1 of 1) sorted by relevance
30 private static final int READ_FB_ON_EGLSWAP_BIT = 0; field in TraceCommandWriter42 int eglSwap = readFbOnEglSwap ? (1 << READ_FB_ON_EGLSWAP_BIT) : 0; in setTraceOptions()