Searched refs:xWrite (Results 1 – 14 of 14) sorted by relevance
/external/swiftshader/tests/fuzzers/ |
D | VertexRoutineFuzzer.cpp | 205 state.output[i].xWrite = bytecodeShader->getOutput(i, 0).active(); in LLVMFuzzerTestOneInput()
|
/external/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()
|
/external/sqlite/dist/orig/ |
D | sqlite3.h | 784 int (*xWrite)(sqlite3_file*, const void*, int iAmt, sqlite3_int64 iOfst); member
|
D | shell.c | 3823 return pFile->pMethods->xWrite(pFile, a, APND_MARK_SIZE, p->iMark); in apndWriteMark() 3839 rc = pFile->pMethods->xWrite(pFile, zBuf, iAmt, iOfst+p->iPgOne); in apndWrite()
|
/external/rust/crates/libsqlite3-sys/sqlite3/ |
D | sqlite3.h | 787 int (*xWrite)(sqlite3_file*, const void*, int iAmt, sqlite3_int64 iOfst); member
|
D | bindgen_bundled_version.rs | 551 pub xWrite: ::std::option::Option< field 688 unsafe { &(*(::std::ptr::null::<sqlite3_io_methods>())).xWrite as *const _ as usize }, in bindgen_test_layout_sqlite3_io_methods() 694 stringify!(xWrite) in bindgen_test_layout_sqlite3_io_methods()
|
/external/sqlite/dist/ |
D | sqlite3.h | 784 int (*xWrite)(sqlite3_file*, const void*, int iAmt, sqlite3_int64 iOfst); member
|
D | shell.c | 3828 return pFile->pMethods->xWrite(pFile, a, APND_MARK_SIZE, p->iMark); in apndWriteMark() 3844 rc = pFile->pMethods->xWrite(pFile, zBuf, iAmt, iOfst+p->iPgOne); in apndWrite()
|
/external/rust/crates/libsqlite3-sys/bindgen-bindings/ |
D | bindgen_3.6.8.rs | 269 pub xWrite: ::std::option::Option<unsafe extern "C" fn(arg1: field
|
D | bindgen_3.6.23.rs | 297 pub xWrite: ::std::option::Option<unsafe extern "C" fn(arg1: field
|
D | bindgen_3.7.16.rs | 376 pub xWrite: ::std::option::Option<unsafe extern "C" fn(arg1: field
|
D | bindgen_3.7.7.rs | 342 pub xWrite: ::std::option::Option<unsafe extern "C" fn(arg1: field
|
/external/python/pycparser/utils/benchmark/inputs/ |
D | sqlite-btree.c.ppout | 244 int (*xWrite)(sqlite3_file*, const void*, int iAmt, sqlite3_int64 iOfst);
|