OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:MIPMAP
(Results
1 - 2
of
2
) sorted by null
/external/mesa3d/src/mesa/main/
texobj.c
592
enum base_mipmap { BASE,
MIPMAP
};
600
* 2. "
mipmap
incomplete": a non-base level of the texture is invalid so
601
*
mipmap
filtering isn't possible, but non-
mipmap
filtering is.
606
* \param bm either BASE or
MIPMAP
to indicate what's incomplete
671
incomplete(t,
MIPMAP
, "MAX_LEVEL (%d) < BASE_LEVEL (%d)",
706
/* Compute _MaxLevel (the maximum
mipmap
level we'll sample from given the
707
*
mipmap
image sizes and GL_TEXTURE_MAX_LEVEL state).
757
* know that all the
mipmap
levels are the right size and all cube
794
* Do
mipmap
consistency checking
[
all
...]
/external/mesa3d/src/gallium/state_trackers/nine/
nine_dump.c
597
CAP_CASE(TextureCaps, D3DPTEXTURECAPS,
MIPMAP
);
Completed in 240 milliseconds