• Home
  • Raw
  • Download

Lines Matching refs:GrBackendTexture

170 GrBackendTexture::GrBackendTexture(int width,  in GrBackendTexture()  function in GrBackendTexture
174 : GrBackendTexture(width, height, vkInfo, in GrBackendTexture()
181 GrBackendTexture::GrBackendTexture(int width, in GrBackendTexture() function in GrBackendTexture
196 GrBackendTexture::GrBackendTexture(int width, in GrBackendTexture() function in GrBackendTexture
209 GrBackendTexture::GrBackendTexture(int width, in GrBackendTexture() function in GrBackendTexture
221 GrBackendTexture::GrBackendTexture(int width, in GrBackendTexture() function in GrBackendTexture
233 GrBackendTexture::~GrBackendTexture() { in ~GrBackendTexture()
237 void GrBackendTexture::cleanup() { in cleanup()
245 GrBackendTexture::GrBackendTexture(const GrBackendTexture& that) : fIsValid(false) { in GrBackendTexture() function in GrBackendTexture
249 GrBackendTexture& GrBackendTexture::operator=(const GrBackendTexture& that) { in operator =()
285 bool GrBackendTexture::getVkImageInfo(GrVkImageInfo* outInfo) const { in getVkImageInfo()
295 void GrBackendTexture::setVkImageLayout(VkImageLayout layout) { in setVkImageLayout()
310 sk_sp<GrVkImageLayout> GrBackendTexture::getGrVkImageLayout() const { in getGrVkImageLayout()
320 bool GrBackendTexture::getMtlTextureInfo(GrMtlTextureInfo* outInfo) const { in getMtlTextureInfo()
329 bool GrBackendTexture::getGLTextureInfo(GrGLTextureInfo* outInfo) const { in getGLTextureInfo()
337 bool GrBackendTexture::getMockTextureInfo(GrMockTextureInfo* outInfo) const { in getMockTextureInfo()
345 GrBackendFormat GrBackendTexture::getBackendFormat() const { in getBackendFormat()
377 bool GrBackendTexture::TestingOnly_Equals(const GrBackendTexture& t0, const GrBackendTexture& t1) { in TestingOnly_Equals()