Lines Matching defs:width
453 GrBackendTexture::GrBackendTexture(int width,
457 , fWidth(width)
466 GrBackendTexture::GrBackendTexture(int width, int height, const GrVkImageInfo& vkInfo)
467 : GrBackendTexture(width, height, vkInfo,
498 GrBackendTexture::GrBackendTexture(int width,
503 , fWidth(width)
513 GrBackendTexture::GrBackendTexture(int width,
519 , fWidth(width)
535 GrBackendTexture::GrBackendTexture(int width,
540 , fWidth(width)
549 GrBackendTexture::GrBackendTexture(int width, int height, const GrD3DTextureResourceInfo& d3dInfo)
551 width, height, d3dInfo,
555 GrBackendTexture::GrBackendTexture(int width,
560 , fWidth(width)
569 GrBackendTexture::GrBackendTexture(int width,
573 : GrBackendTexture(width, height, mipmapped, glInfo, sk_make_sp<GrGLTextureParameters>()) {
579 GrBackendTexture::GrBackendTexture(int width,
584 , fWidth(width)
918 GrBackendRenderTarget::GrBackendRenderTarget(int width,
925 , fWidth(width)
942 GrBackendRenderTarget::GrBackendRenderTarget(int width,
946 : GrBackendRenderTarget(width, height, resolve_vkii_sample_count(vkInfo, sampleCnt)) {}
948 GrBackendRenderTarget::GrBackendRenderTarget(int width,
951 : GrBackendRenderTarget(width, height, vkInfo,
959 GrBackendRenderTarget::GrBackendRenderTarget(int width,
964 , fWidth(width)
974 GrBackendRenderTarget::GrBackendRenderTarget(int width, int height, const GrMtlTextureInfo& mtlInfo)
977 , fWidth(width)
984 GrBackendRenderTarget::GrBackendRenderTarget(int width, int height,
987 : GrBackendRenderTarget(width, height, mtlInfo) {
993 GrBackendRenderTarget::GrBackendRenderTarget(int width, int height,
996 width, height, d3dInfo,
1000 GrBackendRenderTarget::GrBackendRenderTarget(int width,
1005 , fWidth(width)
1013 GrBackendRenderTarget::GrBackendRenderTarget(int width,
1018 : fWidth(width)
1028 GrBackendRenderTarget::GrBackendRenderTarget(int width,
1034 , fWidth(width)