OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:GrTextureImpl
(Results
1 - 6
of
6
) sorted by null
/external/chromium_org/third_party/skia/include/gpu/
GrTexture.h
19
class
GrTextureImpl
;
74
* Informational texture flags. This will be moved to the private
GrTextureImpl
class soon.
97
GrTextureImpl
* impl() { return reinterpret_cast<
GrTextureImpl
*>(this); }
98
const
GrTextureImpl
* impl() const { return reinterpret_cast<const
GrTextureImpl
*>(this); }
133
class
GrTextureImpl
: public GrTexture {
135
SK_DECLARE_INST_COUNT(
GrTextureImpl
)
166
GrTextureImpl
(GrGpu* gpu, bool isWrapped, const GrTextureDesc& desc);
GrContext.h
[
all
...]
/external/chromium_org/third_party/skia/src/gpu/
GrTexture.cpp
29
if (this->impl()->isSetFlag((GrTextureFlags)
GrTextureImpl
::kReturnToCache_FlagBit) &&
34
nonConstThis->impl()->resetFlag((GrTextureFlags)
GrTextureImpl
::kReturnToCache_FlagBit);
45
void
GrTextureImpl
::dirtyMipMaps(bool mipMapsDirty) {
110
if (this->impl()->isSetFlag((GrTextureFlags)
GrTextureImpl
::kReturnToCache_FlagBit)) {
113
this->impl()->resetFlag((GrTextureFlags)
GrTextureImpl
::kReturnToCache_FlagBit);
120
SkASSERT(!this->impl()->isSetFlag((GrTextureFlags)
GrTextureImpl
::kReturnToCache_FlagBit));
210
GrTextureImpl
::
GrTextureImpl
(GrGpu* gpu, bool isWrapped, const GrTextureDesc& desc)
216
GrResourceKey
GrTextureImpl
::ComputeKey(const GrGpu* gpu,
224
GrResourceKey
GrTextureImpl
::ComputeScratchKey(const GrTextureDesc& desc)
[
all
...]
GrContext.cpp
265
GrResourceKey resourceKey =
GrTextureImpl
::ComputeKey(fGpu, params, desc, cacheID);
274
GrResourceKey resourceKey =
GrTextureImpl
::ComputeKey(fGpu, params, desc, cacheID);
413
GrResourceKey resourceKey =
GrTextureImpl
::ComputeKey(fGpu, params, desc, cacheID);
416
if (
GrTextureImpl
::NeedsResizing(resourceKey)) {
422
GrTextureImpl
::NeedsBilerp(resourceKey));
446
GrResourceKey key =
GrTextureImpl
::ComputeScratchKey(texture->desc());
486
GrResourceKey key =
GrTextureImpl
::ComputeScratchKey(desc);
581
texture->impl()->setFlag((GrTextureFlags)
GrTextureImpl
::kReturnToCache_FlagBit);
[
all
...]
/external/chromium_org/third_party/skia/src/gpu/gl/
GrGLTexture.h
48
class GrGLTexture : public
GrTextureImpl
{
108
typedef
GrTextureImpl
INHERITED;
/external/chromium_org/third_party/skia/bench/
GrResourceCacheBench.cpp
65
return
GrTextureImpl
::ComputeScratchKey(desc);
Completed in 143 milliseconds