HomeSort by relevance Sort by last modified time
    Searched refs:fDesc (Results 1 - 16 of 16) sorted by null

  /external/skia/src/core/
SkDescriptor.h 136 SkAutoDescriptor() : fDesc(nullptr) {}
137 SkAutoDescriptor(size_t size) : fDesc(nullptr) { this->reset(size); }
138 SkAutoDescriptor(const SkDescriptor& desc) : fDesc(nullptr) {
141 memcpy(fDesc, &desc, size);
149 fDesc = (SkDescriptor*)(void*)fStorage;
151 fDesc = SkDescriptor::Alloc(size).release();
155 SkDescriptor* getDesc() const { SkASSERT(fDesc); return fDesc; }
158 if (fDesc != (SkDescriptor*)(void*)fStorage) {
159 delete fDesc;
    [all...]
SkBitmapCache.cpp 95 BitmapKey(const SkBitmapCacheDesc& desc) : fDesc(desc) {
96 this->init(&gBitmapKeyNamespaceLabel, SkMakeResourceCacheSharedIDForBitmap(fDesc.fImageID),
97 sizeof(fDesc));
102 fDesc.fScaledWidth, fDesc.fScaledHeight, fDesc.fImageID,
103 fDesc.fSubset.x(), fDesc.fSubset.y(), fDesc.fSubset.width(), fDesc.fSubset.height())
    [all...]
SkGlyphCache.h 98 const SkDescriptor& getDescriptor() const { return *fDesc; }
231 const std::unique_ptr<SkDescriptor> fDesc;
SkGlyphCache.cpp 37 : fDesc(desc->copy())
508 if (*cache->fDesc == *desc) {
  /external/skia/src/gpu/vk/
GrVkBuffer.cpp 97 fDesc.fSizeInBytes, // size
115 if (!fDesc.fDynamic) {
125 if (!fDesc.fDynamic) {
151 if (fDesc.fDynamic) {
154 fResource = this->createResource(gpu, fDesc);
161 buffer_type_to_access_flags(fDesc.fType),
169 if (fDesc.fDynamic) {
190 if (fDesc.fDynamic) {
198 buffer_type_to_access_flags(fDesc.fType),
212 if (srcSizeInBytes > fDesc.fSizeInBytes)
    [all...]
GrVkBuffer.h 32 size_t size() const { return fDesc.fSizeInBytes; }
85 : fDesc(desc), fResource(resource), fOffset(0), fMapPtr(nullptr) {
89 this->internalMap(gpu, fDesc.fSizeInBytes);
114 Desc fDesc;
GrVkPipelineState.h 85 const Desc& getDesc() { return fDesc; }
199 Desc fDesc;
GrVkPipelineState.cpp 57 , fDesc(desc)
  /external/skia/src/gpu/effects/
GrTextureStripAtlas.cpp 46 GetCache()->remove(entry->fDesc);
63 entry->fDesc = desc;
76 , fDesc(desc)
81 SkASSERT(fNumRows * fDesc.fRowHeight == fDesc.fHeight);
83 fNormalizedYHeight = SK_Scalar1 / fDesc.fHeight;
125 fDesc.fContext->contextPriv().flush(nullptr); // tighten this up?
156 SkASSERT(bitmap.width() == fDesc.fWidth);
157 SkASSERT(bitmap.height() == fDesc.fRowHeight);
162 0, rowNumber * fDesc.fRowHeight
    [all...]
  /external/skia/src/gpu/
GrTextureStripAtlas.h 76 GrContext* getContext() const { return fDesc.fContext; }
148 static const Desc& GetKey(const AtlasEntry& entry) { return entry.fDesc; }
154 Desc fDesc;
173 const Desc fDesc;
GrPathRendering.cpp 53 , fDesc(desc.copy())
65 bool isEqualTo(const SkDescriptor& desc) const override { return *fDesc == desc; }
70 const std::unique_ptr<SkDescriptor> fDesc;
  /external/skia/src/gpu/gl/
GrGLProgram.h 47 const GrProgramDesc& getDesc() { return fDesc; }
146 GrProgramDesc fDesc;
GrGLProgram.cpp 45 , fDesc(desc)
  /external/skia/src/gpu/glsl/
GrGLSLProgramBuilder.h 44 GrProgramDesc* desc() { return fDesc; }
45 const GrProgramDesc::KeyHeader& header() const { return fDesc->header(); }
103 GrProgramDesc* fDesc;
GrGLSLProgramBuilder.cpp 30 , fDesc(desc)
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
cmdtree.h 260 WINBOOL fDesc;

Completed in 430 milliseconds