Lines Matching defs:height
454 int height,
458 , fHeight(height)
466 GrBackendTexture::GrBackendTexture(int width, int height, const GrVkImageInfo& vkInfo)
467 : GrBackendTexture(width, height, vkInfo,
499 int height,
504 , fHeight(height)
514 int height,
520 , fHeight(height)
536 int height,
541 , fHeight(height)
549 GrBackendTexture::GrBackendTexture(int width, int height, const GrD3DTextureResourceInfo& d3dInfo)
551 width, height, d3dInfo,
556 int height,
561 , fHeight(height)
570 int height,
573 : GrBackendTexture(width, height, mipmapped, glInfo, sk_make_sp<GrGLTextureParameters>()) {
580 int height,
585 , fHeight(height)
919 int height,
926 , fHeight(height)
943 int height,
946 : GrBackendRenderTarget(width, height, resolve_vkii_sample_count(vkInfo, sampleCnt)) {}
949 int height,
951 : GrBackendRenderTarget(width, height, vkInfo,
960 int height,
965 , fHeight(height)
974 GrBackendRenderTarget::GrBackendRenderTarget(int width, int height, const GrMtlTextureInfo& mtlInfo)
978 , fHeight(height)
984 GrBackendRenderTarget::GrBackendRenderTarget(int width, int height,
987 : GrBackendRenderTarget(width, height, mtlInfo) {
993 GrBackendRenderTarget::GrBackendRenderTarget(int width, int height,
996 width, height, d3dInfo,
1001 int height,
1006 , fHeight(height)
1014 int height,
1019 , fHeight(height)
1029 int height,
1035 , fHeight(height)