Home
last modified time | relevance | path

Searched defs:dPriv (Results 1 - 6 of 6) sorted by relevance

/third_party/mesa3d/src/gallium/frontends/dri/
H A Ddri_context.h50 __DRIdrawable *dPriv; member
H A Ddri_drawable.h48 __DRIdrawable *dPriv; member
H A Ddri_drawable.c190 dri_destroy_buffer(__DRIdrawable * dPriv) in dri_destroy_buffer() argument
151 dri_create_buffer(__DRIscreen * sPriv, __DRIdrawable * dPriv, const struct gl_config * visual, bool isPixmap) dri_create_buffer() argument
245 dri_set_tex_buffer2(__DRIcontext *pDRICtx, GLint target, GLint format, __DRIdrawable *dPriv) dri_set_tex_buffer2() argument
296 dri_set_tex_buffer(__DRIcontext *pDRICtx, GLint target, __DRIdrawable *dPriv) dri_set_tex_buffer() argument
462 dri_flush(__DRIcontext *cPriv, __DRIdrawable *dPriv, unsigned flags, enum __DRI2throttleReason reason) dri_flush() argument
562 dri_throttle(__DRIcontext *cPriv, __DRIdrawable *dPriv, enum __DRI2throttleReason reason) dri_throttle() argument
[all...]
H A Ddrisw.c47 get_drawable_info(__DRIdrawable *dPriv, int *x, int *y, int *w, int *h) in get_drawable_info() argument
58 put_image(__DRIdrawable *dPriv, void *data, unsigned width, unsigned height) in put_image() argument
69 put_image2(__DRIdrawable *dPriv, void *data, int x, int y, in put_image2() argument
81 put_image_shm(__DRIdrawable *dPriv, int shmid, char *shmaddr, unsigned offset, unsigned offset_x, int x, int y, unsigned width, unsigned height, unsigned stride) put_image_shm() argument
100 get_image(__DRIdrawable *dPriv, int x, int y, int width, int height, void *data) get_image() argument
111 get_image2(__DRIdrawable *dPriv, int x, int y, int width, int height, int stride, void *data) get_image2() argument
126 get_image_shm(__DRIdrawable *dPriv, int x, int y, int width, int height, struct pipe_resource *res) get_image_shm() argument
151 __DRIdrawable *dPriv = drawable->dPriv; drisw_update_drawable_info() local
162 __DRIdrawable *dPriv = drawable->dPriv; drisw_get_image() local
173 __DRIdrawable *dPriv = drawable->dPriv; drisw_put_image() local
183 __DRIdrawable *dPriv = drawable->dPriv; drisw_put_image2() local
195 __DRIdrawable *dPriv = drawable->dPriv; drisw_put_image_shm() local
201 drisw_present_texture(struct pipe_context *pipe, __DRIdrawable *dPriv, struct pipe_resource *ptex, struct pipe_box *sub_box) drisw_present_texture() argument
214 drisw_invalidate_drawable(__DRIdrawable *dPriv) drisw_invalidate_drawable() argument
224 drisw_copy_to_front(struct pipe_context *pipe, __DRIdrawable * dPriv, struct pipe_resource *ptex) drisw_copy_to_front() argument
238 drisw_swap_buffers(__DRIdrawable *dPriv) drisw_swap_buffers() argument
275 drisw_copy_sub_buffer(__DRIdrawable *dPriv, int x, int y, int w, int h) drisw_copy_sub_buffer() argument
432 __DRIdrawable *dPriv = drawable->dPriv; drisw_update_tex_buffer() local
586 drisw_create_buffer(__DRIscreen * sPriv, __DRIdrawable * dPriv, const struct gl_config * visual, boolean isPixmap) drisw_create_buffer() argument
[all...]
H A Dkopper.c74 kopper_flush_drawable(__DRIdrawable *dPriv) in kopper_flush_drawable() argument
80 kopper_invalidate_drawable(__DRIdrawable *dPriv) in kopper_invalidate_drawable() argument
204 drisw_present_texture(struct pipe_context *pipe, __DRIdrawable *dPriv, in drisw_present_texture() argument
658 get_drawable_info(__DRIdrawable *dPriv, int *x, int *y, int *w, int *h) get_drawable_info() argument
672 __DRIdrawable *dPriv = drawable->dPriv; kopper_update_drawable_info() local
691 kopper_present_texture(struct pipe_context *pipe, __DRIdrawable *dPriv, struct pipe_resource *ptex, struct pipe_box *sub_box) kopper_present_texture() argument
701 kopper_copy_to_front(struct pipe_context *pipe, __DRIdrawable * dPriv, struct pipe_resource *ptex) kopper_copy_to_front() argument
762 get_image(__DRIdrawable *dPriv, int x, int y, int width, int height, void *data) get_image() argument
773 get_image_shm(__DRIdrawable *dPriv, int x, int y, int width, int height, struct pipe_resource *res) get_image_shm() argument
800 __DRIdrawable *dPriv = drawable->dPriv; kopper_update_tex_buffer() local
848 kopper_create_drawable(__DRIdrawable *dPriv, struct dri_drawable *base) kopper_create_drawable() argument
877 kopper_create_buffer(__DRIscreen * sPriv, __DRIdrawable * dPriv, const struct gl_config *visual, boolean isPixmap) kopper_create_buffer() argument
901 kopperSwapBuffers(__DRIdrawable *dPriv) kopperSwapBuffers() argument
932 kopper_swap_buffers(__DRIdrawable *dPriv) kopper_swap_buffers() argument
975 kopperSetSwapInterval(__DRIdrawable *dPriv, int interval) kopperSetSwapInterval() argument
996 kopperQueryBufferAge(__DRIdrawable *dPriv) kopperQueryBufferAge() argument
[all...]
H A Ddri2.c73 dri2_flush_drawable(__DRIdrawable *dPriv) in dri2_flush_drawable() argument
79 dri2_invalidate_drawable(__DRIdrawable *dPriv) in dri2_invalidate_drawable() argument
223 __DRIdrawable *dPriv in dri_image_drawable_get_buffers() local
2204 dri2_set_damage_region(__DRIdrawable *dPriv, unsigned int nrects, int *rects) dri2_set_damage_region() argument
2576 dri2_create_buffer(__DRIscreen * sPriv, __DRIdrawable * dPriv, const struct gl_config * visual, boolean isPixmap) dri2_create_buffer() argument
[all...]

Completed in 5 milliseconds