Lines Matching refs:this

4  * Use of this source code is governed by a BSD-style license that can be
52 // SkSurfaceCharacterization always needs a minimal version of this
121 bool operator!=(const GrBackendFormat& that) const { return !(*this == that); }
136 * If the backend API is GL this gets the format as a GrGLFormat. Otherwise, returns
144 * If the backend API is Vulkan this gets the format as a VkFormat and returns true. Otherwise,
154 * If the backend API is Dawn this gets the format as a wgpu::TextureFormat and returns true.
162 * If the backend API is Metal this gets the format as a GrMtlPixelFormat. Otherwise,
170 * If the backend API is Direct3D this gets the format as a DXGI_FORMAT and returns true.
179 * kUnknown, the compression type is not kNone, or this is a mock stencil format.
313 bool hasMipMaps() const { return this->hasMipmaps(); }
322 // Call this to indicate that the texture parameters have been modified in the GL context
339 // Anytime the client changes the VkImageLayout of the VkImage captured by this
340 // GrBackendTexture, they must call this function to notify Skia of the changed layout.
356 // Anytime the client changes the D3D12_RESOURCE_STATES of the D3D12_RESOURCE captured by this
357 // GrBackendTexture, they must call this function to notify Skia of the changed layout.
361 // Get the GrBackendFormat for this texture (or an invalid format if this is not valid).
369 // this function to inform Skia that those values have changed. The backend API specific state
370 // that can be set from this function are:
538 // Anytime the client changes the VkImageLayout of the VkImage captured by this
539 // GrBackendRenderTarget, they must call this function to notify Skia of the changed layout.
554 // Anytime the client changes the D3D12_RESOURCE_STATES of the D3D12_RESOURCE captured by this
555 // GrBackendTexture, they must call this function to notify Skia of the changed layout.
559 // Get the GrBackendFormat for this render target (or an invalid format if this is not valid).
567 // this function to inform Skia that those values have changed. The backend API specific state
568 // that can be set from this function are: