Home | History | Annotate | Download | only in image

Lines Matching refs:backend

373 static GrBackendTexture make_backend_texture_from_handle(GrBackend backend,
377 switch (backend) {
482 GrBackend backend = ctx->contextPriv().getBackend();
483 backendTextures[0] = make_backend_texture_from_handle(backend,
488 backendTextures[1] = make_backend_texture_from_handle(backend,
495 backendTextures[2] = make_backend_texture_from_handle(backend,
1101 // Steal the backend texture from the GrTexture, releasing the GrTexture in the process.