Home
last modified time | relevance | path

Searched refs:buffer (Results 7351 - 7375 of 10512) sorted by relevance

1...<<291292293294295296297298299300>>...421

/third_party/protobuf/csharp/src/Google.Protobuf/Collections/
H A DMapField.cs457 } while (ParsingPrimitives.MaybeConsumeTag(ref ctx.buffer, ref ctx.state, codec.MapTag)); in AddEntriesFrom()
710 ParsingPrimitivesMessages.SkipLastField(ref ctx.buffer, ref ctx.state); in InternalMergeFrom()
/third_party/pulseaudio/src/modules/bluetooth/
H A Da2dp-codec-aptx-gst.c99 if (can_accept_capabilities(a2dp_capabilities->buffer, a2dp_capabilities->size, for_encoding)) in choose_remote_endpoint()
113 if (can_accept_capabilities_hd(a2dp_capabilities->buffer, a2dp_capabilities->size, for_encoding)) in choose_remote_endpoint_hd()
167 pa_log_error("Invalid size of config buffer"); in is_configuration_valid()
178 pa_log_error("Invalid size of config buffer"); in is_configuration_valid_hd()
242 pa_log_error("Invalid size of capabilities buffer"); in fill_preferred_configuration()
259 pa_log_error("Invalid size of capabilities buffer"); in fill_preferred_configuration_hd()
531 /* Due to aptX latency, aptx_decode starts filling output buffer after 90 input samples. in decode_buffer()
532 * If input buffer contains less than 90 samples, aptx_decode returns zero (=no output) in decode_buffer()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/api/
H A DvktApiNullHandleTests.cpp42 inline void release (Context& context, VkBuffer buffer, const VkAllocationCallbacks* pAllocator) in release() argument
44 context.getDeviceInterface().destroyBuffer(context.getDevice(), buffer, pAllocator); in release()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/synchronization/
H A DvktSynchronizationUtil.hpp75 Buffer (vk::Move<vk::VkBuffer> buffer, in Buffer() argument
77 : m_buffer (buffer) in Buffer()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/api/
H A DvktApiNullHandleTests.cpp42 inline void release (Context& context, VkBuffer buffer, const VkAllocationCallbacks* pAllocator) in release() argument
44 context.getDeviceInterface().destroyBuffer(context.getDevice(), buffer, pAllocator); in release()
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/
H A DDisplayD3D.cpp231 EGLClientBuffer buffer, in createExternalImageSibling()
235 return mRenderer->createExternalImageSibling(context, target, buffer, attribs); in createExternalImageSibling()
229 createExternalImageSibling(const gl::Context *context, EGLenum target, EGLClientBuffer buffer, const egl::AttributeMap &attribs) createExternalImageSibling() argument
/third_party/skia/third_party/externals/angle2/src/libANGLE/
H A DDisplay.h183 EGLClientBuffer buffer,
246 static EGLClientBuffer GetNativeClientBuffer(const struct AHardwareBuffer *buffer);
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/wgl/
H A DDXGISwapChainWindowSurfaceWGL.cpp184 EGLint buffer) in bindTexImage()
223 egl::Error DXGISwapChainWindowSurfaceWGL::releaseTexImage(const gl::Context *context, EGLint buffer) in releaseTexImage() argument
182 bindTexImage(const gl::Context *context, gl::Texture *texture, EGLint buffer) bindTexImage() argument
/third_party/vk-gl-cts/external/amber/src/src/
H A Dpipeline.h26 #include "src/buffer.h"
180 /// Information on a buffer attached to the pipeline.
186 explicit BufferInfo(Buffer* buf) : buffer(buf) {} in BufferInfo()
188 Buffer* buffer = nullptr; member
310 /// Sets |buf| as the depth/stencil buffer for this pipeline.
312 /// Returns information on the depth/stencil buffer bound to the pipeline. If
313 /// no depth buffer is bound the |BufferInfo::buffer| parameter will be
326 /// Adds |buf| as a vertex buffer at |location| in the pipeline using |rate|
328 /// offset for the vertex buffer dat
[all...]
/third_party/skia/third_party/externals/spirv-tools/source/util/
H A Dsmall_vector.h49 small_data_(reinterpret_cast<T*>(buffer)), in SmallVector()
454 buffer[small_size]; member in spvtools::utils::SmallVector
/third_party/skia/third_party/externals/angle2/src/tests/gl_tests/
H A DRobustBufferAccessBehaviorTest.cpp121 // For D3D dynamic draw, we still return invalid operation. Once we force the index buffer in runIndexOutOfRangeTests()
146 // buffer object and will not result in GL interruption or termination when
159 // buffer object and will not result in GL interruption or termination when
300 // Test that robust access works even if there's no data uploaded to the vertex buffer at all.
330 // The valid buffer range is filled with this value.
352 // Test buffer with interleaved (3+2) float vectors. Adapted from WebGL test
369 // Create a buffer of 200 valid sets of quad lists. in TEST_P()
427 // Tests redefining an empty buffer. Adapted from WebGL test
450 // Create a buffer of 200 valid sets of quad lists. in TEST_P()
466 // Define empty buffer in TEST_P()
467 GLBuffer buffer; TEST_P() local
[all...]
/third_party/skia/third_party/externals/angle2/src/libGLESv2/
H A Degl_ext_stubs_autogen.h44 EGLClientBuffer buffer,
72 EGLClientBuffer GetNativeClientBufferANDROID(Thread *thread, const struct AHardwareBuffer *buffer);
/third_party/skia/src/gpu/
H A DGrAHardwareBufferUtils.cpp441 hwbImportInfo.buffer = hardwareBuffer; in make_vk_backend_texture()
447 dedicatedAllocInfo.buffer = VK_NULL_HANDLE; in make_vk_backend_texture()
H A DGrThreadSafeCache.cpp257 sk_sp<GrThreadSafeCache::VertexData> GrThreadSafeCache::MakeVertexData(sk_sp<GrGpuBuffer> buffer, in MakeVertexData() argument
260 return sk_sp<VertexData>(new VertexData(std::move(buffer), vertexCount, vertexSize)); in MakeVertexData()
/third_party/skia/src/gpu/vk/
H A DGrVkAMDMemoryAllocator.cpp258 VkResult GrVkAMDMemoryAllocator::allocateBufferMemory(VkBuffer buffer, BufferUsage usage, in allocateBufferMemory() argument
320 VkResult result = vmaAllocateMemoryForBuffer(fAllocator, buffer, &info, &allocation, nullptr); in allocateBufferMemory()
H A DGrVkGpu.h173 // command buffer to the gpu.
183 bool updateBuffer(sk_sp<GrVkBuffer> buffer, const void* src, VkDeviceSize offset,
306 void* buffer,
359 // Ends and submits the current command buffer to the queue and then creates a new command
360 // buffer and begins it. If sync is set to kForce_SyncQueue, the function will wait for all
363 // buffer. If this GrVkGpu object has any semaphores in fSemaphoresToWaitOn, we will add those
364 // wait semaphores to the submission of this command buffer.
/third_party/skia/third_party/externals/spirv-cross/
H A Dspirv_cpp.cpp348 buffer.reset(); in compile()
369 return buffer.str(); in compile()
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/util/
H A Dsmall_vector.h49 small_data_(reinterpret_cast<T*>(buffer)), in SmallVector()
454 buffer[small_size]; member in spvtools::utils::SmallVector
/third_party/skia/third_party/externals/libjpeg-turbo/simd/arm/aarch32/
H A Djchuff-neon.c41 JOCTET *jsimd_huff_encode_one_block_neon(void *state, JOCTET *buffer, in jsimd_huff_encode_one_block_neon() argument
262 /* Set up state and bit buffer for output bitstream. */ in jsimd_huff_encode_one_block_neon()
333 return buffer; in jsimd_huff_encode_one_block_neon()
/third_party/skia/third_party/externals/libjpeg-turbo/simd/arm/aarch64/
H A Djchuff-neon.c62 JOCTET *jsimd_huff_encode_one_block_neon(void *state, JOCTET *buffer, in jsimd_huff_encode_one_block_neon() argument
237 /* Set up state and bit buffer for output bitstream. */ in jsimd_huff_encode_one_block_neon()
402 return buffer; in jsimd_huff_encode_one_block_neon()
/third_party/skia/third_party/externals/libwebp/examples/
H A Ddwebp.c44 static int SaveOutput(const WebPDecBuffer* const buffer, in SaveOutput() argument
53 ok = WebPSaveImage(buffer, format, out_file); in SaveOutput()
/third_party/skia/third_party/externals/dawn/src/dawn_native/null/
H A DDeviceNull.cpp300 // staging buffer. in IsCPUWritableAtCreation()
368 MaybeError Queue::WriteBufferImpl(BufferBase* buffer, in WriteBufferImpl() argument
372 ToBackend(buffer)->DoWriteBuffer(bufferOffset, data, size); in WriteBufferImpl()
/third_party/skia/third_party/externals/freetype/include/freetype/internal/
H A Dftobjs.h398 * indicates that the FT_GlyphSlot structure owns the bitmap buffer.
709 /* Allocate a new bitmap buffer in a glyph slot. */
715 /* Set the bitmap buffer in a glyph slot to a given pointer. The buffer */
719 FT_Byte* buffer );
938 FT_Pointer buffer,
/third_party/skia/third_party/externals/freetype/src/base/
H A Dftlcdfil.c84 FT_Byte* origin = bitmap->buffer; in ft_lcd_filter_fir()
190 FT_Byte* origin = bitmap->buffer; in _ft_lcd_filter_legacy()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/Support/
H A DEndian.h58 /// Read a value of a particular endianness from a buffer, and increment the
59 /// buffer past that value.
181 (const void*)Value.buffer);
186 (void*)Value.buffer, newValue);

Completed in 25 milliseconds

1...<<291292293294295296297298299300>>...421