Lines Matching defs:GrBackendTexture
450 GrBackendTexture::GrBackendTexture() : fIsValid(false) {} in GrBackendTexture() function in GrBackendTexture
453 GrBackendTexture::GrBackendTexture(int width, in GrBackendTexture() function in GrBackendTexture
466 GrBackendTexture::GrBackendTexture(int width, int height, const GrVkImageInfo& vkInfo) in GrBackendTexture() function in GrBackendTexture
498 GrBackendTexture::GrBackendTexture(int width, in GrBackendTexture() function in GrBackendTexture
513 GrBackendTexture::GrBackendTexture(int width, in GrBackendTexture() function in GrBackendTexture
535 GrBackendTexture::GrBackendTexture(int width, in GrBackendTexture() function in GrBackendTexture
549 GrBackendTexture::GrBackendTexture(int width, int height, const GrD3DTextureResourceInfo& d3dInfo) in GrBackendTexture() function in GrBackendTexture
555 GrBackendTexture::GrBackendTexture(int width, in GrBackendTexture() function in GrBackendTexture
569 GrBackendTexture::GrBackendTexture(int width, in GrBackendTexture() function in GrBackendTexture
579 GrBackendTexture::GrBackendTexture(int width, in GrBackendTexture() function in GrBackendTexture
613 GrBackendTexture::GrBackendTexture(const GrBackendTexture& that) : fIsValid(false) { in GrBackendTexture() function in GrBackendTexture