OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:swrast_texture_image
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/mesa/src/src/mesa/swrast/
s_context.h
114
struct
swrast_texture_image
;
120
typedef void (*FetchTexelFunc)(const struct
swrast_texture_image
*texImage,
130
struct
swrast_texture_image
struct
153
static inline struct
swrast_texture_image
*
154
swrast_texture_image
(struct gl_texture_image *img)
function
156
return (struct
swrast_texture_image
*) img;
160
static inline const struct
swrast_texture_image
*
163
return (const struct
swrast_texture_image
*) img;
/external/mesa3d/src/mesa/swrast/
s_context.h
114
struct
swrast_texture_image
;
120
typedef void (*FetchTexelFunc)(const struct
swrast_texture_image
*texImage,
130
struct
swrast_texture_image
struct
153
static inline struct
swrast_texture_image
*
154
swrast_texture_image
(struct gl_texture_image *img)
function
156
return (struct
swrast_texture_image
*) img;
160
static inline const struct
swrast_texture_image
*
163
return (const struct
swrast_texture_image
*) img;
Completed in 24 milliseconds