HomeSort by relevance Sort by last modified time
    Searched refs:__DRIimage (Results 1 - 24 of 24) sorted by null

  /external/mesa3d/include/GL/internal/
dri_interface.h     [all...]
  /external/mesa3d/src/mesa/drivers/dri/i915/
intel_screen.c 235 static __DRIimage *
238 __DRIimage *image;
264 intel_setup_image_from_mipmap_tree(struct intel_context *intel, __DRIimage *image,
290 intel_setup_image_from_dimensions(__DRIimage *image)
298 static __DRIimage *
304 __DRIimage *image;
328 static __DRIimage *
332 __DRIimage *image;
361 static __DRIimage *
368 __DRIimage *image
    [all...]
intel_tex_image.c 349 __DRIimage *image;
intel_context.c 827 __DRIimage *buffer,
intel_fbo.c 241 __DRIimage *image;
249 /* __DRIimage is opaque to the core so it has to be checked here */
  /external/mesa3d/src/egl/drivers/dri2/
egl_dri2.h 274 __DRIimage *dri_image;
276 __DRIimage *linear_copy;
292 __DRIimage *dri_image_back;
293 __DRIimage *dri_image_front;
300 __DRIimage *front;
315 __DRIimage *dri_image;
359 __DRIimage *
platform_surfaceless.c 40 static __DRIimage*
egl_dri2.c 346 __DRIimage *
    [all...]
platform_wayland.c 395 __DRIimage *image;
621 __DRIimage *image;
807 __DRIimage *image = dri2_img->dri_image;
    [all...]
  /external/mesa3d/src/mesa/drivers/dri/i965/
intel_screen.c 318 intel_image_warn_if_unaligned(__DRIimage *image, const char *func)
355 static __DRIimage *
358 __DRIimage *image;
384 intel_setup_image_from_mipmap_tree(struct brw_context *brw, __DRIimage *image,
405 static __DRIimage *
411 __DRIimage *image;
436 static __DRIimage *
440 __DRIimage *image;
475 static __DRIimage *
482 __DRIimage *image
    [all...]
intel_tex_image.c 206 GLenum target, __DRIimage *image)
252 GLenum target, __DRIimage *image)
409 __DRIimage *image;
intel_fbo.c 336 __DRIimage *image;
350 /* __DRIimage is opaque to the core so it has to be checked here */
    [all...]
brw_context.c     [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/GL/internal/
dri_interface.h 922 typedef struct __DRIimageRec __DRIimage;
927 __DRIimage *(*createImageFromName)(__DRIscreen *screen,
932 __DRIimage *(*createImageFromRenderbuffer)(__DRIcontext *context,
936 void (*destroyImage)(__DRIimage *image);
938 __DRIimage *(*createImage)(__DRIscreen *screen,
943 GLboolean (*queryImage)(__DRIimage *image, int attrib, int *value);
946 * The new __DRIimage will share the content with the old one, see dup(2).
948 __DRIimage *(*dupImage)(__DRIimage *image, void *loaderPrivate);
956 * extension to map them to a __DRIimage. At version 1, thi
    [all...]
  /external/mesa3d/src/loader/
loader_dri3_helper.h 43 __DRIimage *image;
44 __DRIimage *linear_buffer;
226 __DRIimage *
loader_dri3_helper.c 819 * Use the driver createImage function to construct a __DRIimage, then
829 __DRIimage *pixmap_buffer;
    [all...]
  /external/mesa3d/src/gbm/backends/dri/
gbm_driint.h 67 __DRIimage *(*lookup_image)(__DRIscreen *screen, void *image, void *data);
108 __DRIimage *image;
gbm_dri.c 55 static __DRIimage *
655 __DRIimage *image;
  /external/mesa3d/src/gallium/state_trackers/dri/
dri2.c 768 static __DRIimage *
772 __DRIimage *img;
783 static __DRIimage *
791 __DRIimage *img;
861 static __DRIimage *
883 static __DRIimage *
892 __DRIimage *img = NULL;
954 static __DRIimage *
967 static __DRIimage *
973 __DRIimage *img
    [all...]
dri_screen.h 89 __DRIimage * (*lookup_egl_image)(struct dri_screen *ctx, void *handle);
dri_screen.c 326 __DRIimage *img = NULL;
  /external/mesa3d/src/mesa/drivers/dri/radeon/
radeon_screen.c 194 static __DRIimage *
199 __DRIimage *image;
251 static __DRIimage *
255 __DRIimage *image;
288 radeon_destroy_image(__DRIimage *image)
294 static __DRIimage *
300 __DRIimage *image;
352 radeon_query_image(__DRIimage *image, int attrib, int *value)
radeon_texture.c 544 __DRIimage *image;
radeon_fbo.c 568 __DRIimage *image;

Completed in 573 milliseconds