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

  /external/skia/src/gpu/gl/
GrGLBufferImpl.cpp 20 : fDesc(desc)
33 fGLSizeInBytes = fDesc.fSizeInBytes;
44 } else if (fDesc.fID) {
45 gpu->releaseBuffer(fDesc.fID, fBufferType);
46 fDesc.fID = 0;
54 fDesc.fID = 0;
65 if (0 == fDesc.fID) {
68 fMapPtr = gpu->mapBuffer(fDesc.fID, fBufferType, fDesc.fUsage, fGLSizeInBytes,
69 fDesc.fSizeInBytes)
    [all...]
GrGLBufferImpl.h 41 SkASSERT(0 == fDesc.fID);
47 GrGLuint bufferID() const { return fDesc.fID; }
59 Desc fDesc;
64 // smaller or larger than the size in fDesc.
GrGLProgram.h 48 const GrProgramDesc& getDesc() { return fDesc; }
136 GrProgramDesc fDesc;
GrGLRenderTarget.cpp 180 SkASSERT(kUnknown_GrPixelConfig != fDesc.fConfig);
181 SkASSERT(!GrPixelConfigIsCompressed(fDesc.fConfig));
182 size_t colorBytes = GrBytesPerPixel(fDesc.fConfig);
185 return fDesc.fWidth * fDesc.fHeight * colorBytes;
192 return SkTMax(1, fDesc.fSampleCnt);
GrGLGpuProgramCache.cpp 118 uint32_t hashIdx = args.fDesc->getChecksum();
125 if (hashedEntry && hashedEntry->fProgram->getDesc() == *args.fDesc) {
132 entryIdx = this->search(*args.fDesc);
GrGLProgram.cpp 43 , fDesc(desc)
  /external/skia/src/gpu/
GrTexturePriv.h 21 fTexture->fDesc.fFlags = fTexture->fDesc.fFlags | flags;
25 fTexture->fDesc.fFlags = fTexture->fDesc.fFlags & ~flags;
29 return 0 != (fTexture->fDesc.fFlags & flags);
GrTexture.cpp 36 if (GrPixelConfigIsCompressed(fDesc.fConfig)) {
37 textureSize = GrCompressedFormatDataSize(fDesc.fConfig, fDesc.fWidth, fDesc.fHeight);
39 textureSize = (size_t) fDesc.fWidth * fDesc.fHeight * GrBytesPerPixel(fDesc.fConfig);
44 // we'd expect because we never change fDesc.fWidth/fHeight.
48 SkASSERT(!SkToBool(fDesc.fFlags & kRenderTarget_GrSurfaceFlag));
49 SkASSERT(textureSize <= WorseCaseSize(fDesc));
    [all...]
GrPathRendering.cpp 20 , fDesc(desc.copy())
26 SkDescriptor::Free(fDesc);
43 return fDesc->equals(desc);
49 SkDescriptor* const fDesc;
GrGpu.h 347 , fDesc(desc) {
352 const GrProgramDesc* fDesc;
  /external/skia/include/gpu/
GrSurface.h 26 int width() const { return fDesc.fWidth; }
31 int height() const { return fDesc.fHeight; }
40 SkASSERT(kTopLeft_GrSurfaceOrigin == fDesc.fOrigin || kBottomLeft_GrSurfaceOrigin == fDesc.fOrigin);
41 return fDesc.fOrigin;
50 GrPixelConfig config() const { return fDesc.fConfig; }
55 const GrSurfaceDesc& desc() const { return fDesc; }
151 , fDesc(desc)
161 GrSurfaceDesc fDesc;
GrRenderTarget.h 55 return 0 != fDesc.fSampleCnt;
63 return 0 != fDesc.fSampleCnt;
72 return fDesc.fSampleCnt;
81 return fDesc.fSampleCnt;
  /external/skia/src/core/
SkDescriptor.h 137 SkAutoDescriptor() : fDesc(nullptr) {}
138 SkAutoDescriptor(size_t size) : fDesc(nullptr) { this->reset(size); }
139 SkAutoDescriptor(const SkDescriptor& desc) : fDesc(nullptr) {
142 memcpy(fDesc, &desc, size);
150 fDesc = (SkDescriptor*)(void*)fStorage;
152 fDesc = SkDescriptor::Alloc(size);
156 SkDescriptor* getDesc() const { SkASSERT(fDesc); return fDesc; }
159 if (fDesc != (SkDescriptor*)(void*)fStorage) {
160 SkDescriptor::Free(fDesc);
    [all...]
SkGlyphCache.h 97 const SkDescriptor& getDescriptor() const { return *fDesc; }
258 SkDescriptor* const fDesc;
SkGlyphCache.cpp 39 : fDesc(desc->copy())
60 SkDescriptor::Free(fDesc);
528 if (cache->fDesc->equals(*desc)) {
  /external/skia/src/gpu/text/
GrFontScaler.h 25 explicit GrFontDescKey(const SkDescriptor& desc) : fDesc(desc), fHash(desc.getChecksum()) {}
30 return fHash == rh.fHash && fDesc.getDesc()->equals(*rh.fDesc.getDesc());
34 SkAutoDescriptor fDesc;
  /external/skia/src/gpu/effects/
GrTextureStripAtlas.cpp 44 GetCache()->remove(entry->fDesc);
61 entry->fDesc = desc;
74 , fDesc(desc)
80 SkASSERT(fNumRows * fDesc.fRowHeight == fDesc.fHeight);
82 fNormalizedYHeight = SK_Scalar1 / fDesc.fHeight;
124 fDesc.fContext->flush();
159 fTexture->writePixels(0, rowNumber * fDesc.fRowHeight,
160 fDesc.fWidth, fDesc.fRowHeight
    [all...]
GrTextureStripAtlas.h 73 GrContext* getContext() const { return fDesc.fContext; }
144 static const Desc& GetKey(const AtlasEntry& entry) { return entry.fDesc; }
150 Desc fDesc;
169 const Desc fDesc;
  /external/skia/src/gpu/vk/
GrVkBuffer.h 30 size_t size() const { return fDesc.fSizeInBytes; }
71 : fDesc(desc), fResource(resource), fMapPtr(nullptr) {
85 Desc fDesc;
GrVkRenderTarget.h 111 SkASSERT(kUnknown_GrPixelConfig != fDesc.fConfig);
112 SkASSERT(!GrPixelConfigIsCompressed(fDesc.fConfig));
113 size_t colorBytes = GrBytesPerPixel(fDesc.fConfig);
115 return fColorValuesPerPixel * fDesc.fWidth * fDesc.fHeight * colorBytes;
GrVkBuffer.cpp 96 fDesc.fSizeInBytes, // size
154 if (srcSizeInBytes > fDesc.fSizeInBytes) {
173 SkASSERT(!fResource || kVertex_Type == fDesc.fType || kIndex_Type == fDesc.fType
174 || kCopyRead_Type == fDesc.fType || kCopyWrite_Type == fDesc.fType
175 || kUniform_Type == fDesc.fType);
  /external/skia/src/gpu/glsl/
GrGLSLProgramBuilder.h 40 const GrProgramDesc& desc() const { return *fArgs.fDesc; }
41 const GrProgramDesc::KeyHeader& header() const { return fArgs.fDesc->header(); }
GrGLSLProgramBuilder.cpp 21 , fFS(this, args.fDesc->header().fFragPosKey)
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
cmdtree.h 260 WINBOOL fDesc;

Completed in 197 milliseconds