Lines Matching full:backend
47 * Create an instance of GrGpu that matches the specified backend. If the requested backend is
69 // No cleanup should be attempted, immediately cease making backend API calls
72 // ensure no backend backend 3D API calls will be made after disconnect() returns.
76 // Called by GrContext when the underlying backend context is already or will be destroyed
447 /** Creates a texture directly in the backend API without wrapping it in a GrTexture. This is
453 /** Check a handle represents an actual texture in the backend API that has not been freed. */
455 /** If ownership of the backend texture has been transferred pass true for abandonTexture. This
456 will do any necessary cleanup of the handle without freeing the texture in the backend
535 // overridden by backend-specific derived class to create objects.
566 // overridden by backend-specific derived class to perform the surface read
574 // overridden by backend-specific derived class to perform the surface write
580 // overridden by backend-specific derived class to perform the surface write
586 // overridden by backend-specific derived class to perform the resolve
589 // overridden by backend specific derived class to perform the copy surface
595 // overridden by backend specific derived class to perform the multisample queries