Home
last modified time | relevance | path

Searched defs:__DRIimageRec (Results 1 – 4 of 4) sorted by relevance

/external/mesa3d/src/mesa/drivers/dri/intel/
Dintel_regions.h162 struct __DRIimageRec { struct
163 struct intel_region *region;
164 GLenum internal_format;
165 uint32_t dri_format;
166 GLuint format;
167 uint32_t offset;
173 uint32_t strides[3];
174 uint32_t offsets[3];
175 struct intel_image_format *planar_format;
177 void *data;
/external/mesa3d/src/gallium/state_trackers/dri/common/
Ddri_screen.h84 struct __DRIimageRec { struct
85 struct pipe_resource *texture;
86 unsigned level;
87 unsigned layer;
88 uint32_t dri_format;
89 uint32_t dri_components;
91 void *loader_private;
/external/mesa3d/src/mesa/drivers/dri/radeon/
Dradeon_screen.h109 struct __DRIimageRec { struct
110 struct radeon_bo *bo;
111 GLenum internal_format;
112 uint32_t dri_format;
113 GLuint format;
114 GLenum data_type;
115 int width, height; /* in pixels */
116 int pitch; /* in pixels */
117 int cpp;
118 void *data;
/external/mesa3d/src/mesa/drivers/dri/r200/
Dradeon_screen.h109 struct __DRIimageRec { struct
110 struct radeon_bo *bo;
111 GLenum internal_format;
112 uint32_t dri_format;
113 GLuint format;
114 GLenum data_type;
115 int width, height; /* in pixels */
116 int pitch; /* in pixels */
117 int cpp;
118 void *data;