Lines Matching refs:backend
21 // Creates an invalid backend texture.
65 GrBackend backend() const {return fBackend; }
67 // If the backend API is GL, this returns a pointer to the GrGLTextureInfo struct. Otherwise
72 // If the backend API is Vulkan, this returns a pointer to the GrVkImageInfo struct. Otherwise
77 // If the backend API is Mock, this returns a pointer to the GrMockTextureInfo struct. Otherwise
81 // Returns true if the backend texture has been initialized.
112 // Creates an invalid backend texture.
143 GrBackend backend() const {return fBackend; }
145 // If the backend API is GL, this returns a pointer to the GrGLFramebufferInfo struct. Otherwise
150 // If the backend API is Vulkan, this returns a pointer to the GrVkImageInfo struct. Otherwise
155 // Returns true if the backend texture has been initialized.