Home
last modified time | relevance | path

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

/external/mesa3d/src/glx/
Ddrisw_priv.h69 int xDepth; member
Ddrisw_glx.c70 pdp->xDepth, in XCreateDrawable()
100 pdp->xDepth, in XCreateDrawable()
676 pdp->xDepth = 0; in driswCreateDrawable()
689 pdp->xDepth = visinfo->depth; in driswCreateDrawable()
695 if (pdp->xDepth == 0) { in driswCreateDrawable()
701 pdp->xDepth = depth; in driswCreateDrawable()
/external/rust/crates/libsqlite3-sys/sqlite3/
Dsqlite3.c202470 int (*xDepth)(void*);
203571 return p->hook.xDepth(p->hook.pCtx);
203618 pSession->hook.xDepth = sessionStat1Depth;
203698 if( pSession->bIndirect || pSession->hook.xDepth(pSession->hook.pCtx) ){
203709 if( pSession->hook.xDepth(pSession->hook.pCtx)==0
203825 pSession->hook.xDepth = sessionPreupdateDepth;
203867 pSession->hook.xDepth = sessionDiffDepth;
/external/sqlite/dist/orig/
Dsqlite3.c201709 int (*xDepth)(void*);
202810 return p->hook.xDepth(p->hook.pCtx);
202857 pSession->hook.xDepth = sessionStat1Depth;
202937 if( pSession->bIndirect || pSession->hook.xDepth(pSession->hook.pCtx) ){
202948 if( pSession->hook.xDepth(pSession->hook.pCtx)==0
203064 pSession->hook.xDepth = sessionPreupdateDepth;
203106 pSession->hook.xDepth = sessionDiffDepth;
/external/sqlite/dist/
Dsqlite3.c201737 int (*xDepth)(void*);
202838 return p->hook.xDepth(p->hook.pCtx);
202885 pSession->hook.xDepth = sessionStat1Depth;
202965 if( pSession->bIndirect || pSession->hook.xDepth(pSession->hook.pCtx) ){
202976 if( pSession->hook.xDepth(pSession->hook.pCtx)==0
203092 pSession->hook.xDepth = sessionPreupdateDepth;
203134 pSession->hook.xDepth = sessionDiffDepth;