OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:gen_mipmap
(Results
1 - 3
of
3
) sorted by null
/external/mesa3d/src/mesa/state_tracker/
st_gen_mipmap.c
54
st->
gen_mipmap
= util_create_gen_mipmap(st->pipe, st->cso_context);
61
util_destroy_gen_mipmap(st->
gen_mipmap
);
62
st->
gen_mipmap
= NULL;
101
util_gen_mipmap(st->
gen_mipmap
, psv, face, baseLevel, lastLevel,
st_context.h
183
struct gen_mipmap_state *
gen_mipmap
;
member in struct:st_context
/external/mesa3d/src/gallium/state_trackers/d3d1x/gd3d11/
d3d11_context.h
109
gen_mipmap_state*
gen_mipmap
;
member in struct:GalliumD3D11DeviceContext
256
gen_mipmap
= util_create_gen_mipmap(pipe, cso_ctx);
263
util_destroy_gen_mipmap(
gen_mipmap
);
[
all
...]
Completed in 113 milliseconds