Searched refs:xWrite (Results 1 – 6 of 6) sorted by relevance
/third_party/skia/third_party/externals/swiftshader/src/Renderer/ |
D | VertexProcessor.hpp | 118 unsigned char xWrite : 1; member
|
D | VertexProcessor.cpp | 1024 state.output[i].xWrite = context->vertexShader->getOutput(i, 0).active(); in update() 1054 state.output[Fog].xWrite = true; in update()
|
/third_party/sqlite/include/ |
D | sqlite3.h | 826 int (*xWrite)(sqlite3_file*, const void*, int iAmt, sqlite3_int64 iOfst); member
|
/third_party/sqlite/src/ |
D | shell.c | 3954 if( SQLITE_OK==(rc = pFile->pMethods->xWrite in apndWriteMark() 3979 return pFile->pMethods->xWrite(pFile, zBuf, iAmt, paf->iPgOne+iOfst); in apndWrite()
|
D | sqlite3.c | 1136 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/ |
D | 0003-3.2-Beta3-1115.patch | 82492 - 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 …]
|