HomeSort by relevance Sort by last modified time
    Searched defs:GrTextureImpl (Results 1 - 3 of 3) 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);
  /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...]
  /external/skia/include/gpu/
GrTexture.h 18 class GrTextureImpl;
73 * 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); }
132 class GrTextureImpl : public GrTexture {
134 SK_DECLARE_INST_COUNT(GrTextureImpl)
165 GrTextureImpl(GrGpu* gpu, bool isWrapped, const GrTextureDesc& desc)

Completed in 306 milliseconds