| /third_party/vk-gl-cts/external/amber/src/src/ |
| H A D | pipeline.h | 26 #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 D | small_vector.h | 49 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 D | RobustBufferAccessBehaviorTest.cpp | 121 // 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 D | egl_ext_stubs_autogen.h | 44 EGLClientBuffer buffer, 72 EGLClientBuffer GetNativeClientBufferANDROID(Thread *thread, const struct AHardwareBuffer *buffer);
|
| /third_party/skia/src/gpu/ |
| H A D | GrAHardwareBufferUtils.cpp | 441 hwbImportInfo.buffer = hardwareBuffer; in make_vk_backend_texture() 447 dedicatedAllocInfo.buffer = VK_NULL_HANDLE; in make_vk_backend_texture()
|
| H A D | GrThreadSafeCache.cpp | 257 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 D | GrVkAMDMemoryAllocator.cpp | 258 VkResult GrVkAMDMemoryAllocator::allocateBufferMemory(VkBuffer buffer, BufferUsage usage, in allocateBufferMemory() argument 320 VkResult result = vmaAllocateMemoryForBuffer(fAllocator, buffer, &info, &allocation, nullptr); in allocateBufferMemory()
|
| H A D | GrVkGpu.h | 173 // 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 D | spirv_cpp.cpp | 348 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 D | small_vector.h | 49 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 D | jchuff-neon.c | 41 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 D | jchuff-neon.c | 62 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 D | dwebp.c | 44 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 D | DeviceNull.cpp | 300 // 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 D | ftobjs.h | 398 * 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 D | ftlcdfil.c | 84 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 D | Endian.h | 58 /// 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);
|
| /third_party/skia/third_party/externals/swiftshader/third_party/marl/src/ |
| H A D | thread.cpp | 289 std::vector<uint8_t> buffer(size); in Thread() 291 reinterpret_cast<LPPROC_THREAD_ATTRIBUTE_LIST>(buffer.data()); in Thread()
|
| /third_party/skia/third_party/externals/icu/source/common/unicode/ |
| H A D | uniset.h | 295 UChar32* buffer = nullptr; // internal buffer, may be NULL member in U_FINAL 296 int32_t bufferCapacity = 0; // capacity of buffer 399 * @param buffer the 16 bit array 406 UnicodeSet(const uint16_t buffer[], int32_t bufferLen, 1465 * @param dest pointer to buffer of destCapacity 16-bit integers.
|
| /third_party/skia/third_party/externals/icu/source/common/ |
| H A D | unifiedcache.cpp | 197 char buffer[256]; in _dumpContents() local 209 key->writeDescription(buffer, 256), in _dumpContents()
|
| /third_party/vixl/src/aarch32/ |
| H A D | location-aarch32.h | 276 // sure to have the correct buffer alignment for the instruction set we are 281 // buffer could be unaligned. 399 // Data address before it's moved into the code buffer. 405 // moved into the code buffer: kDeletedOnPlacementByPool 438 void UpdateValue(const T& value, CodeBuffer* buffer) { in UpdateValue() argument 441 buffer->UpdateData(GetLocation(), GetDataAddress(), GetSize()); in UpdateValue()
|
| /third_party/skia/third_party/externals/dawn/src/tests/white_box/ |
| H A D | EGLImageWrappingTests.cpp | 138 EGLClientBuffer buffer = reinterpret_cast<EGLClientBuffer>(tex); in CreateEGLImage() local 141 EGLImage eglImage = egl.CreateImage(dpy, ctx, EGL_GL_TEXTURE_2D, buffer, attribs); in CreateEGLImage()
|
| /third_party/protobuf/js/binary/ |
| H A D | encoder.js | 71 var buffer = this.buffer_; 73 return buffer; 79 * varint representation and stores it in the buffer. 104 * fixed representation and stores it in the buffer. 122 * and stores it in the buffer. 141 * and stores it in the buffer. 169 * and stores it in the buffer. Integers that are not representable in 64 bits 185 * and stores it in the buffer. Integers that are not representable in 64 bits 201 * representation and stores it in the buffer. 214 * representation and stores it in the buffer [all...] |
| H A D | writer_test.js | 32 * @fileoverview Test cases for jspb's binary protocol buffer writer. In 110 * Basic test of retrieving the result as a Uint8Array buffer 121 var buffer = writer.getResultBuffer(); 122 assertEquals(expected, goog.crypt.byteArrayToHex(buffer));
|
| /third_party/python/Lib/unittest/test/ |
| H A D | test_program.py | 224 for arg, attr in (('buffer', 'buffer'), ('failfast', 'failfast'), 287 program.buffer = 'buffer' 294 'buffer': 'buffer', 321 self.assertEqual(FakeRunner.initArgs, {'buffer': False, 331 # runners - one to fail tb_locals, one to fail buffer etc. 336 program.buffer = 'buffer' [all...] |