OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:use_min_mipmap
(Results
1 - 6
of
6
) sorted by null
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/svga/
svga_context.c
49
DEBUG_GET_ONCE_BOOL_OPTION(
use_min_mipmap
, "SVGA_USE_MIN_MIPMAP", FALSE);
124
svga->debug.
use_min_mipmap
= debug_get_option_use_min_mipmap();
svga_context.h
321
boolean
use_min_mipmap
;
member in struct:svga_context::__anon12957
svga_pipe_sampler.c
135
if (svga->debug.
use_min_mipmap
) {
/external/mesa3d/src/gallium/drivers/svga/
svga_context.c
49
DEBUG_GET_ONCE_BOOL_OPTION(
use_min_mipmap
, "SVGA_USE_MIN_MIPMAP", FALSE);
124
svga->debug.
use_min_mipmap
= debug_get_option_use_min_mipmap();
svga_context.h
321
boolean
use_min_mipmap
;
member in struct:svga_context::__anon23424
svga_pipe_sampler.c
135
if (svga->debug.
use_min_mipmap
) {
Completed in 797 milliseconds