Lines Matching defs:GrBackendTexture
413 GrBackendTexture::GrBackendTexture() : fIsValid(false) {} in GrBackendTexture() function in GrBackendTexture
416 GrBackendTexture::GrBackendTexture(int width, in GrBackendTexture() function in GrBackendTexture
428 GrBackendTexture::GrBackendTexture(int width, int height, const GrVkImageInfo& vkInfo) in GrBackendTexture() function in GrBackendTexture
452 GrBackendTexture::GrBackendTexture(int width, in GrBackendTexture() function in GrBackendTexture
466 GrBackendTexture::GrBackendTexture(int width, in GrBackendTexture() function in GrBackendTexture
487 GrBackendTexture::GrBackendTexture(int width, in GrBackendTexture() function in GrBackendTexture
500 GrBackendTexture::GrBackendTexture(int width, int height, const GrD3DTextureResourceInfo& d3dInfo) in GrBackendTexture() function in GrBackendTexture
506 GrBackendTexture::GrBackendTexture(int width, in GrBackendTexture() function in GrBackendTexture
519 GrBackendTexture::GrBackendTexture(int width, in GrBackendTexture() function in GrBackendTexture
529 GrBackendTexture::GrBackendTexture(int width, in GrBackendTexture() function in GrBackendTexture
562 GrBackendTexture::GrBackendTexture(const GrBackendTexture& that) : fIsValid(false) { in GrBackendTexture() function in GrBackendTexture