• Home
  • Raw
  • Download

Lines Matching refs:GrBackendTexture

284 GrBackendTexture::GrBackendTexture(int width,  in GrBackendTexture()  function in GrBackendTexture
295 GrBackendTexture::GrBackendTexture(int width, int height, const GrVkImageInfo& vkInfo) in GrBackendTexture() function in GrBackendTexture
297 : GrBackendTexture(width, height, vkInfo, in GrBackendTexture()
304 GrBackendTexture::GrBackendTexture(int width, in GrBackendTexture() function in GrBackendTexture
316 sk_sp<GrGLTextureParameters> GrBackendTexture::getGLTextureParams() const { in getGLTextureParams()
325 GrBackendTexture::GrBackendTexture(int width, in GrBackendTexture() function in GrBackendTexture
338 GrBackendTexture::GrBackendTexture(int width, in GrBackendTexture() function in GrBackendTexture
350 GrBackendTexture::GrBackendTexture(int width, in GrBackendTexture() function in GrBackendTexture
354 : GrBackendTexture(width, height, mipMapped, glInfo, sk_make_sp<GrGLTextureParameters>()) { in GrBackendTexture()
359 GrBackendTexture::GrBackendTexture(int width, in GrBackendTexture() function in GrBackendTexture
370 GrBackendTexture::~GrBackendTexture() { in ~GrBackendTexture()
374 void GrBackendTexture::cleanup() { in cleanup()
387 GrBackendTexture::GrBackendTexture(const GrBackendTexture& that) : fIsValid(false) { in GrBackendTexture() function in GrBackendTexture
391 GrBackendTexture& GrBackendTexture::operator=(const GrBackendTexture& that) { in operator =()
437 bool GrBackendTexture::getDawnImageInfo(GrDawnImageInfo* outInfo) const { in getDawnImageInfo()
446 bool GrBackendTexture::getVkImageInfo(GrVkImageInfo* outInfo) const { in getVkImageInfo()
456 void GrBackendTexture::setVkImageLayout(VkImageLayout layout) { in setVkImageLayout()
465 sk_sp<GrVkImageLayout> GrBackendTexture::getGrVkImageLayout() const { in getGrVkImageLayout()
474 bool GrBackendTexture::getMtlTextureInfo(GrMtlTextureInfo* outInfo) const { in getMtlTextureInfo()
483 bool GrBackendTexture::getGLTextureInfo(GrGLTextureInfo* outInfo) const { in getGLTextureInfo()
501 void GrBackendTexture::glTextureParametersModified() { in glTextureParametersModified()
509 bool GrBackendTexture::getMockTextureInfo(GrMockTextureInfo* outInfo) const { in getMockTextureInfo()
517 bool GrBackendTexture::isProtected() const { in isProtected()
524 bool GrBackendTexture::isSameTexture(const GrBackendTexture& that) { in isSameTexture()
551 GrBackendFormat GrBackendTexture::getBackendFormat() const { in getBackendFormat()
590 bool GrBackendTexture::TestingOnly_Equals(const GrBackendTexture& t0, const GrBackendTexture& t1) { in TestingOnly_Equals()