OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:isSetFlag
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/skia/src/gpu/
GrTexture.cpp
29
if (this->impl()->
isSetFlag
((GrTextureFlags) GrTextureImpl::kReturnToCache_FlagBit) &&
110
if (this->impl()->
isSetFlag
((GrTextureFlags)GrTextureImpl::kReturnToCache_FlagBit)) {
120
SkASSERT(!this->impl()->
isSetFlag
((GrTextureFlags) GrTextureImpl::kReturnToCache_FlagBit));
/external/chromium_org/third_party/skia/include/gpu/
GrTexture.h
143
bool
isSetFlag
(GrTextureFlags flags) const {
Completed in 137 milliseconds