Searched defs:DbgContext (Results 1 – 3 of 3) sorted by relevance
75 struct DbgContext { struct76 static const unsigned int LZF_CHUNK_SIZE = 256 * 1024;82 unsigned * lzf_ref [2];83 unsigned lzf_readIndex; // 0 or 184 unsigned lzf_refSize, lzf_refBufSize; // bytes88 const gl_hooks_t * const hooks;89 const unsigned int MAX_VERTEX_ATTRIBS;90 const unsigned int readBytesPerPixel;92 unsigned int captureSwap; // number of eglSwapBuffers to glReadPixels93 unsigned int captureDraw; // number of glDrawArrays/Elements to glReadPixels[all …]
32 DbgContext::DbgContext(const unsigned version, const gl_hooks_t * const hooks, in DbgContext() function in android::DbgContext
31 class DbgContext; variable