OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:isManaged
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/third_party/angle/src/libGLESv2/renderer/
TextureStorage.cpp
40
bool TextureStorageInterface::
isManaged
() const
42
return mInstance->
isManaged
();
TextureStorage9.cpp
86
bool TextureStorage9::
isManaged
() const
172
if (level + mLodOffset != 0 &&
isManaged
() && dirty)
278
if (level != 0 &&
isManaged
() && dirty)
TextureStorage11.cpp
110
bool TextureStorage11::
isManaged
() const
/external/chromium/chrome/browser/content_settings/
host_content_settings_map.cc
176
bool
isManaged
= (*provider)->ContentSettingsTypeIsManaged(content_type);
177
if (provided_setting != CONTENT_SETTING_DEFAULT ||
isManaged
)
Completed in 566 milliseconds