Home
last modified time | relevance | path

Searched defs:storage (Results 76 - 100 of 324) sorted by relevance

12345678910>>...13

/third_party/skia/third_party/externals/expat/expat/tests/
H A Dstructdata.c67 StructData_Init(StructData *storage) { in StructData_Init() argument
75 StructData_AddItem(StructData *storage, const XML_Char *s, int data0, int data1, in StructData_AddItem() argument
103 StructData_CheckItems(StructData *storage, const StructDataEntry *expected, int count) StructData_CheckItems() argument
143 StructData_Dispose(StructData *storage) StructData_Dispose() argument
[all...]
/third_party/skia/modules/sksg/src/
H A DSkSGGeometryEffect.cpp105 SkSTArray<32, float, true> storage; in make_dash() local
/third_party/rust/crates/rustix/src/backend/linux_raw/net/
H A Dsyscalls.rs168 let mut storage = MaybeUninit::<sockaddr>::uninit(); variables
183 let mut storage = MaybeUninit::<sockaddr>::uninit(); variables
208 let mut storage = MaybeUninit::<sockaddr>::uninit(); variables
224 let mut storage variables
472 let mut storage = MaybeUninit::<sockaddr>::uninit(); global() variables
516 let mut storage = MaybeUninit::<sockaddr>::uninit(); global() variables
531 let mut storage = MaybeUninit::<sockaddr>::uninit(); global() variables
553 let mut storage = MaybeUninit::<sockaddr>::uninit(); global() variables
568 let mut storage = MaybeUninit::<sockaddr>::uninit(); global() variables
[all...]
/third_party/vk-gl-cts/modules/glshared/
H A DglsShaderPerformanceCase.hpp50 void setCalibrationInitialParamStorage (const de::SharedPtr<InitialCalibration>& storage) { m_initialCalibration = storage; } in setCalibrationInitialParamStorage() argument
/third_party/vk-gl-cts/framework/randomshaders/
H A DrsgVariable.hpp63 void setStorage (Storage storage) { m_storage = storage; } in setStorage() argument
/third_party/skia/third_party/externals/angle2/src/compiler/translator/
H A DOutputVulkanGLSL.cpp64 TLayoutBlockStorage storage = interfaceBlock->blockStorage(); in writeLayoutQualifier() local
/third_party/benchmark/src/
H A Dtimers.cc221 char storage[128]; in LocalDateTimeString() local
/third_party/gn/src/gn/
H A Druntime_deps.cc206 StringOutputBuffer storage; in WriteRuntimeDepsFile() local
/third_party/mesa3d/src/compiler/glsl/
H A Dgl_nir_link_uniform_initializers.c56 struct gl_uniform_storage *storage = in set_opaque_binding() local
113 copy_constant_to_storage(union gl_constant_value *storage, const nir_constant *val, const struct glsl_type *type, unsigned int boolean_true) copy_constant_to_storage() argument
217 struct gl_uniform_storage *storage = set_uniform_initializer() local
[all...]
/third_party/node/deps/v8/src/wasm/
H A Dwasm-debug.h51 Storage storage; member
/third_party/node/deps/openssl/openssl/crypto/bn/
H A Dbn_mod.c57 BN_ULONG storage[1024 / BN_BITS2]; in bn_mod_add_fixed_top() local
/third_party/openssl/crypto/bn/
H A Dbn_mod.c52 BN_ULONG storage[1024 / BN_BITS2]; in bn_mod_add_fixed_top() local
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/
H A DVertexDataManager.h70 BufferD3D *storage; member
/third_party/skia/third_party/externals/angle2/src/tests/gl_tests/
H A DInstancingTest.cpp95 runTest(unsigned numInstance, unsigned divisor, const int instanceAttrib, Geometry geometry, Draw draw, Storage storage, Vendor vendor, unsigned offset) runTest() argument
[all...]
/third_party/skia/third_party/externals/angle2/src/tests/perf_tests/
H A DGenerateMipmapPerf.cpp75 void FillWithRandomData(T *storage) in FillWithRandomData() argument
/third_party/skia/src/core/
H A DSkDeque.cpp38 SkDeque::SkDeque(size_t elemSize, void* storage, size_t storageSize, int allocCount) in SkDeque() argument
H A DSkRect.cpp153 static const char* set_scalar(SkString* storage, SkScalar value, SkScalarAsStringType asType) { in set_scalar() argument
/third_party/skia/src/gpu/
H A DGrPixmap.h70 GrPixmapBase(GrImageInfo info, sk_sp<SkData> storage, size_t rowBytes) in GrPixmapBase() argument
110 GrPixmap(GrImageInfo info, sk_sp<SkData> storage, size_t rowBytes) in GrPixmap() argument
141 GrCPixmap(GrImageInfo info, sk_sp<SkData> storage, size_t rowBytes) in GrCPixmap() argument
/third_party/skia/third_party/externals/swiftshader/src/System/
H A DLRUCache.hpp149 std::vector<Entry> storage; member in sw::LRUCache
/third_party/skia/tests/
H A DPointTest.cpp89 uint32_t storage; in force_as_float() local
H A DWriter32Test.cpp26 uint8_t storage[4]; in test_reserve() local
32 uint8_t storage[8]; in test_string_null() local
[all...]
/third_party/skia/src/sksl/dsl/
H A DDSLVar.cpp101 VariableStorage DSLVar::storage() const { in storage() function in SkSL::dsl::DSLVar
144 VariableStorage DSLGlobalVar::storage() const { in storage() function in SkSL::dsl::DSLGlobalVar
152 VariableStorage DSLParameter::storage() const { in storage() function in SkSL::dsl::DSLParameter
/third_party/skia/src/sksl/ir/
H A DSkSLVariable.h88 Storage storage() const { in storage() function in SkSL::final
45 Variable(int line, const Modifiers* modifiers, skstd::string_view name, const Type* type, bool builtin, Storage storage) Variable() argument
/third_party/skia/src/shaders/
H A DSkComposeShader.cpp112 auto storage = rec.fAlloc->make<Storage>(); in append_two_shaders() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/ADT/
H A DOptional.h30 AlignedCharArrayUnion<T> storage; member in llvm::Optional
[all...]

Completed in 12 milliseconds

12345678910>>...13