OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:st_context_iface
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/mesa/src/src/gallium/include/state_tracker/
st_api.h
107
* Used in
st_context_iface
->teximage.
186
* Used in
st_context_iface
->get_resource_for_egl_image.
348
struct
st_context_iface
struct
359
void (*destroy)(struct
st_context_iface
*stctxi);
364
void (*flush)(struct
st_context_iface
*stctxi, unsigned flags,
372
boolean (*teximage)(struct
st_context_iface
*stctxi,
380
void (*copy)(struct
st_context_iface
*stctxi,
381
struct
st_context_iface
*stsrci, unsigned mask);
386
boolean (*share)(struct
st_context_iface
*stctxi,
387
struct
st_context_iface
*stsrci)
[
all
...]
/external/mesa3d/src/gallium/include/state_tracker/
st_api.h
107
* Used in
st_context_iface
->teximage.
186
* Used in
st_context_iface
->get_resource_for_egl_image.
348
struct
st_context_iface
struct
359
void (*destroy)(struct
st_context_iface
*stctxi);
364
void (*flush)(struct
st_context_iface
*stctxi, unsigned flags,
372
boolean (*teximage)(struct
st_context_iface
*stctxi,
380
void (*copy)(struct
st_context_iface
*stctxi,
381
struct
st_context_iface
*stsrci, unsigned mask);
386
boolean (*share)(struct
st_context_iface
*stctxi,
387
struct
st_context_iface
*stsrci)
[
all
...]
Completed in 84 milliseconds