/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/api/ |
H A D | vktApiBufferComputeInstance.cpp | 62 Move<VkBuffer> buffer(createBuffer(vki, device, &createInfo)); in createDataBuffer() 64 const VkMemoryRequirements requirements = getBufferMemoryRequirements(vki, device, *buffer); in createDataBuffer() 67 VK_CHECK(vki.bindBufferMemory(device, *buffer, allocation->getMemory(), allocation->getOffset())); in createDataBuffer() 81 return buffer; in createDataBuffer() 109 Move<VkBuffer> buffer(createBuffer(vki, device, &createInfo)); in createColorDataBuffer() 111 const VkMemoryRequirements requirements = getBufferMemoryRequirements(vki, device, *buffer); in createColorDataBuffer() 114 VK_CHECK(vki.bindBufferMemory(device, *buffer, allocation->getMemory(), allocation->getOffset())); in createColorDataBuffer() 129 return buffer; in createColorDataBuffer() 160 VkBuffer buffer, in createDescriptorSet() 168 const vk::VkDescriptorBufferInfo bufferInfo = makeDescriptorBufferInfo(buffer, (v in createDescriptorSet() 157 createDescriptorSet(vkt::Context& context, VkDescriptorPool pool, VkDescriptorSetLayout layout, VkBuffer buffer, deUint32 offset, VkBuffer resBuf) createDescriptorSet() argument [all...] |
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/api/ |
H A D | vktApiBufferComputeInstance.cpp | 62 Move<VkBuffer> buffer(createBuffer(vki, device, &createInfo)); in createDataBuffer() 64 const VkMemoryRequirements requirements = getBufferMemoryRequirements(vki, device, *buffer); in createDataBuffer() 67 VK_CHECK(vki.bindBufferMemory(device, *buffer, allocation->getMemory(), allocation->getOffset())); in createDataBuffer() 81 return buffer; in createDataBuffer() 109 Move<VkBuffer> buffer(createBuffer(vki, device, &createInfo)); in createColorDataBuffer() 111 const VkMemoryRequirements requirements = getBufferMemoryRequirements(vki, device, *buffer); in createColorDataBuffer() 114 VK_CHECK(vki.bindBufferMemory(device, *buffer, allocation->getMemory(), allocation->getOffset())); in createColorDataBuffer() 129 return buffer; in createColorDataBuffer() 160 VkBuffer buffer, in createDescriptorSet() 168 const vk::VkDescriptorBufferInfo bufferInfo = makeDescriptorBufferInfo(buffer, (v in createDescriptorSet() 157 createDescriptorSet(vkt::Context& context, VkDescriptorPool pool, VkDescriptorSetLayout layout, VkBuffer buffer, deUint32 offset, VkBuffer resBuf) createDescriptorSet() argument [all...] |
/third_party/skia/src/gpu/mtl/ |
H A D | GrMtlRenderCommandEncoder.h | 68 void setVertexBuffer(id<MTLBuffer> buffer, NSUInteger offset, NSUInteger index) { in setVertexBuffer() argument 70 if (fCurrentVertexBuffer[index] == buffer) { in setVertexBuffer() 75 if (fCurrentVertexBuffer[index] != buffer || fCurrentVertexOffset[index] != offset) { in setVertexBuffer() 76 [fCommandEncoder setVertexBuffer:buffer in setVertexBuffer() 79 fCurrentVertexBuffer[index] = buffer; in setVertexBuffer() 92 void setFragmentBuffer(id<MTLBuffer> buffer, NSUInteger offset, NSUInteger index) { in setFragmentBuffer() argument 94 if (fCurrentFragmentBuffer[index] == buffer) { in setFragmentBuffer() 99 if (fCurrentFragmentBuffer[index] != buffer || fCurrentFragmentOffset[index] != offset) { in setFragmentBuffer() 100 [fCommandEncoder setFragmentBuffer:buffer in setFragmentBuffer() 103 fCurrentFragmentBuffer[index] = buffer; in setFragmentBuffer() [all...] |
/third_party/skia/tests/ |
H A D | GrQuadBufferTest.cpp | 87 // Odd indexed quads will be ignored and not stored in the buffer in TEST() 98 // Fill in the buffer with the device quads, and a local quad if the index is even in TEST() 99 GrQuadBuffer<TestData> buffer; in TEST() local 101 buffer.append(expectedDeviceQuads[i], // device quad in TEST() 106 // Confirm the state of the buffer in TEST() 107 ASSERT(kQuadCount == buffer.count()); in TEST() 108 ASSERT(GrQuad::Type::kPerspective == buffer.deviceQuadType()); in TEST() 109 ASSERT(GrQuad::Type::kGeneral == buffer.localQuadType()); in TEST() 112 auto iter = buffer.iterator(); in TEST() 200 GrQuadBuffer<TestData> buffer; in TEST() local [all...] |
/third_party/skia/third_party/externals/harfbuzz/src/ |
H A D | hb-shape-plan.cc | 31 #include "hb-buffer.hh" 390 hb_buffer_t *buffer, in _hb_shape_plan_execute_internal() 400 if (unlikely (!buffer->len)) in _hb_shape_plan_execute_internal() 403 assert (!hb_object_is_immutable (buffer)); in _hb_shape_plan_execute_internal() 405 buffer->assert_unicode (); in _hb_shape_plan_execute_internal() 411 assert (hb_segment_properties_equal (&shape_plan->key.props, &buffer->props)); in _hb_shape_plan_execute_internal() 416 _hb_##shaper##_shape (shape_plan, font, buffer, features, num_features); \ in _hb_shape_plan_execute_internal() 435 * @buffer: The #hb_buffer_t to work upon 439 * Executes the given shaping plan on the specified buffer, using 449 hb_buffer_t *buffer, in hb_shape_plan_execute() 388 _hb_shape_plan_execute_internal(hb_shape_plan_t *shape_plan, hb_font_t *font, hb_buffer_t *buffer, const hb_feature_t *features, unsigned int num_features) _hb_shape_plan_execute_internal() argument 447 hb_shape_plan_execute(hb_shape_plan_t *shape_plan, hb_font_t *font, hb_buffer_t *buffer, const hb_feature_t *features, unsigned int num_features) hb_shape_plan_execute() argument [all...] |
/third_party/python/Lib/unittest/ |
H A D | main.py | 63 failfast = catchbreak = buffer = progName = warnings = testNamePatterns = None 69 buffer=None, warnings=None, *, tb_locals=False): 83 self.buffer = buffer 191 if self.buffer is None: 192 parser.add_argument('-b', '--buffer', dest='buffer', 195 self.buffer = False 259 buffer=self.buffer, [all...] |
/third_party/skia/modules/skshaper/src/ |
H A D | SkShaper_coretext.cpp | 281 auto buffer = handler->runBuffer(info); local 287 CTRunGetGlyphs(run, {0, runGlyphs}, buffer.glyphs); 292 if (buffer.clusters) { 298 buffer.positions[k] = { 299 buffer.point.fX + SkScalarFromCGFloat(positions[k].x) - lineAdvance, 300 buffer.point.fY, 302 if (buffer.offsets) { 303 buffer.offsets[k] = {0, 0}; // offset relative to the origin for this glyph 305 if (buffer.clusters) { 306 buffer [all...] |
/third_party/skia/experimental/graphite/src/mtl/ |
H A D | MtlRenderCommandEncoder.h | 67 void setVertexBuffer(id<MTLBuffer> buffer, NSUInteger offset, NSUInteger index) { in setVertexBuffer() argument 70 if (fCurrentVertexBuffer[index] == buffer) { in setVertexBuffer() 75 if (fCurrentVertexBuffer[index] != buffer || fCurrentVertexOffset[index] != offset) { in setVertexBuffer() 76 [(*fCommandEncoder) setVertexBuffer:buffer in setVertexBuffer() 79 fCurrentVertexBuffer[index] = buffer; in setVertexBuffer() 93 void setFragmentBuffer(id<MTLBuffer> buffer, NSUInteger offset, NSUInteger index) { 96 if (fCurrentFragmentBuffer[index] == buffer) { 101 if (fCurrentFragmentBuffer[index] != buffer || fCurrentFragmentOffset[index] != offset) { 102 [(*fCommandEncoder) setFragmentBuffer:buffer 105 fCurrentFragmentBuffer[index] = buffer; [all...] |
/third_party/cJSON/tests/ |
H A D | misc_tests.c | 363 char buffer[10]; in cjson_functions_should_not_crash_with_null_pointers() local 385 TEST_ASSERT_FALSE(cJSON_PrintPreallocated(NULL, buffer, sizeof(buffer), true)); in cjson_functions_should_not_crash_with_null_pointers() 477 printbuffer buffer = {NULL, 10, 0, 0, false, false, {&malloc, &free, &failing_realloc}}; in ensure_should_fail_on_failed_realloc() local 478 buffer.buffer = (unsigned char *)malloc(100); in ensure_should_fail_on_failed_realloc() 479 TEST_ASSERT_NOT_NULL(buffer.buffer); in ensure_should_fail_on_failed_realloc() 481 TEST_ASSERT_NULL_MESSAGE(ensure(&buffer, 200), "Ensure didn't fail with failing realloc."); in ensure_should_fail_on_failed_realloc() 487 parse_buffer buffer in skip_utf8_bom_should_skip_bom() local 499 parse_buffer buffer = {0, 0, 0, 0, {0, 0, 0}}; skip_utf8_bom_should_not_skip_bom_if_not_at_beginning() local [all...] |
/third_party/icu/icu4c/source/common/ |
H A D | normalizer2impl.h | 99 * Decomposes c, which must be a Hangul syllable, into buffer 102 static inline int32_t decompose(UChar32 c, UChar buffer[3]) { in decompose() argument 106 buffer[0]=(UChar)(JAMO_L_BASE+c/JAMO_V_COUNT); in decompose() 107 buffer[1]=(UChar)(JAMO_V_BASE+c%JAMO_V_COUNT); in decompose() 111 buffer[2]=(UChar)(JAMO_T_BASE+c2); in decompose() 117 * Decomposes c, which must be a Hangul syllable, into buffer. 120 static inline void getRawDecomposition(UChar32 c, UChar buffer[2]) { in getRawDecomposition() argument 126 buffer[0]=(UChar)(JAMO_L_BASE+c/JAMO_V_COUNT); in getRawDecomposition() 127 buffer[1]=(UChar)(JAMO_V_BASE+c%JAMO_V_COUNT); in getRawDecomposition() 129 buffer[ in getRawDecomposition() [all...] |
/third_party/node/deps/icu-small/source/common/ |
H A D | normalizer2impl.h | 99 * Decomposes c, which must be a Hangul syllable, into buffer 102 static inline int32_t decompose(UChar32 c, char16_t buffer[3]) { in decompose() argument 106 buffer[0]=(char16_t)(JAMO_L_BASE+c/JAMO_V_COUNT); in decompose() 107 buffer[1]=(char16_t)(JAMO_V_BASE+c%JAMO_V_COUNT); in decompose() 111 buffer[2]=(char16_t)(JAMO_T_BASE+c2); in decompose() 117 * Decomposes c, which must be a Hangul syllable, into buffer. 120 static inline void getRawDecomposition(UChar32 c, char16_t buffer[2]) { in getRawDecomposition() argument 126 buffer[0]=(char16_t)(JAMO_L_BASE+c/JAMO_V_COUNT); in getRawDecomposition() 127 buffer[1]=(char16_t)(JAMO_V_BASE+c%JAMO_V_COUNT); in getRawDecomposition() 129 buffer[ in getRawDecomposition() [all...] |
/third_party/mesa3d/src/mesa/main/ |
H A D | eval.c | 151 * memory space to a buffer of contiguous control points. 153 * \return pointer to buffer of contiguous control points or NULL if out 159 GLfloat *buffer, *p; in _mesa_copy_map_points1f() local 165 buffer = malloc(uorder * size * sizeof(GLfloat)); in _mesa_copy_map_points1f() 167 if (buffer) in _mesa_copy_map_points1f() 168 for (i = 0, p = buffer; i < uorder; i++, points += ustride) in _mesa_copy_map_points1f() 172 return buffer; in _mesa_copy_map_points1f() 183 GLfloat *buffer, *p; in _mesa_copy_map_points1d() local 189 buffer = malloc(uorder * size * sizeof(GLfloat)); in _mesa_copy_map_points1d() 191 if (buffer) in _mesa_copy_map_points1d() 216 GLfloat *buffer, *p; _mesa_copy_map_points2f() local 259 GLfloat *buffer, *p; _mesa_copy_map_points2d() local [all...] |
/third_party/skia/third_party/externals/icu/source/common/ |
H A D | normalizer2impl.h | 99 * Decomposes c, which must be a Hangul syllable, into buffer 102 static inline int32_t decompose(UChar32 c, UChar buffer[3]) { in decompose() argument 106 buffer[0]=(UChar)(JAMO_L_BASE+c/JAMO_V_COUNT); in decompose() 107 buffer[1]=(UChar)(JAMO_V_BASE+c%JAMO_V_COUNT); in decompose() 111 buffer[2]=(UChar)(JAMO_T_BASE+c2); in decompose() 117 * Decomposes c, which must be a Hangul syllable, into buffer. 120 static inline void getRawDecomposition(UChar32 c, UChar buffer[2]) { in getRawDecomposition() argument 126 buffer[0]=(UChar)(JAMO_L_BASE+c/JAMO_V_COUNT); in getRawDecomposition() 127 buffer[1]=(UChar)(JAMO_V_BASE+c%JAMO_V_COUNT); in getRawDecomposition() 129 buffer[ in getRawDecomposition() [all...] |
/third_party/protobuf/src/google/protobuf/ |
H A D | generated_message_util.cc | 114 static uint8* SerializeToArray(const void* ptr, uint8* buffer) { in SerializeToArray() 115 return WireFormatLite::WriteBoolNoTagToArray(Get<Type>(ptr), buffer); in SerializeToArray() 125 static uint8* SerializeToArray(const void* ptr, uint8* buffer) { in SerializeToArray() 126 return WireFormatLite::WriteInt32NoTagToArray(Get<Type>(ptr), buffer); in SerializeToArray() 136 static uint8* SerializeToArray(const void* ptr, uint8* buffer) { in SerializeToArray() 137 return WireFormatLite::WriteSInt32NoTagToArray(Get<Type>(ptr), buffer); in SerializeToArray() 147 static uint8* SerializeToArray(const void* ptr, uint8* buffer) { in SerializeToArray() 148 return WireFormatLite::WriteUInt32NoTagToArray(Get<Type>(ptr), buffer); in SerializeToArray() 157 static uint8* SerializeToArray(const void* ptr, uint8* buffer) { in SerializeToArray() 158 return WireFormatLite::WriteInt64NoTagToArray(Get<Type>(ptr), buffer); in SerializeToArray() 661 SerializeInternalToArray(const uint8* base, const FieldMetadata* field_metadata_table, int32 num_fields, bool is_deterministic, uint8* buffer) SerializeInternalToArray() argument [all...] |
/third_party/curl/lib/ |
H A D | formdata.c | 71 char *buffer, size_t bufferlength, in AddHttpPost() 92 post->buffer = buffer; in AddHttpPost() 400 if(current_form->buffer) in FormAdd() 403 char *buffer = in FormAdd() local 405 if(buffer) { in FormAdd() 406 current_form->buffer = buffer; /* store for the moment */ in FormAdd() 407 current_form->value = buffer; /* make it non-NULL to be accepted in FormAdd() 559 ( (!form->buffer) in FormAdd() 69 AddHttpPost(char *name, size_t namelength, char *value, curl_off_t contentslength, char *buffer, size_t bufferlength, char *contenttype, long flags, struct curl_slist *contentHeader, char *showfilename, char *userp, struct curl_httppost *parent_post, struct curl_httppost **httppost, struct curl_httppost **last_post) AddHttpPost() argument 725 char buffer[8192]; curl_formget() local [all...] |
/third_party/node/deps/icu-small/source/tools/toolutil/ |
H A D | ucbuf.cpp | 42 char16_t* buffer; member 82 /* convert and ignore initial U+FEFF, and the buffer overflow */ in ucbuf_autodetect_fs() 161 /* fill the uchar buffer */ 174 pTarget = buf->buffer; in ucbuf_fillucbuf() 175 /* check if we arrived here without exhausting the buffer*/ in ucbuf_fillucbuf() 178 memmove(buf->buffer,buf->currentPos,offset* sizeof(char16_t)); in ucbuf_fillucbuf() 246 context[len]= 0 ; /* null terminate the buffer */ in ucbuf_fillucbuf() 255 /* null terminate the buffer */ in ucbuf_fillucbuf() 263 /* null terminate the buffer */ in ucbuf_fillucbuf() 382 /* Fill the buffer i in ucbuf_getcx32() [all...] |
/third_party/icu/icu4c/source/io/ |
H A D | ustdio.cpp | 96 uprv_free(file->fTranslit->buffer); in u_fsettransliterator() 97 file->fTranslit->buffer=NULL; in u_fsettransliterator() 115 file->fTranslit->buffer = NULL; in u_fsettransliterator() 152 memmove(f->fTranslit->buffer, f->fTranslit->buffer + f->fTranslit->pos, in u_file_translit() 158 /* Calculate new buffer size needed */ in u_file_translit() 163 if(f->fTranslit->buffer == NULL) in u_file_translit() 165 f->fTranslit->buffer = (UChar*)uprv_malloc(newlen * sizeof(UChar)); in u_file_translit() 169 f->fTranslit->buffer = (UChar*)uprv_realloc(f->fTranslit->buffer, newle in u_file_translit() [all...] |
/third_party/icu/icu4c/source/tools/toolutil/ |
H A D | ucbuf.cpp | 42 UChar* buffer; member 82 /* convert and ignore initial U+FEFF, and the buffer overflow */ in ucbuf_autodetect_fs() 161 /* fill the uchar buffer */ 174 pTarget = buf->buffer; in ucbuf_fillucbuf() 175 /* check if we arrived here without exhausting the buffer*/ in ucbuf_fillucbuf() 178 memmove(buf->buffer,buf->currentPos,offset* sizeof(UChar)); in ucbuf_fillucbuf() 246 context[len]= 0 ; /* null terminate the buffer */ in ucbuf_fillucbuf() 255 /* null terminate the buffer */ in ucbuf_fillucbuf() 263 /* null terminate the buffer */ in ucbuf_fillucbuf() 382 /* Fill the buffer i in ucbuf_getcx32() [all...] |
/third_party/skia/third_party/externals/icu/source/io/ |
H A D | ustdio.cpp | 96 uprv_free(file->fTranslit->buffer); in u_fsettransliterator() 97 file->fTranslit->buffer=NULL; in u_fsettransliterator() 115 file->fTranslit->buffer = NULL; in u_fsettransliterator() 152 memmove(f->fTranslit->buffer, f->fTranslit->buffer + f->fTranslit->pos, in u_file_translit() 158 /* Calculate new buffer size needed */ in u_file_translit() 163 if(f->fTranslit->buffer == NULL) in u_file_translit() 165 f->fTranslit->buffer = (UChar*)uprv_malloc(newlen * sizeof(UChar)); in u_file_translit() 169 f->fTranslit->buffer = (UChar*)uprv_realloc(f->fTranslit->buffer, newle in u_file_translit() [all...] |
/third_party/skia/third_party/externals/icu/source/tools/toolutil/ |
H A D | ucbuf.cpp | 42 UChar* buffer; member 82 /* convert and ignore initial U+FEFF, and the buffer overflow */ in ucbuf_autodetect_fs() 161 /* fill the uchar buffer */ 174 pTarget = buf->buffer; in ucbuf_fillucbuf() 175 /* check if we arrived here without exhausting the buffer*/ in ucbuf_fillucbuf() 178 memmove(buf->buffer,buf->currentPos,offset* sizeof(UChar)); in ucbuf_fillucbuf() 246 context[len]= 0 ; /* null terminate the buffer */ in ucbuf_fillucbuf() 255 /* null terminate the buffer */ in ucbuf_fillucbuf() 263 /* null terminate the buffer */ in ucbuf_fillucbuf() 382 /* Fill the buffer i in ucbuf_getcx32() [all...] |
/third_party/wpa_supplicant/wpa_supplicant-2.9/wpa_supplicant/dbus/ |
H A D | dbus_dict_helpers.c | 620 char *buffer, *nbuffer; in _wpa_dbus_dict_entry_get_byte_array() local 625 buffer = os_calloc(BYTE_ARRAY_CHUNK_SIZE, BYTE_ARRAY_ITEM_SIZE); in _wpa_dbus_dict_entry_get_byte_array() 626 if (!buffer) in _wpa_dbus_dict_entry_get_byte_array() 635 buffer, count + BYTE_ARRAY_CHUNK_SIZE, in _wpa_dbus_dict_entry_get_byte_array() 638 os_free(buffer); in _wpa_dbus_dict_entry_get_byte_array() 644 buffer = nbuffer; in _wpa_dbus_dict_entry_get_byte_array() 648 buffer[count] = byte; in _wpa_dbus_dict_entry_get_byte_array() 652 entry->bytearray_value = buffer; in _wpa_dbus_dict_entry_get_byte_array() 677 char **buffer, **nbuffer; in _wpa_dbus_dict_entry_get_string_array() local 683 buffer in _wpa_dbus_dict_entry_get_string_array() [all...] |
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/wpa_supplicant/dbus/ |
H A D | dbus_dict_helpers.c | 620 char *buffer, *nbuffer; in _wpa_dbus_dict_entry_get_byte_array() local 625 buffer = os_calloc(BYTE_ARRAY_CHUNK_SIZE, BYTE_ARRAY_ITEM_SIZE); in _wpa_dbus_dict_entry_get_byte_array() 626 if (!buffer) in _wpa_dbus_dict_entry_get_byte_array() 635 buffer, count + BYTE_ARRAY_CHUNK_SIZE, in _wpa_dbus_dict_entry_get_byte_array() 638 os_free(buffer); in _wpa_dbus_dict_entry_get_byte_array() 644 buffer = nbuffer; in _wpa_dbus_dict_entry_get_byte_array() 648 buffer[count] = byte; in _wpa_dbus_dict_entry_get_byte_array() 652 entry->bytearray_value = buffer; in _wpa_dbus_dict_entry_get_byte_array() 677 char **buffer, **nbuffer; in _wpa_dbus_dict_entry_get_string_array() local 683 buffer in _wpa_dbus_dict_entry_get_string_array() [all...] |
/third_party/skia/third_party/externals/libpng/ |
H A D | pngrutil.c | 66 /* Grab an unsigned 32-bit integer from a buffer in big-endian format. */ 79 /* Grab a signed 32-bit integer from a buffer in big-endian format. The 101 /* Grab an unsigned 16-bit integer from a buffer in big-endian format. */ 213 /* The size of the local buffer for inflate is a good guess as to a in png_crc_finish() 291 /* Manage the read buffer; this simply reallocates the buffer if it is not small 293 * buffer; if an error occurs and 'warn' is set the routine returns NULL, else 300 png_bytep buffer = png_ptr->read_buffer; in png_read_buffer() local 302 if (buffer != NULL && new_size > png_ptr->read_buffer_size) in png_read_buffer() 306 png_free(png_ptr, buffer); in png_read_buffer() 1642 png_bytep entry_start, buffer; png_handle_sPLT() local 2250 png_bytep buffer, buf, units, endptr; png_handle_pCAL() local 2377 png_bytep buffer; png_handle_sCAL() local 2517 png_bytep buffer; png_handle_tEXt() local 2598 png_bytep buffer; png_handle_zTXt() local 2715 png_bytep buffer; png_handle_iTXt() local 4171 png_bytep buffer; png_read_IDAT_data() local 4685 png_bytep buffer = png_ptr->read_buffer; png_read_start_row() local [all...] |
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/libGLESv2/ |
H A D | libGLESv3.cpp | 835 es2::Buffer *buffer = nullptr; in UnmapBuffer() local 836 if(!context->getBuffer(target, &buffer)) in UnmapBuffer() 841 if(!buffer) in UnmapBuffer() 843 // A null buffer means that "0" is bound to the requested buffer target in UnmapBuffer() 847 if(!buffer->isMapped()) in UnmapBuffer() 853 return buffer->unmap() ? GL_TRUE : GL_FALSE; in UnmapBuffer() 873 es2::Buffer *buffer = nullptr; in GetBufferPointerv() local 874 if(!context->getBuffer(target, &buffer)) in GetBufferPointerv() 879 if(!buffer) in GetBufferPointerv() 1356 es2::Buffer *buffer = nullptr; MapBufferRange() local 1410 es2::Buffer *buffer = nullptr; FlushMappedBufferRange() local 1668 BindBufferRange(GLenum target, GLuint index, GLuint buffer, GLintptr offset, GLsizeiptr size) BindBufferRange() argument 1714 BindBufferBase(GLenum target, GLuint index, GLuint buffer) BindBufferBase() argument 2264 ClearBufferiv(GLenum buffer, GLint drawbuffer, const GLint *value) ClearBufferiv() argument 2301 ClearBufferuiv(GLenum buffer, GLint drawbuffer, const GLuint *value) ClearBufferuiv() argument 2328 ClearBufferfv(GLenum buffer, GLint drawbuffer, const GLfloat *value) ClearBufferfv() argument 2365 ClearBufferfi(GLenum buffer, GLint drawbuffer, GLfloat depth, GLint stencil) ClearBufferfi() argument 3059 es2::Buffer *buffer = nullptr; GetBufferParameteri64v() local [all...] |
/third_party/mesa3d/src/gallium/drivers/svga/ |
H A D | svga_draw.c | 73 pipe_resource_reference(&hwtnl->index_cache[i][j].buffer, NULL); in svga_hwtnl_destroy() 146 /* release old buffer references */ in svga_hwtnl_vertex_buffers() 157 * Determine whether the specified buffer is referred in the primitive queue, 162 struct pipe_resource *buffer) in svga_hwtnl_is_buffer_referred() 166 if (svga_buffer_is_user_buffer(buffer)) { in svga_hwtnl_is_buffer_referred() 175 if (hwtnl->cmd.vbufs[i].buffer.resource == buffer) { in svga_hwtnl_is_buffer_referred() 181 if (hwtnl->cmd.prim_ib[i] == buffer) { in svga_hwtnl_is_buffer_referred() 223 handle = svga_buffer_handle(svga, hwtnl->cmd.vbufs[j].buffer.resource, in draw_vgpu9() 454 struct svga_buffer *buffer; in svga_validate_constant_buffers() local 161 svga_hwtnl_is_buffer_referred(struct svga_hwtnl *hwtnl, struct pipe_resource *buffer) svga_hwtnl_is_buffer_referred() argument [all...] |