Home
last modified time | relevance | path

Searched defs:buffer (Results 4951 - 4975 of 5253) sorted by relevance

1...<<191192193194195196197198199200>>...211

/third_party/vk-gl-cts/external/openglcts/modules/gles31/
H A Des31cDrawIndirectTests.cpp2027 GLuint buffer; Run() local
2050 GLuint buffer; Run() local
2216 GLuint buffer; Run() local
2239 GLuint buffer; Run() local
2513 GLuint buffer; Run() local
2536 GLuint buffer; Run() local
3614 GLuint buffer; Run() local
3637 GLuint buffer; Run() local
[all...]
/third_party/vk-gl-cts/external/amber/src/src/
H A Dcommand.h552 void SetBuffer(Buffer* buffer) { buffer argument
[all...]
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/
H A DFramebufferVk.cpp620 clearBufferfv(const gl::Context *context, GLenum buffer, GLint drawbuffer, const GLfloat *values) clearBufferfv() argument
648 clearBufferuiv(const gl::Context *context, GLenum buffer, GLint drawbuffer, const GLuint *values) clearBufferuiv() argument
667 clearBufferiv(const gl::Context *context, GLenum buffer, GLint drawbuffer, const GLint *values) clearBufferiv() argument
695 clearBufferfi(const gl::Context *context, GLenum buffer, GLint drawbuffer, GLfloat depth, GLint stencil) clearBufferfi() argument
[all...]
H A DSecondaryCommandBuffer.h121 VkBuffer buffer; member
237 VkBuffer buffer; member
264 VkBuffer buffer; member
298 VkBuffer buffer; member
949 bindIndexBuffer(const Buffer &buffer, VkDeviceSize offset, VkIndexType indexType) bindIndexBuffer() argument
1150 dispatchIndirect(const Buffer &buffer, VkDeviceSize offset) dispatchIndirect() argument
1187 drawIndexedIndirect(const Buffer &buffer, VkDeviceSize offset, uint32_t drawCount, uint32_t stride) drawIndexedIndirect() argument
1246 drawIndirect(const Buffer &buffer, VkDeviceSize offset, uint32_t drawCount, uint32_t stride) drawIndirect() argument
[all...]
/third_party/skia/third_party/externals/angle2/src/libGL/
H A Dentry_points_gl_3_autogen.cpp83 void GL_APIENTRY GL_BindBufferBase(GLenum target, GLuint index, GLuint buffer) in GL_BindBufferBase() argument
110 GL_BindBufferRange(GLenum target, GLuint index, GLuint buffer, GLintptr offset, GLsizeiptr size) in GL_BindBufferRange() argument
338 void GL_APIENTRY GL_ClearBufferfi(GLenum buffer, GLint drawbuffer, GLfloat depth, GLint stencil) in GL_ClearBufferfi() argument
363 GL_ClearBufferfv(GLenum buffer, GLint drawbuffer, const GLfloat *value) GL_ClearBufferfv() argument
388 GL_ClearBufferiv(GLenum buffer, GLint drawbuffer, const GLint *value) GL_ClearBufferiv() argument
413 GL_ClearBufferuiv(GLenum buffer, GLint drawbuffer, const GLuint *value) GL_ClearBufferuiv() argument
2647 GL_TexBuffer(GLenum target, GLenum internalformat, GLuint buffer) GL_TexBuffer() argument
[all...]
/third_party/skia/third_party/externals/angle2/src/libANGLE/
H A DvalidationEGL.cpp2028 char buffer[kBufferSize]; in setError() local
2588 ValidateCreatePbufferFromClientBuffer(const ValidationContext *val, const Display *display, EGLenum buftype, EGLClientBuffer buffer, const Config *config, const AttributeMap &attributes) ValidateCreatePbufferFromClientBuffer() argument
3096 ValidateCreateImage(const ValidationContext *val, const Display *display, const gl::Context *context, EGLenum target, EGLClientBuffer buffer, const AttributeMap &attributes) ValidateCreateImage() argument
3745 ValidateCreateImageKHR(const ValidationContext *val, const Display *display, const gl::Context *context, EGLenum target, EGLClientBuffer buffer, const AttributeMap &attributes) ValidateCreateImageKHR() argument
4727 ValidateBindTexImage(const ValidationContext *val, const Display *display, const Surface *surface, const EGLint buffer) ValidateBindTexImage() argument
4781 ValidateReleaseTexImage(const ValidationContext *val, const Display *display, const Surface *surface, const EGLint buffer) ValidateReleaseTexImage() argument
5777 ValidateGetNativeClientBufferANDROID(const ValidationContext *val, const AHardwareBuffer *buffer) ValidateGetNativeClientBufferANDROID() argument
[all...]
H A DvalidationCL.cpp218 ValidateEnqueueBuffer(const CommandQueue &queue, cl_mem buffer, bool hostRead, bool hostWrite) ValidateEnqueueBuffer() argument
262 ValidateBufferRect(const Buffer &buffer, const size_t *origin, const size_t *region, size_t rowPitch, size_t slicePitch) ValidateBufferRect() argument
1593 ValidateEnqueueReadBuffer(cl_command_queue command_queue, cl_mem buffer, cl_bool blocking_read, size_t offset, size_t size, const void *ptr, cl_uint num_events_in_wait_list, const cl_event *event_wait_list, const cl_event *event) ValidateEnqueueReadBuffer() argument
1617 ValidateEnqueueWriteBuffer(cl_command_queue command_queue, cl_mem buffer, cl_bool blocking_write, size_t offset, size_t size, const void *ptr, cl_uint num_events_in_wait_list, const cl_event *event_wait_list, const cl_event *event) ValidateEnqueueWriteBuffer() argument
1896 ValidateEnqueueMapBuffer(cl_command_queue command_queue, cl_mem buffer, cl_bool blocking_map, MapFlags map_flags, size_t offset, size_t size, cl_uint num_events_in_wait_list, const cl_event *event_wait_list, const cl_event *event) ValidateEnqueueMapBuffer() argument
2381 ValidateCreateSubBuffer(cl_mem buffer, MemFlags flags, cl_buffer_create_type buffer_create_type, const void *buffer_create_info) ValidateCreateSubBuffer() argument
2537 ValidateEnqueueReadBufferRect(cl_command_queue command_queue, cl_mem buffer, cl_bool blocking_read, const size_t *buffer_origin, const size_t *host_origin, const size_t *region, size_t buffer_row_pitch, size_t buffer_slice_pitch, size_t host_row_pitch, size_t host_slice_pitch, const void *ptr, cl_uint num_events_in_wait_list, const cl_event *event_wait_list, const cl_event *event) ValidateEnqueueReadBufferRect() argument
2568 ValidateEnqueueWriteBufferRect(cl_command_queue command_queue, cl_mem buffer, cl_bool blocking_write, const size_t *buffer_origin, const size_t *host_origin, const size_t *region, size_t buffer_row_pitch, size_t buffer_slice_pitch, size_t host_row_pitch, size_t host_slice_pitch, const void *ptr, cl_uint num_events_in_wait_list, const cl_event *event_wait_list, const cl_event *event) ValidateEnqueueWriteBufferRect() argument
3087 ValidateEnqueueFillBuffer(cl_command_queue command_queue, cl_mem buffer, const void *pattern, size_t pattern_size, size_t offset, size_t size, cl_uint num_events_in_wait_list, const cl_event *event_wait_list, const cl_event *event) ValidateEnqueueFillBuffer() argument
[all...]
H A DvalidationESEXT.cpp1680 Buffer *buffer = context->getState().getTargetBuffer(targetPacked); in ValidateBufferStorageEXT() local
1747 ValidateNamedBufferStorageExternalEXT(const Context *context, angle::EntryPoint entryPoint, GLuint buffer, GLintptr offset, GLsizeiptr size, GLeglClientBufferEXT clientBuffer, GLbitfield flags) ValidateNamedBufferStorageExternalEXT() argument
/third_party/skia/third_party/externals/angle2/src/libOpenCL/
H A DlibOpenCL_autogen.cpp649 cl_mem CL_API_CALL clCreateSubBuffer(cl_mem buffer, in clCreateSubBuffer() argument
355 clEnqueueReadBuffer(cl_command_queue command_queue, cl_mem buffer, cl_bool blocking_read, size_t offset, size_t size, void *ptr, cl_uint num_events_in_wait_list, const cl_event *event_wait_list, cl_event *event) clEnqueueReadBuffer() argument
370 clEnqueueWriteBuffer(cl_command_queue command_queue, cl_mem buffer, cl_bool blocking_write, size_t offset, size_t size, const void *ptr, cl_uint num_events_in_wait_list, const cl_event *event_wait_list, cl_event *event) clEnqueueWriteBuffer() argument
479 clEnqueueMapBuffer(cl_command_queue command_queue, cl_mem buffer, cl_bool blocking_map, cl_map_flags map_flags, size_t offset, size_t size, cl_uint num_events_in_wait_list, const cl_event *event_wait_list, cl_event *event, cl_int *errcode_ret) clEnqueueMapBuffer() argument
688 clEnqueueReadBufferRect(cl_command_queue command_queue, cl_mem buffer, cl_bool blocking_read, const size_t *buffer_origin, const size_t *host_origin, const size_t *region, size_t buffer_row_pitch, size_t buffer_slice_pitch, size_t host_row_pitch, size_t host_slice_pitch, void *ptr, cl_uint num_events_in_wait_list, const cl_event *event_wait_list, cl_event *event) clEnqueueReadBufferRect() argument
709 clEnqueueWriteBufferRect(cl_command_queue command_queue, cl_mem buffer, cl_bool blocking_write, const size_t *buffer_origin, const size_t *host_origin, const size_t *region, size_t buffer_row_pitch, size_t buffer_slice_pitch, size_t host_row_pitch, size_t host_slice_pitch, const void *ptr, cl_uint num_events_in_wait_list, const cl_event *event_wait_list, cl_event *event) clEnqueueWriteBufferRect() argument
840 clEnqueueFillBuffer(cl_command_queue command_queue, cl_mem buffer, const void *pattern, size_t pattern_size, size_t offset, size_t size, cl_uint num_events_in_wait_list, const cl_event *event_wait_list, cl_event *event) clEnqueueFillBuffer() argument
[all...]
/third_party/skia/third_party/externals/angle2/src/libGLESv2/
H A Dentry_points_cl_autogen.cpp751 clEnqueueReadBuffer(cl_command_queue command_queue, cl_mem buffer, cl_bool blocking_read, size_t offset, size_t size, void *ptr, cl_uint num_events_in_wait_list, const cl_event *event_wait_list, cl_event *event) clEnqueueReadBuffer() argument
776 clEnqueueWriteBuffer(cl_command_queue command_queue, cl_mem buffer, cl_bool blocking_write, size_t offset, size_t size, const void *ptr, cl_uint num_events_in_wait_list, const cl_event *event_wait_list, cl_event *event) clEnqueueWriteBuffer() argument
971 clEnqueueMapBuffer(cl_command_queue command_queue, cl_mem buffer, cl_bool blocking_map, cl_map_flags map_flags, size_t offset, size_t size, cl_uint num_events_in_wait_list, const cl_event *event_wait_list, cl_event *event, cl_int *errcode_ret) clEnqueueMapBuffer() argument
1354 clCreateSubBuffer(cl_mem buffer, cl_mem_flags flags, cl_buffer_create_type buffer_create_type, const void *buffer_create_info, cl_int *errcode_ret) clCreateSubBuffer() argument
1446 clEnqueueReadBufferRect(cl_command_queue command_queue, cl_mem buffer, cl_bool blocking_read, const size_t *buffer_origin, const size_t *host_origin, const size_t *region, size_t buffer_row_pitch, size_t buffer_slice_pitch, size_t host_row_pitch, size_t host_slice_pitch, void *ptr, cl_uint num_events_in_wait_list, const cl_event *event_wait_list, cl_event *event) clEnqueueReadBufferRect() argument
1485 clEnqueueWriteBufferRect(cl_command_queue command_queue, cl_mem buffer, cl_bool blocking_write, const size_t *buffer_origin, const size_t *host_origin, const size_t *region, size_t buffer_row_pitch, size_t buffer_slice_pitch, size_t host_row_pitch, size_t host_slice_pitch, const void *ptr, cl_uint num_events_in_wait_list, const cl_event *event_wait_list, cl_event *event) clEnqueueWriteBufferRect() argument
1753 clEnqueueFillBuffer(cl_command_queue command_queue, cl_mem buffer, const void *pattern, size_t pattern_size, size_t offset, size_t size, cl_uint num_events_in_wait_list, const cl_event *event_wait_list, cl_event *event) clEnqueueFillBuffer() argument
[all...]
H A Dcl_stubs.cpp245 cl_mem CreateSubBuffer(cl_mem buffer, in CreateSubBuffer() argument
703 EnqueueReadBuffer(cl_command_queue command_queue, cl_mem buffer, cl_bool blocking_read, size_t offset, size_t size, void *ptr, cl_uint num_events_in_wait_list, const cl_event *event_wait_list, cl_event *event) EnqueueReadBuffer() argument
717 EnqueueReadBufferRect(cl_command_queue command_queue, cl_mem buffer, cl_bool blocking_read, const size_t *buffer_origin, const size_t *host_origin, const size_t *region, size_t buffer_row_pitch, size_t buffer_slice_pitch, size_t host_row_pitch, size_t host_slice_pitch, void *ptr, cl_uint num_events_in_wait_list, const cl_event *event_wait_list, cl_event *event) EnqueueReadBufferRect() argument
738 EnqueueWriteBuffer(cl_command_queue command_queue, cl_mem buffer, cl_bool blocking_write, size_t offset, size_t size, const void *ptr, cl_uint num_events_in_wait_list, const cl_event *event_wait_list, cl_event *event) EnqueueWriteBuffer() argument
752 EnqueueWriteBufferRect(cl_command_queue command_queue, cl_mem buffer, cl_bool blocking_write, const size_t *buffer_origin, const size_t *host_origin, const size_t *region, size_t buffer_row_pitch, size_t buffer_slice_pitch, size_t host_row_pitch, size_t host_slice_pitch, const void *ptr, cl_uint num_events_in_wait_list, const cl_event *event_wait_list, cl_event *event) EnqueueWriteBufferRect() argument
773 EnqueueFillBuffer(cl_command_queue command_queue, cl_mem buffer, const void *pattern, size_t pattern_size, size_t offset, size_t size, cl_uint num_events_in_wait_list, const cl_event *event_wait_list, cl_event *event) EnqueueFillBuffer() argument
914 EnqueueMapBuffer(cl_command_queue command_queue, cl_mem buffer, cl_bool blocking_map, MapFlags map_flags, size_t offset, size_t size, cl_uint num_events_in_wait_list, const cl_event *event_wait_list, cl_event *event, cl_int &errorCode) EnqueueMapBuffer() argument
[all...]
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/compiler/
H A DOutputASM.cpp215 char buffer[20]; in str() local
/third_party/skia/third_party/externals/swiftshader/src/Renderer/
H A DSurface.cpp3042 memfill4(void *buffer, int pattern, int bytes) memfill4() argument
3180 float *buffer = (float*)lockInternal(0, 0, 0, lock, PUBLIC); clearDepth() local
3294 char *buffer = (char*)lockStencil(0, 0, 0, PUBLIC); clearStencil() local
3340 Buffer *buffer; fill() local
[all...]
/third_party/skia/third_party/externals/spirv-cross/
H A Dspirv_cross_c.cpp103 SmallVector<T> buffer; member
2432 uint32_t buffer; spvc_compiler_buffer_get_hlsl_counter_buffer() local
[all...]
/third_party/skia/third_party/externals/libpng/contrib/libtests/
H A Dpngstest.c582 png_bytep buffer; member
3635 static char buffer[4096]; main() local
[all...]
/third_party/skia/third_party/externals/libpng/contrib/tools/
H A Dpngfix.c2952 get32(png_bytep buffer, int offset) in get32() argument
2994 png_byte buffer[8]; in sync_stream() local
3187 read_callback(png_structp png_ptr, png_bytep buffer, size_t count) read_callback() argument
[all...]
/third_party/skia/third_party/externals/icu/source/i18n/
H A Dusearch.cpp850 UChar buffer[INITIAL_ARRAY_SIZE_]; in checkExtraMatchAccents() local
1475 UChar buffer[INITIAL_ARRAY_SIZE in doNextCanonicalPrefixMatch() local
2177 UChar buffer[INITIAL_ARRAY_SIZE_]; doPreviousCanonicalSuffixMatch() local
[all...]
/third_party/skia/src/xps/
H A DSkXPSDevice.cpp101 HRESULT SkXPSDevice::createId(wchar_t* buffer, size_t bufferSize, wchar_t sep) { in createId() argument
177 wchar_t buffer[size]; in createXpsThumbnail() local
77 format_guid(const GUID& guid, wchar_t* buffer, size_t bufferSize, wchar_t sep = �) format_guid() argument
203 wchar_t buffer[size]; createXpsPage() local
644 wchar_t buffer[size]; createXpsImageBrush() local
1760 wchar_t buffer[size]; CreateTypefaceUse() local
[all...]
/third_party/skia/src/pdf/
H A DSkPDFDevice.cpp110 SkDynamicMemoryWStream buffer; in mask_to_greyscale_image() local
1012 SkDynamicMemoryWStream buffer; in content() local
/third_party/skia/third_party/externals/angle2/util/windows/third_party/StackWalker/src/
H A DStackWalker.cpp1362 CHAR buffer[STACKWALK_MAX_NAMELEN]; in OnLoadModule() local
1387 CHAR buffer[STACKWALK_MAX_NAMELEN]; in OnCallstackEntry() local
1418 CHAR buffer[STACKWALK_MAX_NAMELEN]; OnDbgHelpErr() local
1431 CHAR buffer[STACKWALK_MAX_NAMELEN]; OnSymInit() local
1474 OnOutput(LPCSTR buffer) OnOutput() argument
[all...]
/third_party/skia/third_party/externals/freetype/src/raster/
H A Dftraster.c3234 Long buffer[FT_MAX_BLACK_POOL]; in ft_black_render() local
/third_party/skia/third_party/externals/harfbuzz/src/
H A Dhb-ot-layout-gpos-table.hh690 hb_buffer_t *buffer = c->buffer; in apply() local
789 hb_buffer_t *buffer = c->buffer; apply() local
905 hb_buffer_t *buffer = c->buffer; apply() local
1212 hb_buffer_t *buffer = c->buffer; apply() local
1353 hb_buffer_t *buffer = c->buffer; apply() local
1546 hb_buffer_t *buffer = c->buffer; apply() local
1789 hb_buffer_t *buffer = c->buffer; apply() local
2054 hb_buffer_t *buffer = c->buffer; apply() local
2309 hb_buffer_t *buffer = c->buffer; apply() local
2506 hb_buffer_t *buffer = c->buffer; apply() local
[all...]
H A Dhb-ot-layout-gsubgpos.hh605 hb_buffer_t *buffer; member
954 hb_buffer_t *buffer = c->buffer; match_input() local
1069 hb_buffer_t *buffer = c->buffer; ligate_input() local
1352 hb_buffer_t *buffer = c->buffer; apply_lookup() local
[all...]
/third_party/python/Modules/
H A D_cursesmodule.c314 wchar_t buffer[2]; in PyCurses_ConvertToCchar_t() local
678 char *buffer[100]; in PyCursesWindow_New() local
4450 wchar_t buffer[2]; in PyCurses_ConvertToWchar_t() local
[all...]
H A D_elementtree.c3934 PyObject* buffer; in _elementtree_XMLParser__parse_whole() local
[all...]

Completed in 113 milliseconds

1...<<191192193194195196197198199200>>...211