Lines Matching refs:backend
377 static GrBackendTexture make_backend_texture_from_handle(GrBackend backend,
381 switch (backend) {
486 GrBackend backend = ctx->contextPriv().getBackend();
487 backendTextures[0] = make_backend_texture_from_handle(backend,
492 backendTextures[1] = make_backend_texture_from_handle(backend,
499 backendTextures[2] = make_backend_texture_from_handle(backend,
741 // Steal the backend texture from the GrTexture, releasing the GrTexture in the process.