Searched defs:__DRIimageRec (Results 1 – 4 of 4) sorted by relevance
162 struct __DRIimageRec { struct163 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;
84 struct __DRIimageRec { struct85 struct pipe_resource *texture;86 unsigned level;87 unsigned layer;88 uint32_t dri_format;89 uint32_t dri_components;91 void *loader_private;
109 struct __DRIimageRec { struct110 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;