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

  /external/skia/include/gpu/
GrRenderTarget.h 75 bool isMultisampled() const { return 0 != fSampleCnt; }
80 int numSamples() const { return fSampleCnt; }
187 , fSampleCnt(sampleCnt) {
208 int fSampleCnt;
GrTypes.h 494 * This field has two names for legacy reasons. Use the fSampleCnt name.
498 int fSampleCnt;
653 int fSampleCnt;
682 int fSampleCnt;
  /external/skia/src/gpu/
GrStencilBuffer.h 30 int numSamples() const { return fSampleCnt; }
72 , fSampleCnt(sampleCnt)
94 int fSampleCnt;
GrRenderTarget.cpp 63 size *= GrMax(1,fSampleCnt);
SkGrTexturePixelRef.cpp 66 desc.fSampleCnt = 0;
GrContext.cpp 316 desc.fSampleCnt, false, v);
425 desc.fHeight, desc.fSampleCnt, true, v);
    [all...]
  /external/skia/src/gpu/gl/
GrGLRenderTarget.cpp 40 desc.fSampleCnt) {
62 desc.fSampleCnt) {
GrGLRenderTarget.h 34 int fSampleCnt;
GrGpuGL.cpp 323 dstDesc.fSampleCnt = 0;
504 glRTDesc.fSampleCnt = desc.fSampleCnt;
529 glDesc.fSampleCnt = desc.fSampleCnt;
548 desc.fSampleCnt,
802 if (desc->fSampleCnt > 0) {
823 GrAssert(desc->fSampleCnt > 1);
829 desc->fSampleCnt,
    [all...]
  /external/webkit/Source/WebCore/platform/graphics/android/rendering/
GaneshContext.cpp 156 renderTargetDesc.fSampleCnt = 0;
  /external/skia/gm/
texdata.cpp 84 desc.fSampleCnt = 0;
  /external/skia/samplecode/
SampleApp.cpp 245 GR_GL_GetIntegerv(fGL, GR_GL_SAMPLES, &desc.fSampleCnt);
260 desc.fSampleCnt = 0;
    [all...]

Completed in 304 milliseconds