/third_party/mesa3d/src/mesa/vbo/ |
H A D | vbo_save_draw.c | 149 void *buffer = _mesa_bufferobj_map_range(ctx, 0, bo->Size, GL_MAP_READ_BIT, /* ? */ in loopback_vertex_list() local 153 * the in-RAM buffer. */ in loopback_vertex_list() 154 _vbo_loopback_vertex_list(ctx, list, buffer); in loopback_vertex_list() 274 /* Fast path using a pre-built gallium vertex buffer state. */ in vbo_save_playback_vertex_list_gallium() 294 * Execute the buffer and save copied verts.
|
/third_party/node/deps/v8/src/codegen/ |
H A D | assembler.cc | 130 FATAL("Cannot grow external assembler buffer"); 187 std::unique_ptr<AssemblerBuffer> buffer) in AssemblerBase() 188 : buffer_(std::move(buffer)), in AssemblerBase() 186 AssemblerBase(const AssemblerOptions& options, std::unique_ptr<AssemblerBuffer> buffer) AssemblerBase() argument
|
/third_party/node/deps/v8/src/heap/ |
H A D | gc-tracer.h | 12 #include "src/base/ring-buffer.h" 437 // Returns the average speed of the events in the buffer. 438 // If the buffer is empty, the result is 0. 440 static double AverageSpeed(const base::RingBuffer<BytesAndDuration>& buffer); 441 static double AverageSpeed(const base::RingBuffer<BytesAndDuration>& buffer, 465 // Prints a line and also adds it to the heap's ring buffer so that
|
/third_party/node/deps/v8/src/objects/ |
H A D | value-serializer.h | 61 * Serializes a V8 object into the buffer. 66 * Returns the buffer, allocated via the delegate, and its size. 67 * Caller assumes ownership of the buffer. 100 // Managing allocations of the internal buffer. 149 * buffer. Returns the number of keys actually written, which may be smaller 213 * Deserializes a V8 object from the buffer. 218 * Reads an object, consuming the entire buffer. 228 * Accepts the array buffer corresponding to the one passed previously to 297 Handle<JSArrayBuffer> buffer) V8_WARN_UNUSED_RESULT; 299 JSArrayBufferView view, JSArrayBuffer buffer, [all...] |
/third_party/mesa3d/src/gallium/auxiliary/util/ |
H A D | u_blitter.h | 305 * Clear the contents of a buffer using the Stream Output functionality. 312 * copied to the buffer, then the offset is incremented by num_channels*4. 529 pipe_resource_reference(&blitter->saved_fs_constant_buffer.buffer, in util_blitter_save_fragment_constant_buffer_slot() 530 constant_buffers[blitter->cb_slot].buffer); in util_blitter_save_fragment_constant_buffer_slot()
|
/third_party/mesa3d/src/virtio/venus-protocol/ |
H A D | vn_protocol_driver_buffer_view.h | 29 size += vn_sizeof_VkBuffer(&val->buffer); in vn_sizeof_VkBufferViewCreateInfo_self() 60 vn_encode_VkBuffer(enc, &val->buffer); in vn_encode_VkBufferViewCreateInfo_self()
|
/third_party/mesa3d/src/gallium/auxiliary/tgsi/ |
H A D | tgsi_exec.h | 158 void *(*lookup)(const struct tgsi_buffer *buffer, 229 /* The maximum number of bytes per constant buffer. 416 struct tgsi_buffer *buffer);
|
/third_party/protobuf/java/compatibility_tests/v2.5.0/tests/src/main/java/com/google/protobuf/test/ |
H A D | ServiceTest.java | 317 public void appendTo(StringBuffer buffer) { in appendTo() argument 318 buffer.append("wrapsCallback(mockCallback)"); in appendTo()
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/ |
H A D | HLSLCompiler.cpp | 369 LPCVOID buffer = shaderBinary->GetBufferPointer(); in disassembleBinary() local 371 HRESULT result = disassembleFunc(buffer, bufSize, flags, "", &disassembly); in disassembleBinary()
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/ |
H A D | Surface.h | 88 Error bindTexImage(gl::Context *context, gl::Texture *texture, EGLint buffer); 89 Error releaseTexImage(const gl::Context *context, EGLint buffer); 139 // For lock surface buffer 253 EGLenum mRenderBuffer; // Render buffer
|
/third_party/skia/third_party/externals/angle2/src/libGLESv2/ |
H A D | entry_points_egl_ext_autogen.h | 53 EGL_GetNativeClientBufferANDROID(const struct AHardwareBuffer *buffer); 189 EGLClientBuffer buffer,
|
H A D | entry_points_gles_3_2_autogen.h | 153 ANGLE_EXPORT void GL_APIENTRY GL_TexBuffer(GLenum target, GLenum internalformat, GLuint buffer); 156 GLuint buffer,
|
/third_party/skia/src/gpu/ |
H A D | GrResourceProvider.h | 162 * uses separate MSAA render buffers then a MSAA render buffer is created that resolves 173 * that are not also textures (e.g. FBO 0 in OpenGL, or an MSAA buffer that 187 * Either finds and refs a buffer with the given unique key, or creates a new new, fills its 190 * @param intendedType hint to the graphics subsystem about how the buffer will be used. 191 * @param size minimum size of buffer to return. 192 * @param key Key to be assigned to the buffer. 193 * @param InitializeBufferFn callback with which to initialize the buffer. 195 * @return The buffer if successful, otherwise nullptr. 202 * Either finds and refs, or creates a static buffer with the given parameters and contents. 204 * @param intendedType hint to the graphics subsystem about what the buffer wil [all...] |
/third_party/skia/third_party/externals/swiftshader/src/Renderer/ |
H A D | PixelProcessor.hpp | 202 void setUniformBuffer(int index, sw::Resource* buffer, int offset); 333 Resource* buffer; member
|
H A D | VertexProcessor.hpp | 308 Resource* buffer; member 317 Resource* buffer; member
|
/third_party/skia/third_party/externals/libjpeg-turbo/ |
H A D | turbojpeg.h | 383 * Disable buffer (re)allocation. If passed to one of the JPEG compression or 385 * error if the JPEG image buffer is invalid or too small rather than 386 * attempting to allocate or reallocate that buffer. This reproduces the 699 * @param srcBuf pointer to an image buffer containing RGB, grayscale, or 717 * @param jpegBuf address of a pointer to an image buffer that will receive the 718 * JPEG image. TurboJPEG has the ability to reallocate the JPEG buffer 720 * -# pre-allocate the JPEG buffer with an arbitrary size using #tjAlloc() and 721 * let TurboJPEG grow the buffer as needed, 722 * -# set <tt>*jpegBuf</tt> to NULL to tell TurboJPEG to allocate the buffer 724 * -# pre-allocate the buffer t [all...] |
/third_party/skia/third_party/externals/microhttpd/src/examples/ |
H A D | mhd2spdy_http.c | 81 char *buffer, in http_cb_response() 132 memcpy(buffer, proxy->http_body, ret); in http_cb_response() 79 http_cb_response(void *cls, uint64_t pos, char *buffer, size_t max) http_cb_response() argument
|
/third_party/skia/third_party/externals/microhttpd/src/microhttpd/ |
H A D | response.c | 231 * is essentially the buffer size used for IO, clients 461 * @param buffer size bytes containing the response's data portion 462 * @param mode flags for buffer management 468 void *buffer, in MHD_create_response_from_buffer() 472 buffer, in MHD_create_response_from_buffer() 467 MHD_create_response_from_buffer(size_t size, void *buffer, enum MHD_ResponseMemoryMode mode) MHD_create_response_from_buffer() argument
|
/third_party/skia/third_party/externals/oboe/apps/OboeTester/app/src/main/cpp/analyzer/ |
H A D | GlitchAnalyzer.h | 386 int32_t getLastGlitch(float *buffer, int32_t length) { in getLastGlitch() argument 387 return mInfiniteRecording.readFrom(buffer, mLastGlitchPosition - 32, length); in getLastGlitch()
|
/third_party/skia/src/ports/ |
H A D | SkOSFile_win.cpp | 131 size_t sk_qread(FILE* file, void* buffer, size_t count, size_t offset) { in sk_qread() argument 150 if (ReadFile(fileHandle, buffer, static_cast<DWORD>(count), &bytesRead, &overlapped)) { in sk_qread()
|
/third_party/skia/third_party/externals/dawn/src/dawn_native/d3d12/ |
H A D | PipelineLayoutD3D12.cpp | 135 // Init root descriptors in root signatures for dynamic buffer bindings. in Initialize() 162 rootParameter.ParameterType = RootParameterType(bindingInfo.buffer.type); in Initialize() 194 // Loops over all of the dynamic storage buffer bindings in the layout and build in Initialize() 196 // that dynamic storage buffer's binding size will be stored. The next register offset in Initialize() 294 ASSERT(GetBindGroupLayout(group)->GetBindingInfo(bindingIndex).buffer.hasDynamicOffset);
|
/third_party/skia/third_party/externals/harfbuzz/src/ |
H A D | hb-debug.hh | 400 c->buffer->idx, c->buffer->cur().codepoint, (int) c->lookup_index)
|
H A D | hb-ot-shape-complex-arabic-fallback.hh | 335 hb_buffer_t *buffer) in arabic_fallback_plan_shape() 337 OT::hb_ot_apply_context_t c (0, font, buffer); in arabic_fallback_plan_shape() 333 arabic_fallback_plan_shape(arabic_fallback_plan_t *fallback_plan, hb_font_t *font, hb_buffer_t *buffer) arabic_fallback_plan_shape() argument
|
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/pnacl-llvm/ |
H A D | NaClBitcodeHeader.cpp | 98 // Ensure buffer is large enough and that length can be represented in Write() 126 // Need to reallocate data buffer. in Read() 138 std::string buffer; in Contents() local 139 raw_string_ostream ss(buffer); in Contents()
|
/third_party/skia/third_party/externals/tint/src/writer/glsl/ |
H A D | generator_impl.h | 148 /// Handles generating an atomic intrinsic call for a storage buffer variable 351 /// @param buffer the text buffer that the type declaration will be written to 354 bool EmitStructType(TextBuffer* buffer, const sem::Struct* ty); 356 /// @param buffer the text buffer that the struct members will be written to 359 bool EmitStructMembers(TextBuffer* buffer, const sem::Struct* ty); 432 /// `bool(TextBuffer* buffer, const std::vector<std::string>& params)` 434 /// `buffer` is the body of the generated function
|