Home
last modified time | relevance | path

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

/external/swiftshader/tests/fuzzers/
DVertexRoutineFuzzer.cpp205 state.output[i].xWrite = bytecodeShader->getOutput(i, 0).active(); in LLVMFuzzerTestOneInput()
/external/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()
/external/sqlite/dist/orig/
Dsqlite3.h784 int (*xWrite)(sqlite3_file*, const void*, int iAmt, sqlite3_int64 iOfst); member
Dshell.c3823 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/
Dsqlite3.h787 int (*xWrite)(sqlite3_file*, const void*, int iAmt, sqlite3_int64 iOfst); member
Dbindgen_bundled_version.rs551 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/
Dsqlite3.h784 int (*xWrite)(sqlite3_file*, const void*, int iAmt, sqlite3_int64 iOfst); member
Dshell.c3828 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/
Dbindgen_3.6.8.rs269 pub xWrite: ::std::option::Option<unsafe extern "C" fn(arg1: field
Dbindgen_3.6.23.rs297 pub xWrite: ::std::option::Option<unsafe extern "C" fn(arg1: field
Dbindgen_3.7.16.rs376 pub xWrite: ::std::option::Option<unsafe extern "C" fn(arg1: field
Dbindgen_3.7.7.rs342 pub xWrite: ::std::option::Option<unsafe extern "C" fn(arg1: field
/external/python/pycparser/utils/benchmark/inputs/
Dsqlite-btree.c.ppout244 int (*xWrite)(sqlite3_file*, const void*, int iAmt, sqlite3_int64 iOfst);