Home
last modified time | relevance | path

Searched refs:buffer (Results 5301 - 5325 of 6367) sorted by relevance

1...<<211212213214215216217218219220>>...255

/third_party/vk-gl-cts/external/amber/src/src/amberscript/
H A Dparser_stencil_test.cc69 ASSERT_NE(nullptr, pipeline->GetDepthStencilBuffer().buffer); in TEST_F()
/third_party/skia/src/core/
H A DSkScalerContext.h343 static void DescriptorBufferGiveRec(const SkScalerContextRec& rec, void* buffer);
/third_party/skia/src/gpu/d3d/
H A DGrD3DGpu.h98 void addBufferResourceBarriers(GrD3DBuffer* buffer,
/third_party/skia/src/gpu/
H A DGrThreadSafeCache.h102 // keeps hold of the cpu-side data but allows deferred filling in of the mirroring gpu buffer.
160 static sk_sp<VertexData> MakeVertexData(sk_sp<GrGpuBuffer> buffer,
/third_party/skia/third_party/externals/swiftshader/src/Vulkan/
H A DVkImage.hpp122 void copy(Buffer *buffer, const VkBufferImageCopy2KHR &region, bool bufferIsSource);
/third_party/openssl/crypto/txt_db/
H A Dtxt_db.c14 #include <openssl/buffer.h>
/third_party/openssl/crypto/x509/
H A Dx509_req.c19 #include <openssl/buffer.h>
/third_party/skia/third_party/externals/icu/source/i18n/unicode/
H A Dcoll.h1011 * @param result buffer to store result in. If NULL, number of bytes needed
1013 * @param resultLength length of the result buffer. If if not enough the
1014 * buffer will be filled to capacity.
1023 * Get the sort key as an array of bytes from a char16_t buffer.
1034 * @param result buffer to store result in. If NULL, number of bytes needed
1036 * @param resultLength length of the result buffer. If if not enough the
1037 * buffer will be filled to capacity.
1047 * whether the result buffer was big enough or even valid.<br>
1071 * @param result A pointer to a buffer to receive the resulting sortkey.
1150 * @param buffer spac
[all...]
H A Dunum.h530 * @param result A pointer to a buffer to receive the NULL-terminated formatted number. If
540 * @return The total buffer size needed; if greater than resultLength, the output was truncated.
562 * @param result A pointer to a buffer to receive the NULL-terminated formatted number. If
572 * @return The total buffer size needed; if greater than resultLength, the output was truncated.
594 * @param result A pointer to a buffer to receive the NULL-terminated formatted number. If
604 * @return The total buffer size needed; if greater than resultLength, the output was truncated.
631 * A pointer to a buffer to receive the NULL-terminated formatted
654 * The total buffer size needed; if greater than resultLength, the
681 * @param result A pointer to a buffer to receive the NULL-terminated formatted number. If
691 * @return The total buffer siz
[all...]
/third_party/skia/third_party/externals/microhttpd/src/include/
H A Dmicrospdy.h715 * to the buffer.
720 * @return number of bytes written to buffer. On error the call MUST
725 void *buffer,
/third_party/skia/tests/
H A DFrontBufferedStreamTest.cpp50 // All tests will buffer this string, and compare output to the original.
56 // the total buffer size is.
68 // First, test reading less than the max buffer size. in test_incremental_buffering()
84 // We have reached the end of the buffer, so rewinding will fail. in test_incremental_buffering()
85 // This test assumes that the stream is larger than the buffer; otherwise the in test_incremental_buffering()
96 // Read exactly the amount that fits in the buffer. in test_perfectly_sized_buffer()
105 // Read past the size of the buffer. At this point, we cannot return. in test_perfectly_sized_buffer()
116 // Skip half the buffer. in test_skipping()
119 // Rewind, then read part of the buffer, which should have been read. in test_skipping()
123 // Now skip beyond the buffered piece, but still within the total buffer in test_skipping()
[all...]
/third_party/skia/third_party/externals/dawn/src/dawn_native/vulkan/external_memory/
H A DMemoryServiceDmaBuf.cpp197 memoryDedicatedAllocateInfo.buffer = VkBuffer{}; in ImportMemory()
/third_party/skia/third_party/externals/dawn/src/dawn_native/
H A DCommandBuffer.cpp183 // The copy doesn't touch the start of the buffer. in IsFullBufferOverwrittenInTextureToBufferCopy()
212 if (!copy->destination.buffer->IsFullBufferRange(copy->destination.offset, writtenBytes)) { in IsFullBufferOverwrittenInTextureToBufferCopy()
213 // The written bytes don't cover the whole buffer. in IsFullBufferOverwrittenInTextureToBufferCopy()
/third_party/skia/third_party/externals/dawn/src/dawn_native/null/
H A DDeviceNull.h258 MaybeError WriteBufferImpl(BufferBase* buffer,
/third_party/openssl/crypto/bio/
H A Dbss_log.c48 #include <openssl/buffer.h>
311 /* Arrange 32-bit pointer to opcdef buffer and malloc(), if needed. */ in xsyslog()
/third_party/openssl/crypto/ct/
H A Dct_oct.c18 #include <openssl/buffer.h>
54 /* Retrieve signature and check it is consistent with the buffer length */ in o2i_SCT_signature()
/third_party/skia/third_party/externals/freetype/src/sfnt/
H A Dpngshim.c440 rows[i] = map->buffer + ( y_offset + i ) * map->pitch + x_offset * 4; in FT_LOCAL_DEF()
/third_party/skia/third_party/externals/harfbuzz/src/
H A Dhb-ot-kern-table.hh73 machine.kern (c->font, c->buffer, c->plan->kern_mask); in apply()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/
H A DTrailingObjects.h367 alignas(BaseTy) char buffer[Size]; member
/third_party/skia/third_party/externals/tint/src/writer/hlsl/
H A Dgenerator_impl.h167 /// transform::DecomposeMemoryAccess::Intrinsic for a uniform buffer
177 /// transform::DecomposeMemoryAccess::Intrinsic for a storage buffer
191 /// Handles generating an atomic intrinsic call for a storage buffer variable
395 /// @param buffer the text buffer that the type declaration will be written to
398 bool EmitStructType(TextBuffer* buffer, const sem::Struct* ty);
496 /// `bool(TextBuffer* buffer, const std::vector<std::string>& params)`
498 /// `buffer` is the body of the generated function
/third_party/protobuf/js/experimental/runtime/kernel/
H A Dbuffer_decoder_test.js17 return new Uint8Array(bytes).buffer;
H A Dkernel_compatibility_test.js28 return new Uint8Array(bytes).buffer;
/third_party/skia/experimental/graphite/src/
H A DDrawPass.cpp58 * of low-level draw commands in a command buffer and increases the size of those, allowing the GPU
205 // TODO step writes out geometry uniforms and have geomIndex point to that buffer data, in Make()
276 // primitive type it uses. The vertex buffer binding/offset and draw params will be examined in Make()
290 // TODO: Look up uniform buffer binding info corresponding to key's index and record it in Make()
321 void DrawPass::addCommands(CommandBuffer* buffer) const { in addCommands()
/third_party/skia/include/private/
H A DSkPathRef.h290 // static SkPathRef* CreateFromBuffer(SkRBuffer* buffer);
338 * Writes the path points and verbs to a buffer.
340 void writeToBuffer(SkWBuffer* buffer) const;
/third_party/skia/third_party/externals/angle2/src/libANGLE/
H A DResourceManager.h142 static void DeleteObject(const Context *context, Buffer *buffer);

Completed in 21 milliseconds

1...<<211212213214215216217218219220>>...255