Home
last modified time | relevance | path

Searched defs:DbgContext (Results 1 – 3 of 3) sorted by relevance

/frameworks/base/opengl/libs/GLES2_dbg/src/
Dheader.h75 struct DbgContext { struct
76 static const unsigned int LZF_CHUNK_SIZE = 256 * 1024;
82 unsigned * lzf_ref [2];
83 unsigned lzf_readIndex; // 0 or 1
84 unsigned lzf_refSize, lzf_refBufSize; // bytes
88 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 glReadPixels
93 unsigned int captureDraw; // number of glDrawArrays/Elements to glReadPixels
[all …]
Ddbgcontext.cpp32 DbgContext::DbgContext(const unsigned version, const gl_hooks_t * const hooks, in DbgContext() function in android::DbgContext
/frameworks/base/opengl/libs/EGL/
Degl_tls.h31 class DbgContext; variable