OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:translate_cache
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/translate/
translate_cache.c
31
#include "
translate_cache
.h"
36
struct
translate_cache
{
struct
40
struct
translate_cache
* translate_cache_create( void )
42
struct
translate_cache
*cache = MALLOC_STRUCT(
translate_cache
);
52
static INLINE void delete_translates(struct
translate_cache
*cache)
65
void translate_cache_destroy(struct
translate_cache
*cache)
90
struct translate * translate_cache_find(struct
translate_cache
*cache,
/external/mesa3d/src/gallium/auxiliary/translate/
translate_cache.c
31
#include "
translate_cache
.h"
36
struct
translate_cache
{
struct
40
struct
translate_cache
* translate_cache_create( void )
42
struct
translate_cache
*cache = MALLOC_STRUCT(
translate_cache
);
52
static INLINE void delete_translates(struct
translate_cache
*cache)
65
void translate_cache_destroy(struct
translate_cache
*cache)
90
struct translate * translate_cache_find(struct
translate_cache
*cache,
/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/util/
u_vbuf.c
36
#include "translate/
translate_cache
.h"
85
struct
translate_cache
*
translate_cache
;
member in struct:u_vbuf
184
mgr->
translate_cache
= translate_cache_create();
253
translate_cache_destroy(mgr->
translate_cache
);
274
tr = translate_cache_find(mgr->
translate_cache
, key);
[
all
...]
/external/mesa3d/src/gallium/auxiliary/util/
u_vbuf.c
36
#include "translate/
translate_cache
.h"
85
struct
translate_cache
*
translate_cache
;
member in struct:u_vbuf
184
mgr->
translate_cache
= translate_cache_create();
253
translate_cache_destroy(mgr->
translate_cache
);
274
tr = translate_cache_find(mgr->
translate_cache
, key);
[
all
...]
Completed in 201 milliseconds