| /third_party/mesa3d/include/GLES3/ |
| H A D | gl3.h | 386 typedef void (GL_APIENTRYP PFNGLBINDBUFFERPROC) (GLenum target, GLuint buffer); 464 typedef GLboolean (GL_APIENTRYP PFNGLISBUFFERPROC) (GLuint buffer); 529 GL_APICALL void GL_APIENTRY glBindBuffer (GLenum target, GLuint buffer); 607 GL_APICALL GLboolean GL_APIENTRY glIsBuffer (GLuint buffer); 1030 typedef void (GL_APIENTRYP PFNGLBINDBUFFERRANGEPROC) (GLenum target, GLuint index, GLuint buffer, GLintptr offset, GLsizeiptr size); 1031 typedef void (GL_APIENTRYP PFNGLBINDBUFFERBASEPROC) (GLenum target, GLuint index, GLuint buffer); 1051 typedef void (GL_APIENTRYP PFNGLCLEARBUFFERIVPROC) (GLenum buffer, GLint drawbuffer, const GLint *value); 1052 typedef void (GL_APIENTRYP PFNGLCLEARBUFFERUIVPROC) (GLenum buffer, GLint drawbuffer, const GLuint *value); 1053 typedef void (GL_APIENTRYP PFNGLCLEARBUFFERFVPROC) (GLenum buffer, GLint drawbuffer, const GLfloat *value); 1054 typedef void (GL_APIENTRYP PFNGLCLEARBUFFERFIPROC) (GLenum buffer, GLin [all...] |
| /third_party/openGLES/api/GLES3/ |
| H A D | gl3.h | 367 typedef void (GL_APIENTRYP PFNGLBINDBUFFERPROC) (GLenum target, GLuint buffer); 445 typedef GLboolean (GL_APIENTRYP PFNGLISBUFFERPROC) (GLuint buffer); 510 GL_APICALL void GL_APIENTRY glBindBuffer (GLenum target, GLuint buffer); 588 GL_APICALL GLboolean GL_APIENTRY glIsBuffer (GLuint buffer); 1011 typedef void (GL_APIENTRYP PFNGLBINDBUFFERRANGEPROC) (GLenum target, GLuint index, GLuint buffer, GLintptr offset, GLsizeiptr size); 1012 typedef void (GL_APIENTRYP PFNGLBINDBUFFERBASEPROC) (GLenum target, GLuint index, GLuint buffer); 1032 typedef void (GL_APIENTRYP PFNGLCLEARBUFFERIVPROC) (GLenum buffer, GLint drawbuffer, const GLint *value); 1033 typedef void (GL_APIENTRYP PFNGLCLEARBUFFERUIVPROC) (GLenum buffer, GLint drawbuffer, const GLuint *value); 1034 typedef void (GL_APIENTRYP PFNGLCLEARBUFFERFVPROC) (GLenum buffer, GLint drawbuffer, const GLfloat *value); 1035 typedef void (GL_APIENTRYP PFNGLCLEARBUFFERFIPROC) (GLenum buffer, GLin [all...] |
| /third_party/vk-gl-cts/external/vulkancts/modules/vulkan/ssbo/ |
| H A D | vktSSBOLayoutCase.cpp | 983 src << "buffer " << block.getBlockName(); in generateDeclaration() 1443 src << "layout(std140, binding = 0) buffer AcBlock { highp uint ac_numPassed; };\n\n"; in generateComputeShader() 1935 deUint32 buffer; member 1938 Buffer (deUint32 buffer_, int size_) : buffer(buffer_), size(size_) {} in Buffer() 1939 Buffer (void) : buffer(0), size(0) {} in Buffer() 2011 de::MovePtr<vk::Allocation> allocateAndBindMemory (Context& context, vk::VkBuffer buffer, vk::MemoryRequirement memReqs) in allocateAndBindMemory() argument 2014 const vk::VkMemoryRequirements bufReqs = vk::getBufferMemoryRequirements(vkd, context.getDevice(), buffer); in allocateAndBindMemory() 2017 vkd.bindBufferMemory(context.getDevice(), buffer, memory->getMemory(), memory->getOffset()); in allocateAndBindMemory() 2062 const RefDataStorage& m_initialData; // Initial data stored in buffer. 2188 vk::Move<vk::VkBuffer> buffer in iterate() local 2220 vk::Move<vk::VkBuffer> buffer = createBuffer(m_context, totalBufferSize, usageFlags); iterate() local [all...] |
| /third_party/skia/third_party/externals/swiftshader/include/GLES3/ |
| H A D | gl3.h | 386 typedef void (GL_APIENTRYP PFNGLBINDBUFFERPROC) (GLenum target, GLuint buffer); 464 typedef GLboolean (GL_APIENTRYP PFNGLISBUFFERPROC) (GLuint buffer); 529 GL_APICALL void GL_APIENTRY glBindBuffer (GLenum target, GLuint buffer); 607 GL_APICALL GLboolean GL_APIENTRY glIsBuffer (GLuint buffer); 1030 typedef void (GL_APIENTRYP PFNGLBINDBUFFERRANGEPROC) (GLenum target, GLuint index, GLuint buffer, GLintptr offset, GLsizeiptr size); 1031 typedef void (GL_APIENTRYP PFNGLBINDBUFFERBASEPROC) (GLenum target, GLuint index, GLuint buffer); 1051 typedef void (GL_APIENTRYP PFNGLCLEARBUFFERIVPROC) (GLenum buffer, GLint drawbuffer, const GLint *value); 1052 typedef void (GL_APIENTRYP PFNGLCLEARBUFFERUIVPROC) (GLenum buffer, GLint drawbuffer, const GLuint *value); 1053 typedef void (GL_APIENTRYP PFNGLCLEARBUFFERFVPROC) (GLenum buffer, GLint drawbuffer, const GLfloat *value); 1054 typedef void (GL_APIENTRYP PFNGLCLEARBUFFERFIPROC) (GLenum buffer, GLin [all...] |
| /third_party/skia/third_party/externals/opengl-registry/api/GLES3/ |
| H A D | gl3.h | 386 typedef void (GL_APIENTRYP PFNGLBINDBUFFERPROC) (GLenum target, GLuint buffer); 464 typedef GLboolean (GL_APIENTRYP PFNGLISBUFFERPROC) (GLuint buffer); 529 GL_APICALL void GL_APIENTRY glBindBuffer (GLenum target, GLuint buffer); 607 GL_APICALL GLboolean GL_APIENTRY glIsBuffer (GLuint buffer); 1030 typedef void (GL_APIENTRYP PFNGLBINDBUFFERRANGEPROC) (GLenum target, GLuint index, GLuint buffer, GLintptr offset, GLsizeiptr size); 1031 typedef void (GL_APIENTRYP PFNGLBINDBUFFERBASEPROC) (GLenum target, GLuint index, GLuint buffer); 1051 typedef void (GL_APIENTRYP PFNGLCLEARBUFFERIVPROC) (GLenum buffer, GLint drawbuffer, const GLint *value); 1052 typedef void (GL_APIENTRYP PFNGLCLEARBUFFERUIVPROC) (GLenum buffer, GLint drawbuffer, const GLuint *value); 1053 typedef void (GL_APIENTRYP PFNGLCLEARBUFFERFVPROC) (GLenum buffer, GLint drawbuffer, const GLfloat *value); 1054 typedef void (GL_APIENTRYP PFNGLCLEARBUFFERFIPROC) (GLenum buffer, GLin [all...] |
| /third_party/skia/third_party/externals/angle2/include/GLES3/ |
| H A D | gl3.h | 367 typedef void (GL_APIENTRYP PFNGLBINDBUFFERPROC) (GLenum target, GLuint buffer); 445 typedef GLboolean (GL_APIENTRYP PFNGLISBUFFERPROC) (GLuint buffer); 510 GL_APICALL void GL_APIENTRY glBindBuffer (GLenum target, GLuint buffer); 588 GL_APICALL GLboolean GL_APIENTRY glIsBuffer (GLuint buffer); 1011 typedef void (GL_APIENTRYP PFNGLBINDBUFFERRANGEPROC) (GLenum target, GLuint index, GLuint buffer, GLintptr offset, GLsizeiptr size); 1012 typedef void (GL_APIENTRYP PFNGLBINDBUFFERBASEPROC) (GLenum target, GLuint index, GLuint buffer); 1032 typedef void (GL_APIENTRYP PFNGLCLEARBUFFERIVPROC) (GLenum buffer, GLint drawbuffer, const GLint *value); 1033 typedef void (GL_APIENTRYP PFNGLCLEARBUFFERUIVPROC) (GLenum buffer, GLint drawbuffer, const GLuint *value); 1034 typedef void (GL_APIENTRYP PFNGLCLEARBUFFERFVPROC) (GLenum buffer, GLint drawbuffer, const GLfloat *value); 1035 typedef void (GL_APIENTRYP PFNGLCLEARBUFFERFIPROC) (GLenum buffer, GLin [all...] |
| /third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/ssbo/ |
| H A D | vktSSBOLayoutCase.cpp | 983 src << "buffer " << block.getBlockName(); in generateDeclaration() 1443 src << "layout(std140, binding = 0) buffer AcBlock { highp uint ac_numPassed; };\n\n"; in generateComputeShader() 1935 deUint32 buffer; member 1938 Buffer (deUint32 buffer_, int size_) : buffer(buffer_), size(size_) {} in Buffer() 1939 Buffer (void) : buffer(0), size(0) {} in Buffer() 2011 de::MovePtr<vk::Allocation> allocateAndBindMemory (Context& context, vk::VkBuffer buffer, vk::MemoryRequirement memReqs) in allocateAndBindMemory() argument 2014 const vk::VkMemoryRequirements bufReqs = vk::getBufferMemoryRequirements(vkd, context.getDevice(), buffer); in allocateAndBindMemory() 2017 vkd.bindBufferMemory(context.getDevice(), buffer, memory->getMemory(), memory->getOffset()); in allocateAndBindMemory() 2062 const RefDataStorage& m_initialData; // Initial data stored in buffer. 2188 vk::Move<vk::VkBuffer> buffer in iterate() local 2220 vk::Move<vk::VkBuffer> buffer = createBuffer(m_context, totalBufferSize, usageFlags); iterate() local [all...] |
| /third_party/ffmpeg/libavcodec/ |
| H A D | dirac_arith.c | 103 c->bytestream = gb->buffer + get_bits_count(gb)/8; in ff_dirac_init_arith_decoder()
|
| H A D | nvdec_vp8.c | 34 static int nvdec_vp8_start_frame(AVCodecContext *avctx, const uint8_t *buffer, uint32_t size) in nvdec_vp8_start_frame() argument
|
| H A D | msp2dec.c | 74 memcpy(p->data[0] + y * p->linesize[0] + x, gb.buffer, FFMIN(size, width - x)); in msp2_decode_frame()
|
| /third_party/exfatprogs/include/ |
| H A D | exfat_fs.h | 66 char *buffer; member
|
| /third_party/gn/misc/vim/ftdetect/ |
| H A D | gnfiletype.vim | 6 " because those settings are global (not buffer local), yet we want
|
| /third_party/alsa-lib/src/timer/ |
| H A D | timer_local.h | 37 ssize_t (*read)(snd_timer_t *timer, void *buffer, size_t size);
|
| /third_party/alsa-utils/axfer/ |
| H A D | container.h | 44 void *buffer, unsigned int byte_count);
|
| /third_party/backends/backend/ |
| H A D | ma1509.h | 168 SANE_Byte *buffer, *buffer_start; member
|
| H A D | stv680.h | 124 size_t buffer_size; /* size of the buffer */ 125 SANE_Byte *buffer; /* for USB transfer. */ member
|
| /third_party/bounds_checking_function/ |
| H A D | Makefile | 12 OPTION += --param ssp-buffer-size=4
|
| /third_party/gn/src/gn/ |
| H A D | tokenizer.h | 35 // Counts lines in the given buffer (the first line is "1") and returns 45 // The offset must be in the buffer. 46 static bool IsNewline(std::string_view buffer, size_t offset); 99 size_t cur_ = 0; // Byte offset into input buffer.
|
| /third_party/icu/vendor/double-conversion/upstream/double-conversion/ |
| H A D | double-to-string.h | 57 // Note that DoubleToAscii null-terminates its input. So the given buffer 214 // In addition, the buffer must be able to hold the trailing '\0' character. 259 // In addition, the buffer must be able to hold the trailing '\0' character. 293 // In addition, the buffer must be able to hold the trailing '\0' character. 334 // In addition, the buffer must be able to hold the trailing '\0' character. 360 // The result should be interpreted as buffer * 10^(point-length). 362 // The digits are written to the buffer in the platform's charset, which is 370 // 'v' again. The buffer will choose the representation that is closest to 379 // Example: toFixed(0.001, 5) is allowed to return buffer="1", point=-2. 381 // toFixed(0.15, 2) thus returns buffer [all...] |
| /third_party/icu/icu4c/source/i18n/ |
| H A D | double-conversion-double-to-string.h | 71 // Note that DoubleToAscii null-terminates its input. So the given buffer 229 // In addition, the buffer must be able to hold the trailing '\0' character. 274 // In addition, the buffer must be able to hold the trailing '\0' character. 308 // In addition, the buffer must be able to hold the trailing '\0' character. 349 // In addition, the buffer must be able to hold the trailing '\0' character. 376 // The result should be interpreted as buffer * 10^(point-length). 378 // The digits are written to the buffer in the platform's charset, which is 386 // 'v' again. The buffer will choose the representation that is closest to 395 // Example: toFixed(0.001, 5) is allowed to return buffer="1", point=-2. 397 // toFixed(0.15, 2) thus returns buffer [all...] |
| /third_party/icu/icu4c/source/common/unicode/ |
| H A D | caniter.h | 183 UnicodeString buffer; member in U_FINAL 200 //Set extract(int comp, String segment, int segmentPos, StringBuffer buffer);
|
| /third_party/libsnd/src/ALAC/ |
| H A D | ALACBitUtilities.h | 72 - these routines take a fixed size buffer and read/write to it 75 void BitBufferInit (BitBuffer * bits, uint8_t * buffer, uint32_t byteSize) ;
|
| /third_party/mesa3d/src/amd/llvm/ |
| H A D | ac_shader_abi.h | 77 * Load the descriptor for the given buffer. 79 * \param buffer the buffer as presented in NIR: this is the descriptor 80 * in Vulkan, and the buffer index in OpenGL/Gallium 81 * \param write whether buffer contents will be written 82 * \param non_uniform whether the buffer descriptor is not assumed to be uniform 84 LLVMValueRef (*load_ssbo)(struct ac_shader_abi *abi, LLVMValueRef buffer, bool write, bool non_uniform);
|
| /third_party/ltp/testcases/cve/ |
| H A D | tcindex01.c | 81 cls_opt.buffer = 1000000 * 1600 / cls_opt.rate.rate; in setup()
|
| /third_party/mesa3d/src/gallium/frontends/dri/ |
| H A D | dri_util.h | 142 void (*ReleaseBuffer) (__DRIscreen *screenPrivate, __DRIbuffer *buffer); 168 * - map the frame buffer, SAREA, etc.
|