| /kernel/linux/linux-6.6/drivers/gpu/drm/amd/amdkfd/ |
| H A D | kfd_process.c | 261 * @buffer: Handle of user provided buffer updated with wave count 263 * Return: Number of bytes written to user buffer or an error value 265 static int kfd_get_cu_occupancy(struct attribute *attr, char *buffer) in kfd_get_cu_occupancy() argument 284 return snprintf(buffer, PAGE_SIZE, "%d\n", cu_cnt); in kfd_get_cu_occupancy() 295 return snprintf(buffer, PAGE_SIZE, "%d\n", cu_cnt); in kfd_get_cu_occupancy() 299 char *buffer) in kfd_procfs_show() 305 return snprintf(buffer, PAGE_SIZE, "%d\n", p->pasid); in kfd_procfs_show() 309 return snprintf(buffer, PAGE_SIZE, "%llu\n", READ_ONCE(pdd->vram_usage)); in kfd_procfs_show() 325 return snprintf(buffer, PAGE_SIZ in kfd_procfs_show() 298 kfd_procfs_show(struct kobject *kobj, struct attribute *attr, char *buffer) kfd_procfs_show() argument 376 kfd_procfs_queue_show(struct kobject *kobj, struct attribute *attr, char *buffer) kfd_procfs_queue_show() argument 394 kfd_procfs_stats_show(struct kobject *kobj, struct attribute *attr, char *buffer) kfd_procfs_stats_show() argument [all...] |
| /kernel/linux/linux-6.6/arch/x86/events/intel/ |
| H A D | ds.c | 503 static void dsfree_pages(const void *buffer, size_t size) in dsfree_pages() argument 505 if (buffer) in dsfree_pages() 506 free_pages((unsigned long)buffer, get_order(size)); in dsfree_pages() 515 void *buffer, *insn_buff, *cea; in alloc_pebs_buffer() local 520 buffer = dsalloc_pages(bsiz, GFP_KERNEL, cpu); in alloc_pebs_buffer() 521 if (unlikely(!buffer)) in alloc_pebs_buffer() 526 * buffer then. in alloc_pebs_buffer() 531 dsfree_pages(buffer, bsiz); in alloc_pebs_buffer() 536 hwev->ds_pebs_vaddr = buffer; in alloc_pebs_buffer() 540 ds_update_cea(cea, buffer, bsi in alloc_pebs_buffer() 569 void *buffer, *cea; alloc_bts_buffer() local [all...] |
| /kernel/linux/linux-6.6/drivers/isdn/hardware/mISDN/ |
| H A D | hfcsusb.c | 1009 buf = context_iso_urb->buffer + offset; in rx_iso_complete() 1064 context_iso_urb->buffer, num_isoc_packets, in rx_iso_complete() 1113 buf = fifo->buffer; in rx_int_complete() 1226 context_iso_urb->buffer, num_isoc_packets, in tx_iso_complete() 1229 memset(context_iso_urb->buffer, 0, in tx_iso_complete() 1230 sizeof(context_iso_urb->buffer)); in tx_iso_complete() 1265 context_iso_urb->buffer[tx_offset] = 0; in tx_iso_complete() 1270 buffer[tx_offset] = 1; in tx_iso_complete() 1278 /* copy tx data to iso-urb buffer */ in tx_iso_complete() 1279 p = context_iso_urb->buffer in tx_iso_complete() [all...] |
| /kernel/linux/linux-6.6/kernel/trace/ |
| H A D | blktrace.c | 74 struct trace_buffer *buffer = NULL; in trace_note() local 81 buffer = blk_tr->array_buffer.buffer; in trace_note() 83 event = trace_buffer_lock_reserve(buffer, TRACE_BLK, in trace_note() 110 trace_buffer_unlock_commit(blk_tr, buffer, event, trace_ctx); in trace_note() 221 struct trace_buffer *buffer = NULL; in __blk_add_trace() local 256 buffer = blk_tr->array_buffer.buffer; in __blk_add_trace() 258 event = trace_buffer_lock_reserve(buffer, TRACE_BLK, in __blk_add_trace() 272 * some space in the relay per-cpu buffer, t in __blk_add_trace() 414 blk_dropped_read(struct file *filp, char __user *buffer, size_t count, loff_t *ppos) blk_dropped_read() argument 432 blk_msg_write(struct file *filp, const char __user *buffer, size_t count, loff_t *ppos) blk_msg_write() argument [all...] |
| /third_party/ffmpeg/libavformat/ |
| H A D | flvdec.c | 431 static int amf_get_string(AVIOContext *ioc, char *buffer, int buffsize) in amf_get_string() argument 440 ret = avio_read(ioc, buffer, length); in amf_get_string() 446 buffer[length] = '\0'; in amf_get_string() 758 char buffer[32]; in flv_read_metabody() local 768 amf_get_string(ioc, buffer, sizeof(buffer)) < 0) in flv_read_metabody() 771 if (!strcmp(buffer, "onTextData")) in flv_read_metabody() 774 if (!strcmp(buffer, "onCaption")) in flv_read_metabody() 777 if (!strcmp(buffer, "onCaptionInfo")) in flv_read_metabody() 780 if (strcmp(buffer, "onMetaDat in flv_read_metabody() [all...] |
| /third_party/icu/icu4c/source/test/intltest/ |
| H A D | tmsgfmt.cpp | 138 UnicodeString buffer; in testBug3() local 139 logln(locale[i].getDisplayName(buffer)); in testBug3() 150 buffer.remove(); in testBug3() 151 form->format(myNumber, buffer, pos); in testBug3() 154 form->parse(buffer, result, parsePos); in testBug3() 218 UnicodeString buffer; 224 defDateFormat->format(obj.getDate(), buffer); 225 stream << buffer; 236 stream << "\"" << obj.getString(buffer) << "\""; 304 UnicodeString buffer; in PatternTest() local [all...] |
| H A D | convtest.cpp | 555 char buffer[1024]; in TestGetUnicodeSet2() local 579 char *t=buffer; in TestGetUnicodeSet2() 581 ucnv_fromUnicode(cnv.getAlias(), &t, buffer+sizeof(buffer), (const UChar **)&s, s0+s0Length, NULL, flush, &errorCode); in TestGetUnicodeSet2() 1024 // move only one buffer (in vs. out) at a time to be extra mean in stepToUnicode() 1060 // buffer overflow must only be set when the target is filled in stepToUnicode() 1166 // buffer overflow must only be set when the target is filled in stepToUnicode() 1370 char buffer[2000]; // one buffer for all strings in checkToUnicode() local 1375 bytesString=s=buffer; in checkToUnicode() 1825 char buffer[2000]; // one buffer for all strings checkFromUnicode() local [all...] |
| /third_party/libsnd/src/ |
| H A D | wav.c | 515 if (cue_index < 10) /* avoid swamping log buffer with cues */ in wav_read_header() 1285 /* Reset the current header buffer length to zero. */ in wav_write_tailer() 1377 { char buffer [512] ; in wav_read_smpl_chunk() local 1398 { snprintf (buffer, sizeof (buffer), "%f", in wav_read_smpl_chunk() 1400 psf_log_printf (psf, " Pitch Fract. : %s\n", buffer) ; in wav_read_smpl_chunk() 1409 snprintf (buffer, sizeof (buffer), "%02"PRIu32 ":%02"PRIu32 ":%02"PRIu32 in wav_read_smpl_chunk() 1412 psf_log_printf (psf, " SMPTE Offset : %s\n", buffer) ; in wav_read_smpl_chunk() 1561 { char buffer [51 in wav_read_acid_chunk() local [all...] |
| /third_party/libuv/include/ |
| H A D | uv.h | 92 XX(EAI_OVERFLOW, "argument buffer overflow") \ 121 XX(ENOBUFS, "no buffer space available") \ 657 * Indicates message was truncated because read buffer was too small. The 671 * Indicates that the message was received by recvmmsg, so the buffer provided 676 * Indicates that the buffer provided has been fully utilized by recvmmsg and 861 char* buffer, 864 char* buffer, 1278 UV_EXTERN int uv_get_process_title(char* buffer, size_t size); 1306 UV_EXTERN int uv_os_homedir(char* buffer, size_t* size); 1307 UV_EXTERN int uv_os_tmpdir(char* buffer, size_ [all...] |
| /third_party/libuv/include/uv_ndk/ |
| H A D | uv.h | 89 XX(EAI_OVERFLOW, "argument buffer overflow") \ 118 XX(ENOBUFS, "no buffer space available") \ 601 * Indicates message was truncated because read buffer was too small. The 615 * Indicates that the message was received by recvmmsg, so the buffer provided 620 * Indicates that the buffer provided has been fully utilized by recvmmsg and 790 char* buffer, 793 char* buffer, 1166 UV_EXTERN int uv_get_process_title(char* buffer, size_t size); 1204 UV_EXTERN int uv_os_homedir(char* buffer, size_t* size); 1205 UV_EXTERN int uv_os_tmpdir(char* buffer, size_ [all...] |
| /third_party/lame/libmp3lame/ |
| H A D | id3tag.c | 227 char buffer[1024]; in id3v2AddLameVersion() local 234 sprintf(buffer, "LAME %s version %s (%s)", b, v, u); in id3v2AddLameVersion() 237 sprintf(buffer, "LAME version %s (%s)", v, u); in id3v2AddLameVersion() 239 copyV1ToV2(gfp, ID_ENCODER, buffer); in id3v2AddLameVersion() 246 char buffer[1024]; in id3v2AddAudioDuration() local 261 sprintf(buffer, "%lu", playlength_ms); in id3v2AddAudioDuration() 262 copyV1ToV2(gfp, ID_PLAYLENGTH, buffer); in id3v2AddAudioDuration() 1652 lame_get_id3v2_tag(lame_t gfp, unsigned char *buffer, size_t size) in lame_get_id3v2_tag() argument 1736 if (buffer == 0) { in lame_get_id3v2_tag() 1739 p = buffer; in lame_get_id3v2_tag() 1855 lame_get_id3v1_tag(lame_t gfp, unsigned char *buffer, size_t size) lame_get_id3v1_tag() argument [all...] |
| /third_party/mesa3d/src/gallium/drivers/zink/ |
| H A D | zink_bo.c | 51 * Sub-allocation information for a real buffer used as backing memory of a 52 * sparse buffer. 73 struct zink_bo *buffer; member 175 ASSERTED unsigned slab_size = slab->buffer->base.size; in bo_slab_free() 179 zink_bo_unref(screen, slab->buffer); in bo_slab_free() 349 /* Allocate a new backing buffer if necessary. */ in sparse_backing_alloc() 382 /* We might have gotten a bigger buffer than requested via caching. */ in sparse_backing_alloc() 423 * Return a range of pages from the given backing buffer back into the 607 /* Clean up buffer managers and try again. */ in zink_bo_create() 642 /* Get a buffer fro in zink_bo_create() [all...] |
| /third_party/mesa3d/src/gallium/auxiliary/translate/ |
| H A D | translate_sse.c | 119 struct translate_buffer buffer[TRANSLATE_MAX_ATTRIBS]; member 122 /* Multiple buffer variants can map to a single buffer. */ 126 /* Multiple elements can map to a single buffer variant. */ 1111 struct translate_buffer *buffer = &p->buffer[variant->buffer_index]; in init_inputs() local 1115 x86_make_disp(p->machine_EDI, get_offset(p, &buffer->max_index)); in init_inputs() 1117 x86_make_disp(p->machine_EDI, get_offset(p, &buffer->stride)); in init_inputs() 1121 x86_make_disp(p->machine_EDI, get_offset(p, &buffer->base_ptr)); in init_inputs() 1174 /* In the linear case, keep the buffer pointe in init_inputs() [all...] |
| /third_party/mesa3d/src/gallium/auxiliary/hud/ |
| H A D | hud_context.c | 72 float *buffer, unsigned num_vertices, in hud_draw_colored_prims() 91 num_vertices * 2 * sizeof(float), 16, buffer, in hud_draw_colored_prims() 92 &vbuffer.buffer_offset, &vbuffer.buffer.resource); in hud_draw_colored_prims() 97 pipe_resource_reference(&vbuffer.buffer.resource, NULL); in hud_draw_colored_prims() 107 float buffer[] = { in hud_draw_colored_quad() local 114 hud_draw_colored_prims(hud, prim, buffer, 4, r, g, b, a, 0, 0, 1); in hud_draw_colored_quad() 456 * The texture is usually the back buffer being displayed. 568 pipe_resource_reference(&hud->bg.vbuf.buffer.resource, NULL); in hud_draw_results() 577 pipe_resource_reference(&hud->text.vbuf.buffer.resource, NULL); in hud_draw_results() 601 pipe_resource_reference(&hud->whitelines.vbuf.buffer in hud_draw_results() 71 hud_draw_colored_prims(struct hud_context *hud, unsigned prim, float *buffer, unsigned num_vertices, float r, float g, float b, float a, int xoffset, int yoffset, float yscale) hud_draw_colored_prims() argument [all...] |
| /third_party/node/deps/uv/include/ |
| H A D | uv.h | 89 XX(EAI_OVERFLOW, "argument buffer overflow") \ 118 XX(ENOBUFS, "no buffer space available") \ 613 * Indicates message was truncated because read buffer was too small. The 627 * Indicates that the message was received by recvmmsg, so the buffer provided 632 * Indicates that the buffer provided has been fully utilized by recvmmsg and 803 char* buffer, 806 char* buffer, 1180 UV_EXTERN int uv_get_process_title(char* buffer, size_t size); 1218 UV_EXTERN int uv_os_homedir(char* buffer, size_t* size); 1219 UV_EXTERN int uv_os_tmpdir(char* buffer, size_ [all...] |
| /third_party/skia/third_party/externals/harfbuzz/src/ |
| H A D | hb-ot-layout-gsub-table.hh | 84 hb_codepoint_t glyph_id = c->buffer->cur().codepoint; in apply() 187 unsigned int index = (this+coverage).get_coverage (c->buffer->cur().codepoint); in apply() 340 c->buffer->delete_glyph (); in apply() 344 unsigned int klass = _hb_glyph_info_is_ligature (&c->buffer->cur()) ? in apply() 346 unsigned lig_id = _hb_glyph_info_get_lig_id (&c->buffer->cur()); in apply() 353 _hb_glyph_info_set_lig_props_for_component (&c->buffer->cur(), i); in apply() 356 c->buffer->skip_glyph (); in apply() 439 unsigned int index = (this+coverage).get_coverage (c->buffer->cur().codepoint); in apply() 557 hb_mask_t glyph_mask = c->buffer->cur().mask; in apply() 569 c->buffer in apply() [all...] |
| /third_party/vk-gl-cts/modules/gles31/functional/ |
| H A D | es31fVertexAttributeBindingTests.cpp | 221 FLAG_ATTRIB_ALIGNED = (1<<1), // !< align attributes with relativeOffset to the buffer begin (and not buffer offset) 225 FLAG_BUF_ALIGNED_OFFSET = (1<<4), // !< use aligned offset to the buffer object 226 FLAG_BUF_UNALIGNED_OFFSET = (1<<5), // !< use unaligned offset to the buffer object 227 FLAG_BUF_UNALIGNED_STRIDE = (1<<6), // !< unalign buffer elements 425 buf << ", buffer offset aligned"; in genTestDescription() 427 buf << ", buffer offset unaligned"; in genTestDescription() 429 buf << ", buffer stride unaligned"; in genTestDescription() 467 // copy cell vertices to the buffer. in createBuffers() 471 // copy color to buffer in createBuffers() 659 const glw::GLuint buffer = (m_spec.aliasingBuffers) ? (m_primitiveBuf) : (m_colorOffsetBuf); renderTo() local [all...] |
| /third_party/vk-gl-cts/modules/egl/ |
| H A D | teglGLES2SharingTests.cpp | 907 char buffer[256]; in createResource() local 908 GLU_CHECK_GLW_CALL(m_gl, getShaderInfoLog(m_shader, 256, DE_NULL, buffer)); in createResource() 926 m_log << tcu::TestLog::Message << buffer << tcu::TestLog::EndMessage; in createResource() 988 char buffer[256]; in renderResource() local 989 GLU_CHECK_GLW_CALL(m_gl, getShaderInfoLog(otherShader, 256, DE_NULL, buffer)); in renderResource() 1007 m_log << tcu::TestLog::Message << buffer << tcu::TestLog::EndMessage; in renderResource() 1025 char buffer[256]; in renderResource() local 1026 GLU_CHECK_GLW_CALL(m_gl, getProgramInfoLog(program, 256, DE_NULL, buffer)); in renderResource() 1032 m_log << tcu::TestLog::Message << buffer << tcu::TestLog::EndMessage; in renderResource() 1170 TestCaseGroup* buffer in init() local [all...] |
| /kernel/linux/linux-6.6/drivers/gpu/drm/i915/display/ |
| H A D | intel_hdmi.c | 615 * The data we write to the DIP data buffer registers is 1 byte bigger than the 628 * trick them by giving an offset into the buffer and moving back the header 637 u8 buffer[VIDEO_DIP_DATA_SIZE]; in intel_write_infoframe() local 648 len = hdmi_infoframe_pack_only(frame, buffer + 1, sizeof(buffer) - 1); in intel_write_infoframe() 653 memmove(&buffer[0], &buffer[1], 3); in intel_write_infoframe() 654 buffer[3] = 0; in intel_write_infoframe() 657 dig_port->write_infoframe(encoder, crtc_state, type, buffer, len); in intel_write_infoframe() 666 u8 buffer[VIDEO_DIP_DATA_SIZ in intel_read_infoframe() local 1256 intel_hdmi_hdcp_read(struct intel_digital_port *dig_port, unsigned int offset, void *buffer, size_t size) intel_hdmi_hdcp_read() argument 1285 intel_hdmi_hdcp_write(struct intel_digital_port *dig_port, unsigned int offset, void *buffer, size_t size) intel_hdmi_hdcp_write() argument [all...] |
| /third_party/mesa3d/src/gallium/frontends/dri/ |
| H A D | dri2.c | 301 struct dri2_buffer *buffer; in dri2_allocate_buffer() local 352 buffer = CALLOC_STRUCT(dri2_buffer); in dri2_allocate_buffer() 353 if (!buffer) in dri2_allocate_buffer() 366 buffer->resource = in dri2_allocate_buffer() 368 if (!buffer->resource) { in dri2_allocate_buffer() 369 FREE(buffer); in dri2_allocate_buffer() 380 buffer->resource, &whandle, in dri2_allocate_buffer() 383 buffer->base.attachment = attachment; in dri2_allocate_buffer() 384 buffer->base.name = whandle.handle; in dri2_allocate_buffer() 385 buffer in dri2_allocate_buffer() 394 struct dri2_buffer *buffer = dri2_buffer(bPriv); dri2_release_buffer() local [all...] |
| /third_party/mesa3d/include/GL/ |
| H A D | glext.h | 529 typedef void (APIENTRYP PFNGLBINDBUFFERPROC) (GLenum target, GLuint buffer); 532 typedef GLboolean (APIENTRYP PFNGLISBUFFERPROC) (GLuint buffer); 549 GLAPI void APIENTRY glBindBuffer (GLenum target, GLuint buffer); 552 GLAPI GLboolean APIENTRY glIsBuffer (GLuint buffer); 1129 typedef void (APIENTRYP PFNGLBINDBUFFERRANGEPROC) (GLenum target, GLuint index, GLuint buffer, GLintptr offset, GLsizeiptr size); 1130 typedef void (APIENTRYP PFNGLBINDBUFFERBASEPROC) (GLenum target, GLuint index, GLuint buffer); 1174 typedef void (APIENTRYP PFNGLCLEARBUFFERIVPROC) (GLenum buffer, GLint drawbuffer, const GLint *value); 1175 typedef void (APIENTRYP PFNGLCLEARBUFFERUIVPROC) (GLenum buffer, GLint drawbuffer, const GLuint *value); 1176 typedef void (APIENTRYP PFNGLCLEARBUFFERFVPROC) (GLenum buffer, GLint drawbuffer, const GLfloat *value); 1177 typedef void (APIENTRYP PFNGLCLEARBUFFERFIPROC) (GLenum buffer, GLin [all...] |
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/ |
| H A D | APFloat.cpp | 3427 void AdjustToPrecision(SmallVectorImpl<char> &buffer, 3429 unsigned N = buffer.size(); 3432 // The most significant figures are the last ones in the buffer. 3440 if (buffer[FirstSignificant - 1] < '5') { 3441 while (FirstSignificant < N && buffer[FirstSignificant] == '0') 3445 buffer.erase(&buffer[0], &buffer[FirstSignificant]); 3452 if (buffer[I] == '9') { 3455 buffer[ [all...] |
| /third_party/node/deps/v8/src/heap/ |
| H A D | factory.cc | 50 #include "src/objects/js-array-buffer-inl.h" 653 std::unique_ptr<uint8_t[]> buffer(new uint8_t[decoder.utf16_length()]); in InternalizeUtf8String() 654 decoder.Decode(buffer.get(), utf8_data); in InternalizeUtf8String() 656 base::Vector<const uint8_t>(buffer.get(), decoder.utf16_length())); in InternalizeUtf8String() 658 std::unique_ptr<uint16_t[]> buffer(new uint16_t[decoder.utf16_length()]); in InternalizeUtf8String() 659 decoder.Decode(buffer.get(), utf8_data); in InternalizeUtf8String() 661 base::Vector<const base::uc16>(buffer.get(), decoder.utf16_length())); in InternalizeUtf8String() 955 uint8_t buffer[] = {static_cast<uint8_t>(code)}; in LookupSingleCharacterStringFromCode() local 957 InternalizeString(base::Vector<const uint8_t>(buffer, 1)); in LookupSingleCharacterStringFromCode() 961 uint16_t buffer[] in LookupSingleCharacterStringFromCode() local 2948 NewJSArrayBufferView( Handle<Map> map, Handle<FixedArrayBase> elements, Handle<JSArrayBuffer> buffer, size_t byte_offset, size_t byte_length) NewJSArrayBufferView() argument 2970 NewJSTypedArray(ExternalArrayType type, Handle<JSArrayBuffer> buffer, size_t byte_offset, size_t length) NewJSTypedArray() argument 3010 NewJSDataView(Handle<JSArrayBuffer> buffer, size_t byte_offset, size_t byte_length) NewJSDataView() argument [all...] |
| /third_party/skia/third_party/externals/swiftshader/include/GL/ |
| H A D | glext.h | 528 typedef void (APIENTRYP PFNGLBINDBUFFERPROC) (GLenum target, GLuint buffer); 531 typedef GLboolean (APIENTRYP PFNGLISBUFFERPROC) (GLuint buffer); 548 GLAPI void APIENTRY glBindBuffer (GLenum target, GLuint buffer); 551 GLAPI GLboolean APIENTRY glIsBuffer (GLuint buffer); 1128 typedef void (APIENTRYP PFNGLBINDBUFFERRANGEPROC) (GLenum target, GLuint index, GLuint buffer, GLintptr offset, GLsizeiptr size); 1129 typedef void (APIENTRYP PFNGLBINDBUFFERBASEPROC) (GLenum target, GLuint index, GLuint buffer); 1173 typedef void (APIENTRYP PFNGLCLEARBUFFERIVPROC) (GLenum buffer, GLint drawbuffer, const GLint *value); 1174 typedef void (APIENTRYP PFNGLCLEARBUFFERUIVPROC) (GLenum buffer, GLint drawbuffer, const GLuint *value); 1175 typedef void (APIENTRYP PFNGLCLEARBUFFERFVPROC) (GLenum buffer, GLint drawbuffer, const GLfloat *value); 1176 typedef void (APIENTRYP PFNGLCLEARBUFFERFIPROC) (GLenum buffer, GLin [all...] |
| /third_party/skia/third_party/externals/opengl-registry/api/GL/ |
| H A D | glext.h | 528 typedef void (APIENTRYP PFNGLBINDBUFFERPROC) (GLenum target, GLuint buffer); 531 typedef GLboolean (APIENTRYP PFNGLISBUFFERPROC) (GLuint buffer); 548 GLAPI void APIENTRY glBindBuffer (GLenum target, GLuint buffer); 551 GLAPI GLboolean APIENTRY glIsBuffer (GLuint buffer); 1128 typedef void (APIENTRYP PFNGLBINDBUFFERRANGEPROC) (GLenum target, GLuint index, GLuint buffer, GLintptr offset, GLsizeiptr size); 1129 typedef void (APIENTRYP PFNGLBINDBUFFERBASEPROC) (GLenum target, GLuint index, GLuint buffer); 1173 typedef void (APIENTRYP PFNGLCLEARBUFFERIVPROC) (GLenum buffer, GLint drawbuffer, const GLint *value); 1174 typedef void (APIENTRYP PFNGLCLEARBUFFERUIVPROC) (GLenum buffer, GLint drawbuffer, const GLuint *value); 1175 typedef void (APIENTRYP PFNGLCLEARBUFFERFVPROC) (GLenum buffer, GLint drawbuffer, const GLfloat *value); 1176 typedef void (APIENTRYP PFNGLCLEARBUFFERFIPROC) (GLenum buffer, GLin [all...] |