| /third_party/skia/third_party/externals/dng_sdk/source/ |
| H A D | dng_gain_map.h | 201 dng_pixel_buffer &buffer,
|
| /third_party/skia/third_party/externals/abseil-cpp/absl/base/internal/ |
| H A D | raw_logging.h | 112 // Writes the provided buffer directly to stderr, in a safe, low-level manner. 142 // also provided with an output buffer, where it can write a custom log message 151 // 'buffer' and 'buf_size' are pointers to the buffer and buffer size. If the 152 // hook writes a prefix, it must increment *buffer and decrement *buf_size 155 int line, char** buffer, int* buf_size); 163 // The NUL-terminated logged message lives in the buffer between 'buf_start' 165 // buffer (as written by the LogPrefixHook.)
|
| /third_party/skia/experimental/wasm-skp-debugger/ |
| H A D | cpu.js | 1 // Adds compile-time JS functions to handle creation and flushing of wasm's offscreen buffer 29 // Allocate the buffer of pixels to be drawn into. 64 var pixels = new Uint8ClampedArray(DebuggerView.HEAPU8.buffer, this._pixelPtr, this._bufferLen);
|
| /third_party/rust/crates/syn/src/ |
| H A D | ident.rs | 53 use crate::buffer::Cursor;
|
| H A D | lookahead.rs | 1 use crate::buffer::Cursor;
|
| /third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/ |
| H A D | BufferGL.h | 24 BufferGL(const gl::BufferState &state, GLuint buffer);
|
| /third_party/vk-gl-cts/modules/gles31/functional/ |
| H A D | es31fProgramInterfaceQueryTests.cpp | 999 std::vector<char> buffer; 1014 buffer.resize(maxNameLength+1, '\0'); 1020 gl.getProgramResourceName(program, programInterface, resourceNdx, maxNameLength, &written, &buffer[0]); 1023 dst.push_back(std::string(&buffer[0], written)); 1451 "writeonly buffer OutputBufferBlock { highp int b_output_int; };\n" 1488 { "Query to larger buffer", 24, true }, 1489 { "Query to buffer the same size", 23, true }, 1490 { "Query to one byte too small buffer", 22, true }, 1491 { "Query to one byte buffer", 1, true }, 1492 { "Query to zero sized buffer", [all...] |
| /third_party/ffmpeg/libavcodec/arm/ |
| H A D | startcode_armv6.S | 148 60: @ Small buffer - simply check by looping over bytes 175 beq 98f @ don't look back a byte if found at first byte in buffer 194 beq 98f @ don't look back a byte if found at first byte in buffer
|
| /third_party/ffmpeg/libavcodec/ |
| H A D | sgienc.c | 191 bytestream2_init_writer(&taboff_pcb, pbc.buffer, tablesize); in encode_frame() 195 bytestream2_init_writer(&tablen_pcb, pbc.buffer, tablesize); in encode_frame() 198 /* Make an intermediate consecutive buffer. */ in encode_frame()
|
| H A D | ra144.c | 1528 * enough to fill the target buffer, fill it with another copy of those values. 1595 int buffer[LPC_ORDER]; in ff_eval_coefs() local 1596 int *b1 = buffer; in ff_eval_coefs()
|
| /third_party/ffmpeg/libavutil/ |
| H A D | Makefile | 16 buffer.h \ 113 buffer.o \
|
| H A D | bprint.c | 85 void av_bprint_init_for_buffer(AVBPrint *buf, char *buffer, unsigned size) in av_bprint_init_for_buffer() argument 87 buf->str = buffer; in av_bprint_init_for_buffer() 188 retry with twice as much until the buffer is large enough */ in av_bprint_strftime() 195 /* if strftime fails because the buffer has (almost) reached in av_bprint_strftime() 196 its maximum size, let us try in a local buffer; 1k should in av_bprint_strftime() 205 /* if anything else failed and the buffer is not already in av_bprint_strftime()
|
| /third_party/ffmpeg/libavformat/ |
| H A D | rtpdec_asf.c | 94 /* this "fills" the buffer with its current content */ in init_packetizer() 141 av_free(pb.pub.buffer); in ff_wms_parse_sdp_a_line() 146 av_free(pb.pub.buffer); in ff_wms_parse_sdp_a_line()
|
| /third_party/backends/backend/ |
| H A D | artec_eplus48u.h | 165 /* the number of lines we read for the black shading buffer */ 167 /* the number of lines we read for the white shading buffer */ 227 SA_CALIBRATE_SCAN_WHITE, /**< Scan white shading buffer */ 228 SA_CALIBRATE_SCAN_BLACK, /**< Scan black shading buffer */ 435 * @param res Result packet (may point to the same buffer as @a cmd). 449 * @param res Result packet (may point to the same buffer as @a cmd). 462 * @param buffer Buffer for the read data. 472 artec48u_device_read_raw (Artec48U_Device * dev, SANE_Byte * buffer, 483 artec48u_device_read (Artec48U_Device * dev, SANE_Byte * buffer,
|
| H A D | plustek-pp_wrapper.c | 92 static int PtDrvRead( unsigned char *buffer, int count ) in PtDrvRead() argument 96 if( buffer == NULL ) in PtDrvRead()
|
| H A D | sharp.h | 52 DEFAULT_BUFSIZE: default size of one buffer. Must be greater 124 /* status defines for a buffer: 125 buffer not used / read request queued / buffer contains data 135 size_t start; /* index of the begin of used area of the buffer */ 137 SANE_Byte *buffer; member 240 SANE_Byte *buffer; /* for color data re-ordering, required for JX 250 */ member 275 size_t read_buff; /* index of the buffer actually used by read_data */
|
| H A D | nec.h | 52 DEFAULT_BUFSIZE: default size of one buffer. Must be greater 127 /* status defines for a buffer: 128 buffer not used / read request queued / buffer contains data 138 size_t start; /* index of the begin of used area of the buffer */ 140 SANE_Byte *buffer; member 231 SANE_Byte *buffer; /* for color data re-ordering */ member 269 size_t read_buff; /* index of the buffer actually used by read_data */ 417 SANE_Byte bsa[3]; /* buffer space available */ 418 SANE_Byte fdb[3]; /* filled data buffer */ [all...] |
| /third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/util/ |
| H A D | UtilityTest.java | 131 java.nio.ByteBuffer buffer = java.nio.ByteBuffer.wrap(ba); in TestByteArrayWrapper() 132 ByteArrayWrapper x = new ByteArrayWrapper(buffer); in TestByteArrayWrapper()
|
| /third_party/icu/tools/unicode/c/genuts46/ |
| H A D | genuts46.cpp | 103 const UChar *buffer=mapping.getBuffer(); in printLine() local 108 U16_NEXT(buffer, i, length, c); in printLine()
|
| /third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/util/ |
| H A D | UtilityTest.java | 154 java.nio.ByteBuffer buffer = java.nio.ByteBuffer.wrap(ba); in TestByteArrayWrapper() 155 ByteArrayWrapper x = new ByteArrayWrapper(buffer); in TestByteArrayWrapper()
|
| /third_party/libunwind/libunwind/doc/ |
| H A D | libunwind-setjmp.tex | 31 need to be saved in the jump-buffer (plus one call to 56 used by the system-provided routines. Thus, a jump-buffer created
|
| /third_party/mesa3d/src/gallium/drivers/svga/ |
| H A D | svga_pipe_draw.c | 115 0, /* vertex count comes from SO buffer */ in retry_draw_auto() 118 NULL, /* no index buffer */ in retry_draw_auto() 130 * Indirect draw (get vertex count, start index, etc. from a buffer object. 138 assert(indirect && indirect->buffer); in retry_draw_indirect() 155 range.primitiveCount = 0; /* specified in indirect buffer */ in retry_draw_indirect() 160 range.indexBias = 0; /* specified in indirect buffer */ in retry_draw_indirect() 164 0, /* vertex count is in indirect buffer */ in retry_draw_indirect() 305 * referenced in the current command buffer as result of previous HW in svga_draw_vbo() 307 * vertex buffer is mapped. in svga_draw_vbo() 363 else if (indirect && indirect->buffer) { in svga_draw_vbo() [all...] |
| H A D | svga_image_view.c | 79 desc.buffer.firstElement = image->u.buf.offset / bytes_per_block; in svga_create_uav_image() 80 desc.buffer.numElements = image->u.buf.size / bytes_per_block; in svga_create_uav_image() 82 /* mark this buffer as being used in uav */ in svga_create_uav_image() 192 SVGA_DBG(DEBUG_UAV, " buffer res=0x%x format=%d offset=%d size=%d\n", in svga_set_shader_images() 285 /* Mark buffer surface as RENDERED */ in svga_validate_image_view_resources()
|
| /third_party/mesa3d/src/gallium/drivers/radeonsi/ |
| H A D | si_state_binning.c | 190 unsigned sum = 4 * (depth_coeff + stencil_coeff) * MAX2(tex->buffer.b.b.nr_samples, 1); in si_get_depth_bin_size() 384 /* Set to max sizes when no depth buffer is bound. */ in gfx10_get_bin_sizes() 394 (cPerDepthSample + cPerStencilSample) * MAX2(zstex->buffer.b.b.nr_samples, 1); in gfx10_get_bin_sizes()
|
| H A D | si_test_dma_perf.c | 214 sb[0].buffer = dst; in si_test_dma_perf() 218 sb[1].buffer = src; in si_test_dma_perf()
|