Home
last modified time | relevance | path

Searched refs:buffer_obj (Results 1 – 7 of 7) sorted by relevance

/third_party/mesa3d/src/glx/apple/
Dapple_glx_pbuffer.c82 cglerr = apple_cgl.set_pbuffer(ac->context_obj, pbuf->buffer_obj, 0, 0, 0); in pbuffer_make_current()
109 apple_cgl.destroy_pbuffer(pbuf->buffer_obj); in pbuffer_destroy()
165 0, &pbuf->buffer_obj); in apple_glx_pbuffer_create()
Dapple_glx_drawable.h74 CGLPBufferObj buffer_obj; member
/third_party/node/src/
Dnode_file.cc1825 Local<Object> buffer_obj = args[1].As<Object>(); in WriteBuffer() local
1826 char* buffer_data = Buffer::Data(buffer_obj); in WriteBuffer()
1827 size_t buffer_length = Buffer::Length(buffer_obj); in WriteBuffer()
2027 Local<Object> buffer_obj = args[1].As<Object>(); in Read() local
2028 char* buffer_data = Buffer::Data(buffer_obj); in Read()
2029 size_t buffer_length = Buffer::Length(buffer_obj); in Read()
/third_party/mesa3d/src/mesa/main/
Dget.c716 struct gl_buffer_object **buffer_obj, *buf; in find_custom_value() local
1038 buffer_obj = (struct gl_buffer_object **) in find_custom_value()
1040 v->value_int = (*buffer_obj) ? (*buffer_obj)->Name : 0; in find_custom_value()
/third_party/skia/third_party/externals/opengl-registry/extensions/EXT/
DEXT_framebuffer_object.txt3458 FramebufferArrayEXT(FRAMEBUFFER_EXT, COLOR, buffer_obj);
/third_party/openGLES/extensions/EXT/
DEXT_framebuffer_object.txt3458 FramebufferArrayEXT(FRAMEBUFFER_EXT, COLOR, buffer_obj);
/third_party/libbpf/.github/actions/build-selftests/
Dvmlinux.h61952 union acpi_operand_object *buffer_obj; member