Home
last modified time | relevance | path

Searched defs:dataSize (Results 1 – 25 of 94) sorted by relevance

1234

/third_party/mingw-w64/mingw-w64-headers/include/
Dd2d1effecthelpers.h22 HRESULT DeducingValueSetter(HRESULT (C::*callback)(P), I *effect, const BYTE *data, UINT32 dataSize in DeducingValueSetter()
29 HRESULT CALLBACK ValueSetter(IUnknown *effect, const BYTE *data, UINT32 dataSize) { in ValueSetter()
34 HRESULT DeducingValueGetter(P (C::*callback)() const, const I *effect, BYTE *data, UINT32 dataSize,… in DeducingValueGetter()
49 HRESULT CALLBACK ValueGetter(const IUnknown *effect, BYTE *data, UINT32 dataSize, UINT32 *actualSiz… in ValueGetter()
Dd2d1_1.h291 HRESULT SetValueByName(PCWSTR name, CONST BYTE *data, UINT32 dataSize) { in SetValueByName()
295 HRESULT SetValue(UINT32 index, CONST BYTE *data, UINT32 dataSize) { in SetValue()
299 HRESULT GetValueByName(PCWSTR name, BYTE *data, UINT32 dataSize) CONST { in GetValueByName()
303 HRESULT GetValue(UINT32 index, BYTE *data, UINT32 dataSize) CONST { in GetValue()
325 HRESULT GetValue(T index, BYTE *data, UINT32 dataSize) CONST { in GetValue()
342 HRESULT SetValue(T index, CONST BYTE *data, UINT32 dataSize) { in SetValue()
/third_party/protobuf/java/core/src/main/java/com/google/protobuf/
DCodedOutputStreamWriter.java193 int dataSize = 0; in writeInt32List() local
217 int dataSize = 0; in writeFixed32List() local
240 int dataSize = 0; in writeInt64List() local
264 int dataSize = 0; in writeUInt64List() local
288 int dataSize = 0; in writeFixed64List() local
312 int dataSize = 0; in writeFloatList() local
336 int dataSize = 0; in writeDoubleList() local
360 int dataSize = 0; in writeEnumList() local
384 int dataSize = 0; in writeBoolList() local
437 int dataSize = 0; in writeUInt32List() local
[all …]
DIterableByteBufferInputStream.java46 private int dataSize; field in IterableByteBufferInputStream
/third_party/flutter/skia/third_party/externals/angle2/src/tests/gl_tests/
DDXTSRGBCompressedTextureTestData.inl17 GLsizei dataSize; member
DCopyCompressedTextureTest.cpp161 GLsizei dataSize; in TEST_P() member
/third_party/flutter/skia/third_party/externals/angle2/src/libANGLE/
DBinaryStream_unittest.cpp22 const size_t dataSize = 1024; in TEST() local
DUniform.h107 unsigned int dataSize; member
/third_party/flutter/skia/third_party/externals/icu/source/io/
Dustdio.cpp415 int32_t dataSize; in ufile_fill_uchar_buffer() local
491 int32_t dataSize; in u_fgets() local
700 int32_t dataSize; in u_file_read() local
/third_party/icu/icu4c/source/io/
Dustdio.cpp415 int32_t dataSize; in ufile_fill_uchar_buffer() local
491 int32_t dataSize; in u_fgets() local
700 int32_t dataSize; in u_file_read() local
/third_party/flutter/skia/third_party/externals/harfbuzz/src/
Dhb-subset-cff2.cc318 unsigned int dataSize = subset_globalsubrs.total_size (); in create() local
336 unsigned int dataSize = subset_localsubrs[fd].total_size (); in create() local
393 unsigned int dataSize = subset_charstrings.total_size (); in create() local
/third_party/flutter/skia/third_party/externals/sfntly/java/src/com/google/typography/font/sfntly/table/
DSubTable.java131 protected Builder(int dataSize) { in Builder()
DFontDataTable.java94 protected Builder(int dataSize) { in Builder()
/third_party/flutter/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/
DBufferD3D.cpp163 void BufferD3D::promoteStaticUsage(const gl::Context *context, size_t dataSize) in promoteStaticUsage()
/third_party/flutter/skia/src/core/
DSkDataTable.cpp93 size_t dataSize = 0; in MakeCopyArrays() local
/third_party/flutter/skia/third_party/externals/dawn/src/dawn_native/
DCommandAllocator.cpp132 void* CommandIterator::NextData(size_t dataSize, size_t dataAlignment) { in NextData()
/third_party/flutter/skia/third_party/externals/sfntly/java/src/com/google/typography/font/sfntly/table/bitmap/
DIndexSubTable.java206 protected Builder(int dataSize, int indexFormat) { in Builder()
211 protected Builder(int indexFormat, int imageFormat, int imageDataOffset, int dataSize) { in Builder()
/third_party/boost/tools/boost_install/test/iostreams/zlib-1.2.11/contrib/minizip/
Dmztools.c119 int dataSize = cpsize; variable
/third_party/node/deps/zlib/contrib/minizip/
Dmztools.c119 int dataSize = cpsize; variable
/third_party/boost/libs/beast/test/extern/zlib-1.2.11/contrib/minizip/
Dmztools.c119 int dataSize = cpsize; variable
/third_party/flutter/skia/third_party/externals/zlib/contrib/minizip/
Dmztools.c119 int dataSize = cpsize; variable
/third_party/zlib/contrib/minizip/
Dmztools.c119 int dataSize = cpsize; variable
/third_party/flutter/skia/tests/
DAnnotationTest.cpp28 static bool ContainsString(const char* data, size_t dataSize, const char* needle) { in ContainsString()
/third_party/flutter/skia/third_party/externals/dawn/src/tests/end2end/
DIOSurfaceWrappingTests.cpp233 size_t dataSize, in DoSampleTest()
335 size_t dataSize) { in DoClearTest()
/third_party/flutter/skia/third_party/externals/angle2/src/tests/perf_tests/
DTextureSampling.cpp199 unsigned int dataSize = params.textureSize * params.textureSize; in initTextures() local

1234