/external/skia/src/gpu/vk/ |
GrVkCaps.cpp | 79 bool dstHasYcbcr, GrPixelConfig srcConfig, int srcSampleCnt, 81 if ((dstSampleCnt > 1 || srcSampleCnt > 1) && dstSampleCnt != srcSampleCnt) { 104 bool dstHasYcbcr, GrPixelConfig srcConfig, int srcSampleCnt, 120 if (dstSampleCnt > 1 || srcSampleCnt > 1) { 133 GrPixelConfig srcConfig, int srcSampleCnt, 136 if (srcSampleCnt <= 1) { 199 int srcSampleCnt = 0; 216 srcSampleCnt = rtProxy->numColorSamples(); 219 SkASSERT((srcSampleCnt > 0) == SkToBool(src->asRenderTargetProxy())) [all...] |
GrVkCaps.h | 145 bool dstHasYcbcr, GrPixelConfig srcConfig, int srcSamplecnt, 149 bool dstHasYcbcr, GrPixelConfig srcConfig, int srcSampleCnt, 153 bool dstHasYcbcr, GrPixelConfig srcConfig, int srcSamplecnt,
|
GrVkGpu.cpp | [all...] |
/external/skqp/src/gpu/vk/ |
GrVkCaps.cpp | 78 GrPixelConfig srcConfig, int srcSampleCnt, 80 if ((dstSampleCnt > 1 || srcSampleCnt > 1) && dstSampleCnt != srcSampleCnt) { 99 GrPixelConfig srcConfig, int srcSampleCnt, bool srcIsLinear) const { 114 if (dstSampleCnt > 1 || srcSampleCnt > 1) { 123 int srcSampleCnt, GrSurfaceOrigin srcOrigin) const { 125 if (srcSampleCnt <= 1) { 179 int srcSampleCnt = 0; 196 srcSampleCnt = rtProxy->numColorSamples(); 199 SkASSERT((srcSampleCnt > 0) == SkToBool(src->asRenderTargetProxy())) [all...] |
GrVkCaps.h | 134 GrPixelConfig srcConfig, int srcSamplecnt, GrSurfaceOrigin srcOrigin) const; 137 GrPixelConfig srcConfig, int srcSampleCnt, bool srcIsLinear) const; 140 GrPixelConfig srcConfig, int srcSamplecnt,
|
GrVkGpu.cpp | [all...] |
/external/skqp/src/gpu/mtl/ |
GrMtlCaps.mm | 175 int srcSampleCnt = 0; 180 srcSampleCnt = rtProxy->numColorSamples(); 183 SkASSERT((srcSampleCnt > 0) == SkToBool(src->asRenderTargetProxy())); 186 src->config(), srcSampleCnt, srcOrigin,
|
GrMtlGpu.mm | 598 int srcSampleCnt = get_surface_sample_cnt(src); 600 src->config(), srcSampleCnt, srcOrigin, 649 int srcSampleCnt = get_surface_sample_cnt(src); 652 src->config(), srcSampleCnt, srcOrigin, 719 int srcSampleCnt = get_surface_sample_cnt(src); 721 if (dstSampleCnt > 1 || srcSampleCnt > 1) { 732 srcConfig, srcSampleCnt, srcOrigin,
|
/external/skia/src/gpu/mtl/ |
GrMtlCaps.mm | 175 int srcSampleCnt = 0; 180 srcSampleCnt = rtProxy->numColorSamples(); 183 SkASSERT((srcSampleCnt > 0) == SkToBool(src->asRenderTargetProxy())); 186 src->config(), srcSampleCnt, srcOrigin,
|
GrMtlGpu.mm | 660 int srcSampleCnt = get_surface_sample_cnt(src); 662 src->config(), srcSampleCnt, srcOrigin, 711 int srcSampleCnt = get_surface_sample_cnt(src); 714 src->config(), srcSampleCnt, srcOrigin, 781 int srcSampleCnt = get_surface_sample_cnt(src); 783 if (dstSampleCnt > 1 || srcSampleCnt > 1) { 795 srcConfig, srcSampleCnt, srcOrigin, [all...] |
/external/skia/src/gpu/gl/ |
GrGLCaps.cpp | [all...] |
GrGLCaps.h | 407 GrPixelConfig srcConfig, int srcSampleCnt,
|
GrGLGpu.cpp | [all...] |
/external/skqp/src/gpu/gl/ |
GrGLCaps.cpp | [all...] |
GrGLCaps.h | 407 GrPixelConfig srcConfig, int srcSampleCnt,
|
GrGLGpu.cpp | [all...] |