Home
last modified time | relevance | path

Searched refs:buffer (Results 3101 - 3125 of 6014) sorted by relevance

1...<<121122123124125126127128129130>>...241

/third_party/skia/third_party/externals/egl-registry/api/1.0/
H A Degl.h162 /* EGL_RENDER_BUFFER values / BindTexImage / ReleaseTexImage buffer targets */
182 /* Back buffer swap behaviors */
186 /* CreatePbufferFromClientBuffer buffer types */
250 EGLDisplay dpy, EGLenum buftype, EGLClientBuffer buffer,
255 EGLAPI EGLBoolean APIENTRY eglBindTexImage(EGLDisplay dpy, EGLSurface surface, EGLint buffer);
256 EGLAPI EGLBoolean APIENTRY eglReleaseTexImage(EGLDisplay dpy, EGLSurface surface, EGLint buffer);
/third_party/protobuf/src/google/protobuf/
H A Dgenerated_message_table_driven.h261 uint8* buffer);
265 bool is_deterministic, uint8* buffer) {
270 is_deterministic, buffer);
/third_party/protobuf/js/experimental/runtime/kernel/
H A Dtag_test.js19 return new Uint8Array(bytes).buffer;
97 const buffer = createArrayBuffer(
105 const bufferDecoder = BufferDecoder.fromArrayBuffer(buffer);
/third_party/protobuf/src/google/protobuf/util/
H A Djson_util.cc194 const void* buffer; in JsonToBinaryStream() local
196 while (json_input->Next(&buffer, &length)) { in JsonToBinaryStream()
199 StringPiece(static_cast<const char*>(buffer), length))); in JsonToBinaryStream()
/third_party/ffmpeg/libavcodec/
H A Dtxd.c127 int step = dxtc.dxt1_block(p, stride, gb.buffer); in txd_decode_frame()
136 int step = dxtc.dxt3_block(p, stride, gb.buffer); in txd_decode_frame()
/third_party/ffmpeg/libavfilter/
H A Dopencl.h29 #include "libavutil/buffer.h"
190 * Create a buffer with the given information.
192 * The buffer variable in the context structure must be named <buffer_name>.
205 CL_FAIL_ON_ERROR(AVERROR(EIO), "Failed to create buffer %s: %d.\n", #buffer_name, cle); \
209 * Perform a blocking write to a buffer.
214 #define CL_BLOCKING_WRITE_BUFFER(queue, buffer, size, host_ptr, event) do { \
217 buffer, \
226 CL_FAIL_ON_ERROR(AVERROR(EIO), "Failed to write buffer to device: %d.\n", cle); \
230 * Create a buffer with the given information.
232 * The buffer variabl
[all...]
/third_party/ffmpeg/libavformat/
H A Dflac_picture.c108 desc = g.buffer; in ff_flac_parse_picture()
114 ((uint8_t*)g.buffer)[-4] = '\0'; // NUL-terminate desc. in ff_flac_parse_picture()
/third_party/curl/lib/vtls/
H A Dvtls.h129 void Curl_ssl_version(char *buffer, size_t size);
170 /* get N random bytes into the buffer */
171 CURLcode Curl_ssl_random(struct Curl_easy *data, unsigned char *buffer,
/third_party/bounds_checking_function/src/
H A Dsecinput.h114 void SecClearDestBuf(const char *buffer, const char *format, va_list argList);
117 void SecClearDestBufW(const wchar_t *buffer, const wchar_t *format, va_list argList);
/third_party/alsa-lib/src/pcm/
H A Dpcm_generic.h146 snd_pcm_sframes_t snd_pcm_generic_writei(snd_pcm_t *pcm, const void *buffer, snd_pcm_uframes_t size);
148 snd_pcm_sframes_t snd_pcm_generic_readi(snd_pcm_t *pcm, void *buffer, snd_pcm_uframes_t size);
/third_party/libsnd/src/ALAC/
H A DALACBitUtilities.c34 void BitBufferInit (BitBuffer * bits, uint8_t * buffer, uint32_t byteSize) in BitBufferInit() argument
36 bits->cur = buffer ; in BitBufferInit()
152 // align bit buffer to next byte boundary, writing zeros if requested in BitBufferByteAlign()
254 //void BitBufferInit (BitBuffer * bits, uint8_t * buffer, uint32_t byteSize) in BitBufferReset()
/third_party/mesa3d/.gitlab-ci/lava/utils/
H A Dlog_follower.py64 """Cleanup existing buffer if this object gets out from the context"""
149 buffer = self._buffer
151 return buffer
/third_party/mesa3d/src/amd/compiler/tests/
H A Dtest_isel.cpp68 layout(binding=0) buffer Buf {
73 //buffer_store_dword %_, v1: undef, 0, %data disable_wqm storage:buffer semantics: scope:invocation
148 layout(binding=1) buffer Buf {
/third_party/libwebsockets/lib/tls/mbedtls/wrapper/include/internal/
H A Dssl_types.h275 int (*ssl_read)(SSL *ssl, void *buffer, int len);
277 int (*ssl_send)(SSL *ssl, const void *buffer, int len);
/third_party/mesa3d/src/gallium/drivers/softpipe/
H A Dsp_fs_exec.c59 struct tgsi_buffer *buffer ) in exec_prepare()
66 sampler, image, buffer); in exec_prepare()
/third_party/mesa3d/src/gallium/frontends/glx/xlib/
H A Dxm_api.h96 * alpha_flag - alpha buffer requested?
100 * ximage_flag - GL_TRUE = use an XImage for back buffer,
101 * GL_FALSE = use an off-screen pixmap for back buffer
200 * Unbind the current context from its buffer.
212 * Swap the front and back buffers for the given buffer. No action is
213 * taken if the buffer is not double buffered.
219 * Copy a sub-region of the back buffer to the front buffer.
242 * any memory used by that buffer.
264 XMesaBindTexImage(Display *dpy, XMesaBuffer drawable, int buffer,
[all...]
/third_party/node/test/parallel/
H A Dtest-crypto-fips.js46 function responseHandler(buffer, expectedOutput) {
47 const response = buffer.toString();
/third_party/ninja/src/
H A Dincludes_normalize-win32.cc31 bool InternalGetFullPathName(const StringPiece& file_name, char* buffer, in InternalGetFullPathName() argument
34 buffer_length, buffer, NULL); in InternalGetFullPathName()
/third_party/mesa3d/src/mesa/vbo/
H A Dvbo.h80 fi_type buffer[VBO_ATTRIB_MAX * 4 * VBO_MAX_COPIED_VERTS]; member
118 fi_type *buffer_ptr; /* cursor, points into buffer */
123 GLuint vert_count; /**< Number of vertices currently in buffer */
124 GLuint max_vert; /**< Max number of vertices allowed in buffer */
169 fi_type *buffer; member
/third_party/mesa3d/src/gallium/drivers/i915/
H A Di915_state_static.c92 i915->current.cbuf_bo = tex->buffer; in update_framebuffer()
116 i915->current.depth_bo = tex->buffer; in update_framebuffer()
/third_party/rust/crates/env_logger/src/fmt/writer/termcolor/
H A Dextern_impl.rs116 pub(in crate::fmt::writer) fn buffer(&self) -> Buffer {
118 inner: self.inner.buffer(),
126 // instead of `termcolor`'s buffer.
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/egl/gbm/
H A DDisplayGbm.h124 void drawBuffer(const gl::Context *context, Buffer *buffer);
125 void drawWithTexture(const gl::Context *context, Buffer *buffer);
145 // Three scanout buffers cycle through four states. The state of a buffer
147 // TODO(fjhenigman) It might be simpler/clearer to use a ring buffer.
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/
H A DSurfaceD3D.h45 EGLint buffer) override;
46 egl::Error releaseTexImage(const gl::Context *context, EGLint buffer) override;
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/
H A DSurfaceImpl.h73 EGLint buffer) = 0;
74 virtual egl::Error releaseTexImage(const gl::Context *context, EGLint buffer) = 0;
/third_party/vk-gl-cts/external/amber/src/samples/
H A Dimage_diff.cc19 #include "src/buffer.h"
127 amber::Buffer* buffer) { in LoadPngToBuffer()
145 buffer->SetData(values); in LoadPngToBuffer()
126 LoadPngToBuffer(const std::string& filename, amber::Buffer* buffer) LoadPngToBuffer() argument

Completed in 14 milliseconds

1...<<121122123124125126127128129130>>...241