/third_party/vk-gl-cts/external/amber/src/src/amberscript/ |
H A D | parser_stencil_test.cc | 69 ASSERT_NE(nullptr, pipeline->GetDepthStencilBuffer().buffer); in TEST_F()
|
/third_party/skia/src/core/ |
H A D | SkScalerContext.h | 343 static void DescriptorBufferGiveRec(const SkScalerContextRec& rec, void* buffer);
|
/third_party/skia/src/gpu/d3d/ |
H A D | GrD3DGpu.h | 98 void addBufferResourceBarriers(GrD3DBuffer* buffer,
|
/third_party/skia/src/gpu/ |
H A D | GrThreadSafeCache.h | 102 // 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 D | VkImage.hpp | 122 void copy(Buffer *buffer, const VkBufferImageCopy2KHR ®ion, bool bufferIsSource);
|
/third_party/openssl/crypto/txt_db/ |
H A D | txt_db.c | 14 #include <openssl/buffer.h>
|
/third_party/openssl/crypto/x509/ |
H A D | x509_req.c | 19 #include <openssl/buffer.h>
|
/third_party/skia/third_party/externals/icu/source/i18n/unicode/ |
H A D | coll.h | 1011 * @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 D | unum.h | 530 * @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 D | microspdy.h | 715 * 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 D | FrontBufferedStreamTest.cpp | 50 // 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 D | MemoryServiceDmaBuf.cpp | 197 memoryDedicatedAllocateInfo.buffer = VkBuffer{}; in ImportMemory()
|
/third_party/skia/third_party/externals/dawn/src/dawn_native/ |
H A D | CommandBuffer.cpp | 183 // 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 D | DeviceNull.h | 258 MaybeError WriteBufferImpl(BufferBase* buffer,
|
/third_party/openssl/crypto/bio/ |
H A D | bss_log.c | 48 #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 D | ct_oct.c | 18 #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 D | pngshim.c | 440 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 D | hb-ot-kern-table.hh | 73 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 D | TrailingObjects.h | 367 alignas(BaseTy) char buffer[Size]; member
|
/third_party/skia/third_party/externals/tint/src/writer/hlsl/ |
H A D | generator_impl.h | 167 /// 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 D | buffer_decoder_test.js | 17 return new Uint8Array(bytes).buffer;
|
H A D | kernel_compatibility_test.js | 28 return new Uint8Array(bytes).buffer;
|
/third_party/skia/experimental/graphite/src/ |
H A D | DrawPass.cpp | 58 * 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 D | SkPathRef.h | 290 // 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 D | ResourceManager.h | 142 static void DeleteObject(const Context *context, Buffer *buffer);
|