HomeSort by relevance Sort by last modified time
    Searched refs:fSampleCnt (Results 1 - 25 of 76) sorted by null

1 2 3 4

  /external/skia/src/gpu/
GrStencilAttachment.h 27 int numSamples() const { return fSampleCnt; }
43 , fSampleCnt(sampleCnt)
53 int fSampleCnt;
GrRenderTargetProxy.cpp 24 , fSampleCnt(desc.fSampleCnt)
29 if (caps.usesMixedSamples() && fSampleCnt > 1) {
45 , fSampleCnt(desc.fSampleCnt)
54 , fSampleCnt(fTarget->asRenderTarget()->numStencilSamples())
71 if (!this->instantiateImpl(resourceProvider, fSampleCnt, fNeedsStencil, kFlags,
86 sk_sp<GrSurface> surface = this->createSurfaceImpl(resourceProvider, fSampleCnt, fNeedsStencil,
GrRenderTarget.cpp 25 , fSampleCnt(desc.fSampleCnt)
29 SkASSERT(!(fFlags & GrRenderTargetFlags::kMixedSampled) || fSampleCnt > 1);
GrBackendSurface.cpp 158 , fSampleCnt(SkTMax(1, sampleCnt))
173 , fSampleCnt(SkTMax(1, sampleCnt))
186 , fSampleCnt(SkTMax(1, sampleCnt))
GrSurface.cpp 32 SkASSERT(desc.fSampleCnt >= 1);
33 int colorValuesPerPixel = desc.fSampleCnt;
34 if (desc.fSampleCnt > 1) {
  /external/skqp/src/gpu/
GrStencilAttachment.h 27 int numSamples() const { return fSampleCnt; }
43 , fSampleCnt(sampleCnt)
52 int fSampleCnt;
GrRenderTargetProxy.cpp 24 , fSampleCnt(desc.fSampleCnt)
29 if (caps.usesMixedSamples() && fSampleCnt > 1) {
43 , fSampleCnt(desc.fSampleCnt)
52 , fSampleCnt(fTarget->asRenderTarget()->numStencilSamples())
69 if (!this->instantiateImpl(resourceProvider, fSampleCnt, fNeedsStencil, kFlags,
85 sk_sp<GrSurface> surface = this->createSurfaceImpl(resourceProvider, fSampleCnt, fNeedsStencil,
GrRenderTarget.cpp 25 , fSampleCnt(desc.fSampleCnt)
30 SkASSERT(!(fFlags & GrRenderTargetFlags::kMixedSampled) || fSampleCnt > 1);
GrBackendSurface.cpp 109 , fSampleCnt(SkTMax(1, sampleCnt))
124 , fSampleCnt(SkTMax(1, sampleCnt))
137 , fSampleCnt(SkTMax(1, sampleCnt))
GrSurface.cpp 32 SkASSERT(desc.fSampleCnt >= 1);
33 int colorValuesPerPixel = desc.fSampleCnt;
34 if (desc.fSampleCnt > 1) {
GrGpu.cpp 97 if (*isRT && !caps.isConfigRenderable(desc.fConfig, desc.fSampleCnt > 1)) {
101 if (desc.fSampleCnt < 1) {
106 if (!*isRT && desc.fSampleCnt > 1) {
139 desc.fSampleCnt = caps->getSampleCount(desc.fSampleCnt, desc.fConfig);
140 if (!desc.fSampleCnt) {
145 SkASSERT(desc.fSampleCnt > 0 && desc.fSampleCnt <= 64);
  /external/skia/include/gpu/
GrRenderTarget.h 36 bool isStencilBufferMultisampled() const { return fSampleCnt > 1; }
39 SkASSERT(fSampleCnt >= 1);
40 if (fSampleCnt <= 1) {
51 int numStencilSamples() const { return fSampleCnt; }
57 return GrFSAAType::kMixedSamples == this->fsaaType() ? 1 : fSampleCnt;
136 int fSampleCnt;
GrBackendSurface.h 206 int sampleCnt() const { return fSampleCnt; }
239 int fSampleCnt;
  /external/skqp/include/gpu/
GrRenderTarget.h 36 bool isStencilBufferMultisampled() const { return fSampleCnt > 1; }
39 SkASSERT(fSampleCnt >= 1);
40 if (fSampleCnt <= 1) {
51 int numStencilSamples() const { return fSampleCnt; }
57 return GrFSAAType::kMixedSamples == this->fsaaType() ? 1 : fSampleCnt;
136 int fSampleCnt;
GrBackendSurface.h 141 int sampleCnt() const { return fSampleCnt; }
171 int fSampleCnt;
  /external/skia/include/private/
GrRenderTargetProxy.h 29 if (fSampleCnt <= 1) {
47 int numStencilSamples() const { return fSampleCnt; }
53 return GrFSAAType::kMixedSamples == this->fsaaType() ? 1 : fSampleCnt;
93 int fSampleCnt;
  /external/skqp/include/private/
GrRenderTargetProxy.h 29 if (fSampleCnt <= 1) {
47 int numStencilSamples() const { return fSampleCnt; }
53 return GrFSAAType::kMixedSamples == this->fsaaType() ? 1 : fSampleCnt;
92 int fSampleCnt;
  /external/skia/src/gpu/vk/
GrVkRenderTarget.cpp 42 SkASSERT(desc.fSampleCnt > 1);
65 SkASSERT(desc.fSampleCnt > 1);
85 SkASSERT(1 == desc.fSampleCnt);
105 SkASSERT(1 == desc.fSampleCnt);
124 if (desc.fSampleCnt > 1) {
131 msImageDesc.fSamples = desc.fSampleCnt;
161 if (desc.fSampleCnt > 1) {
169 if (desc.fSampleCnt > 1) {
GrVkTextureRenderTarget.cpp 109 if (desc.fSampleCnt > 1) {
116 msImageDesc.fSamples = desc.fSampleCnt;
148 if (desc.fSampleCnt > 1) {
157 if (desc.fSampleCnt > 1) {
  /external/skqp/src/gpu/vk/
GrVkRenderTarget.cpp 42 SkASSERT(desc.fSampleCnt > 1);
65 SkASSERT(desc.fSampleCnt > 1);
85 SkASSERT(1 == desc.fSampleCnt);
105 SkASSERT(1 == desc.fSampleCnt);
124 if (desc.fSampleCnt > 1) {
131 msImageDesc.fSamples = desc.fSampleCnt;
161 if (desc.fSampleCnt > 1) {
169 if (desc.fSampleCnt > 1) {
GrVkTextureRenderTarget.cpp 109 if (desc.fSampleCnt > 1) {
116 msImageDesc.fSamples = desc.fSampleCnt;
148 if (desc.fSampleCnt > 1) {
157 if (desc.fSampleCnt > 1) {
  /external/skia/src/utils/win/
SkWGL_win.cpp 109 int fSampleCnt;
114 if (a.fSampleCnt < b.fSampleCnt) {
116 } else if (b.fSampleCnt < a.fSampleCnt) {
150 rankedFormats[i].fSampleCnt = SkTMax(1, numSamples);
164 if (desiredSampleCount == 1 && rankedFormats[idx].fSampleCnt != 1) {
  /external/skqp/src/utils/win/
SkWGL_win.cpp 109 int fSampleCnt;
114 if (a.fSampleCnt < b.fSampleCnt) {
116 } else if (b.fSampleCnt < a.fSampleCnt) {
150 rankedFormats[i].fSampleCnt = SkTMax(1, numSamples);
164 if (desiredSampleCount == 1 && rankedFormats[idx].fSampleCnt != 1) {
  /external/skia/src/gpu/mtl/
GrMtlRenderTarget.mm 21 if (desc.fSampleCnt) {
  /external/skqp/src/gpu/mtl/
GrMtlRenderTarget.mm 21 if (desc.fSampleCnt) {

Completed in 455 milliseconds

1 2 3 4