OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:isMipmapCubeComplete
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/angle/src/libGLESv2/
Texture.cpp
1078
if (!
isMipmapCubeComplete
()) // Also tests for isCubeComplete()
1108
bool TextureCubeMap::
isMipmapCubeComplete
() const
1180
bool mipmapping = isMipmapFiltered() &&
isMipmapCubeComplete
();
[
all
...]
Texture.h
255
bool
isMipmapCubeComplete
() const;
Completed in 34 milliseconds