OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:CanGenerateMipmaps
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/gpu/command_buffer/service/
texture_manager.cc
285
if (!
CanGenerateMipmaps
(feature_info)) {
340
bool Texture::
CanGenerateMipmaps
(
[
all
...]
texture_manager.h
286
bool
CanGenerateMipmaps
(const FeatureInfo* feature_info) const;
562
bool
CanGenerateMipmaps
(const TextureRef* ref) const {
563
return ref->texture()->
CanGenerateMipmaps
(feature_info_.get());
Completed in 2762 milliseconds