Home
last modified time | relevance | path

Searched defs:sourceBuffer (Results 1 – 9 of 9) sorted by relevance

/third_party/flutter/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/d3d9/
DBuffer9.cpp102 Buffer9 *sourceBuffer = GetAs<Buffer9>(source); in copySubData() local
/third_party/flutter/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/d3d11/
DPixelTransfer11.cpp166 const gl::Buffer &sourceBuffer = in copyBufferToTexture() local
DBuffer11.cpp438 Buffer11 *sourceBuffer = GetAs<Buffer11>(source); in copySubData() local
1092 const d3d11::Buffer *sourceBuffer = &GetAs<NativeStorage>(source)->getBuffer(); in copyFromStorage() local
/third_party/flutter/skia/third_party/externals/angle2/src/tests/gl_tests/
DD3D11EmulatedIndexedBufferTest.cpp60 void createMappableCompareBufferFromEmulatedBuffer(ID3D11Buffer *sourceBuffer, in createMappableCompareBufferFromEmulatedBuffer()
DBufferDataTest.cpp527 GLBuffer sourceBuffer; in TEST_P() local
/third_party/flutter/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/
DBufferVk.cpp157 auto *sourceBuffer = GetAs<BufferVk>(source); in copySubData() local
/third_party/flutter/skia/src/pdf/
DSkPDFType1Font.cpp144 SkAutoTMalloc<uint8_t> sourceBuffer(SkToInt(srcLen + 1)); in convert_type1_font_stream() local
/third_party/flutter/skia/third_party/externals/dawn/src/tests/unittests/validation/
DCopyCommandsValidationTests.cpp349 dawn::Buffer sourceBuffer = CreateBuffer(sourceBufferSize, dawn::BufferUsageBit::CopySrc); in TEST_F() local
/third_party/flutter/skia/third_party/externals/opencl-lib/3-0/include/CL/
Dcl2.hpp4606 const Buffer &sourceBuffer, in Image2D()