Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/src/Renderer/
DVertexProcessor.hpp118 unsigned char xWrite : 1; member
DVertexProcessor.cpp1024 state.output[i].xWrite = context->vertexShader->getOutput(i, 0).active(); in update()
1054 state.output[Fog].xWrite = true; in update()
/third_party/sqlite/include/
Dsqlite3.h826 int (*xWrite)(sqlite3_file*, const void*, int iAmt, sqlite3_int64 iOfst); member
/third_party/sqlite/src/
Dshell.c3954 if( SQLITE_OK==(rc = pFile->pMethods->xWrite in apndWriteMark()
3979 return pFile->pMethods->xWrite(pFile, zBuf, iAmt, paf->iPgOne+iOfst); in apndWrite()
Dsqlite3.c1136 int (*xWrite)(sqlite3_file*, const void*, int iAmt, sqlite3_int64 iOfst); member
24106 return id->pMethods->xWrite(id, pBuf, amt, offset);
205596 p->rc = pDb->pMethods->xWrite(pDb, p->aBuf, p->pgsz, iOff);
207160 rc = p->pReal->pMethods->xWrite(p->pReal, zBuf, iAmt, iOfst);
/third_party/chromium/patch/
D0003-3.2-Beta3-1115.patch82492 - apndWrite, /* xWrite */
82604 - if( SQLITE_OK==(rc = pFile->pMethods->xWrite
82643 - return pFile->pMethods->xWrite(pFile, zBuf, iAmt, paf->iPgOne+iOfst);
87041 + apndWrite, /* xWrite */
87244 + if( SQLITE_OK==(rc = pFile->pMethods->xWrite
87283 + return pFile->pMethods->xWrite(pFile, zBuf, iAmt, paf->iPgOne+iOfst);
120127 - apndWrite, /* xWrite */
120239 - if( SQLITE_OK==(rc = pFile->pMethods->xWrite
120278 - return pFile->pMethods->xWrite(pFile, zBuf, iAmt, paf->iPgOne+iOfst);
124676 + apndWrite, /* xWrite */
[all …]