OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:VAGenericID
(Results
1 - 5
of
5
) sorted by null
/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/va/
htab.c
43
assert(sizeof(unsigned) <= sizeof(
VAGenericID
));
67
VAGenericID
vlAddDataHTAB(void *data)
71
VAGenericID
handle = 0;
78
return (
VAGenericID
)data;
82
void* vlGetDataHTAB(
VAGenericID
handle)
va_private.h
68
VAGenericID
vlAddDataHTAB(void *data);
69
void* vlGetDataHTAB(
VAGenericID
handle);
/external/mesa3d/src/gallium/state_trackers/va/
htab.c
43
assert(sizeof(unsigned) <= sizeof(
VAGenericID
));
67
VAGenericID
vlAddDataHTAB(void *data)
71
VAGenericID
handle = 0;
78
return (
VAGenericID
)data;
82
void* vlGetDataHTAB(
VAGenericID
handle)
va_private.h
68
VAGenericID
vlAddDataHTAB(void *data);
69
void* vlGetDataHTAB(
VAGenericID
handle);
/external/chromium_org/third_party/libva/va/
va.h
533
typedef unsigned int
VAGenericID
;
535
typedef
VAGenericID
VAConfigID;
593
typedef
VAGenericID
VAContextID;
595
typedef
VAGenericID
VASurfaceID;
859
typedef
VAGenericID
VABufferID;
[
all
...]
Completed in 43 milliseconds