mock_library

package
v3.3.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jan 14, 2026 License: MIT Imports: 27 Imported by: 0

Documentation

Overview

Package mock_library is a generated GoMock package.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type MockLibrary

type MockLibrary struct {
	// contains filtered or unexported fields
}

MockLibrary is a mock of Library interface.

func NewMockLibrary

func NewMockLibrary(ctrl *gomock.Controller) *MockLibrary

NewMockLibrary creates a new mock instance.

func (*MockLibrary) EXPECT

func (m *MockLibrary) EXPECT() *MockLibraryMockRecorder

EXPECT returns an object that allows the caller to indicate expected use.

func (*MockLibrary) ExtDebugUtils

ExtDebugUtils mocks base method.

func (*MockLibrary) ExtFullScreenExclusive added in v3.2.0

func (m *MockLibrary) ExtFullScreenExclusive(driver core1_0.DeviceDriver, instance core1_0.Instance) ext_full_screen_exclusive.ExtensionDriver

ExtFullScreenExclusive mocks base method.

func (*MockLibrary) ExtHostQueryReset

ExtHostQueryReset mocks base method.

func (*MockLibrary) KhrAccelerationStructure added in v3.3.0

func (m *MockLibrary) KhrAccelerationStructure(driver core1_0.DeviceDriver) khr_acceleration_structure.ExtensionDriver

KhrAccelerationStructure mocks base method.

func (*MockLibrary) KhrBindMemory2

KhrBindMemory2 mocks base method.

func (*MockLibrary) KhrBufferDeviceAddress

func (m *MockLibrary) KhrBufferDeviceAddress(driver core1_0.DeviceDriver) khr_buffer_device_address.ExtensionDriver

KhrBufferDeviceAddress mocks base method.

func (*MockLibrary) KhrCreateRenderpass2

func (m *MockLibrary) KhrCreateRenderpass2(driver core1_0.DeviceDriver) khr_create_renderpass2.ExtensionDriver

KhrCreateRenderpass2 mocks base method.

func (*MockLibrary) KhrDeferredHostOperations added in v3.3.0

func (m *MockLibrary) KhrDeferredHostOperations(driver core1_0.DeviceDriver) khr_deferred_host_operations.ExtensionDriver

KhrDeferredHostOperations mocks base method.

func (*MockLibrary) KhrDescriptorUpdateTemplate

func (m *MockLibrary) KhrDescriptorUpdateTemplate(driver core1_0.DeviceDriver) khr_descriptor_update_template.ExtensionDriver

KhrDescriptorUpdateTemplate mocks base method.

func (*MockLibrary) KhrDeviceGroup

func (m *MockLibrary) KhrDeviceGroup(driver core1_0.DeviceDriver, instance core1_0.Instance) khr_device_group.ExtensionDriver

KhrDeviceGroup mocks base method.

func (*MockLibrary) KhrDrawIndirectCount

KhrDrawIndirectCount mocks base method.

func (*MockLibrary) KhrExternalFenceCapabilities

func (m *MockLibrary) KhrExternalFenceCapabilities(driver core1_0.DeviceDriver) khr_external_fence_capabilities.ExtensionDriver

KhrExternalFenceCapabilities mocks base method.

func (*MockLibrary) KhrExternalMemoryCapabilities

func (m *MockLibrary) KhrExternalMemoryCapabilities(driver core1_0.DeviceDriver) khr_external_memory_capabilities.ExtensionDriver

KhrExternalMemoryCapabilities mocks base method.

func (*MockLibrary) KhrExternalSemaphoreCapabilities

func (m *MockLibrary) KhrExternalSemaphoreCapabilities(driver core1_0.DeviceDriver) khr_external_semaphore_capabilities.ExtensionDriver

KhrExternalSemaphoreCapabilities mocks base method.

func (*MockLibrary) KhrGetMemoryRequirements2

func (m *MockLibrary) KhrGetMemoryRequirements2(driver core1_0.DeviceDriver) khr_get_memory_requirements2.ExtensionDriver

KhrGetMemoryRequirements2 mocks base method.

func (*MockLibrary) KhrGetPhysicalDeviceProperties2

KhrGetPhysicalDeviceProperties2 mocks base method.

func (*MockLibrary) KhrGetSurfaceCapabilities2 added in v3.1.0

KhrGetSurfaceCapabilities2 mocks base method.

func (*MockLibrary) KhrMaintenance1

KhrMaintenance1 mocks base method.

func (*MockLibrary) KhrMaintenance3

KhrMaintenance3 mocks base method.

func (*MockLibrary) KhrMaintenance4

KhrMaintenance4 mocks base method.

func (*MockLibrary) KhrSamplerYcbcrConversion

func (m *MockLibrary) KhrSamplerYcbcrConversion(driver core1_0.DeviceDriver) khr_sampler_ycbcr_conversion.ExtensionDriver

KhrSamplerYcbcrConversion mocks base method.

func (*MockLibrary) KhrSurface

KhrSurface mocks base method.

func (*MockLibrary) KhrSwapchain

KhrSwapchain mocks base method.

func (*MockLibrary) KhrTimelineSemaphore

func (m *MockLibrary) KhrTimelineSemaphore(driver core1_0.DeviceDriver) khr_timeline_semaphore.ExtensionDriver

KhrTimelineSemaphore mocks base method.

type MockLibraryMockRecorder

type MockLibraryMockRecorder struct {
	// contains filtered or unexported fields
}

MockLibraryMockRecorder is the mock recorder for MockLibrary.

func (*MockLibraryMockRecorder) ExtDebugUtils

func (mr *MockLibraryMockRecorder) ExtDebugUtils(driver any) *gomock.Call

ExtDebugUtils indicates an expected call of ExtDebugUtils.

func (*MockLibraryMockRecorder) ExtFullScreenExclusive added in v3.2.0

func (mr *MockLibraryMockRecorder) ExtFullScreenExclusive(driver, instance any) *gomock.Call

ExtFullScreenExclusive indicates an expected call of ExtFullScreenExclusive.

func (*MockLibraryMockRecorder) ExtHostQueryReset

func (mr *MockLibraryMockRecorder) ExtHostQueryReset(driver any) *gomock.Call

ExtHostQueryReset indicates an expected call of ExtHostQueryReset.

func (*MockLibraryMockRecorder) KhrAccelerationStructure added in v3.3.0

func (mr *MockLibraryMockRecorder) KhrAccelerationStructure(driver any) *gomock.Call

KhrAccelerationStructure indicates an expected call of KhrAccelerationStructure.

func (*MockLibraryMockRecorder) KhrBindMemory2

func (mr *MockLibraryMockRecorder) KhrBindMemory2(driver any) *gomock.Call

KhrBindMemory2 indicates an expected call of KhrBindMemory2.

func (*MockLibraryMockRecorder) KhrBufferDeviceAddress

func (mr *MockLibraryMockRecorder) KhrBufferDeviceAddress(driver any) *gomock.Call

KhrBufferDeviceAddress indicates an expected call of KhrBufferDeviceAddress.

func (*MockLibraryMockRecorder) KhrCreateRenderpass2

func (mr *MockLibraryMockRecorder) KhrCreateRenderpass2(driver any) *gomock.Call

KhrCreateRenderpass2 indicates an expected call of KhrCreateRenderpass2.

func (*MockLibraryMockRecorder) KhrDeferredHostOperations added in v3.3.0

func (mr *MockLibraryMockRecorder) KhrDeferredHostOperations(driver any) *gomock.Call

KhrDeferredHostOperations indicates an expected call of KhrDeferredHostOperations.

func (*MockLibraryMockRecorder) KhrDescriptorUpdateTemplate

func (mr *MockLibraryMockRecorder) KhrDescriptorUpdateTemplate(driver any) *gomock.Call

KhrDescriptorUpdateTemplate indicates an expected call of KhrDescriptorUpdateTemplate.

func (*MockLibraryMockRecorder) KhrDeviceGroup

func (mr *MockLibraryMockRecorder) KhrDeviceGroup(driver, instance any) *gomock.Call

KhrDeviceGroup indicates an expected call of KhrDeviceGroup.

func (*MockLibraryMockRecorder) KhrDrawIndirectCount

func (mr *MockLibraryMockRecorder) KhrDrawIndirectCount(driver any) *gomock.Call

KhrDrawIndirectCount indicates an expected call of KhrDrawIndirectCount.

func (*MockLibraryMockRecorder) KhrExternalFenceCapabilities

func (mr *MockLibraryMockRecorder) KhrExternalFenceCapabilities(driver any) *gomock.Call

KhrExternalFenceCapabilities indicates an expected call of KhrExternalFenceCapabilities.

func (*MockLibraryMockRecorder) KhrExternalMemoryCapabilities

func (mr *MockLibraryMockRecorder) KhrExternalMemoryCapabilities(driver any) *gomock.Call

KhrExternalMemoryCapabilities indicates an expected call of KhrExternalMemoryCapabilities.

func (*MockLibraryMockRecorder) KhrExternalSemaphoreCapabilities

func (mr *MockLibraryMockRecorder) KhrExternalSemaphoreCapabilities(driver any) *gomock.Call

KhrExternalSemaphoreCapabilities indicates an expected call of KhrExternalSemaphoreCapabilities.

func (*MockLibraryMockRecorder) KhrGetMemoryRequirements2

func (mr *MockLibraryMockRecorder) KhrGetMemoryRequirements2(driver any) *gomock.Call

KhrGetMemoryRequirements2 indicates an expected call of KhrGetMemoryRequirements2.

func (*MockLibraryMockRecorder) KhrGetPhysicalDeviceProperties2

func (mr *MockLibraryMockRecorder) KhrGetPhysicalDeviceProperties2(driver any) *gomock.Call

KhrGetPhysicalDeviceProperties2 indicates an expected call of KhrGetPhysicalDeviceProperties2.

func (*MockLibraryMockRecorder) KhrGetSurfaceCapabilities2 added in v3.1.0

func (mr *MockLibraryMockRecorder) KhrGetSurfaceCapabilities2(driver any) *gomock.Call

KhrGetSurfaceCapabilities2 indicates an expected call of KhrGetSurfaceCapabilities2.

func (*MockLibraryMockRecorder) KhrMaintenance1

func (mr *MockLibraryMockRecorder) KhrMaintenance1(driver any) *gomock.Call

KhrMaintenance1 indicates an expected call of KhrMaintenance1.

func (*MockLibraryMockRecorder) KhrMaintenance3

func (mr *MockLibraryMockRecorder) KhrMaintenance3(driver any) *gomock.Call

KhrMaintenance3 indicates an expected call of KhrMaintenance3.

func (*MockLibraryMockRecorder) KhrMaintenance4

func (mr *MockLibraryMockRecorder) KhrMaintenance4(driver any) *gomock.Call

KhrMaintenance4 indicates an expected call of KhrMaintenance4.

func (*MockLibraryMockRecorder) KhrSamplerYcbcrConversion

func (mr *MockLibraryMockRecorder) KhrSamplerYcbcrConversion(driver any) *gomock.Call

KhrSamplerYcbcrConversion indicates an expected call of KhrSamplerYcbcrConversion.

func (*MockLibraryMockRecorder) KhrSurface

func (mr *MockLibraryMockRecorder) KhrSurface(driver any) *gomock.Call

KhrSurface indicates an expected call of KhrSurface.

func (*MockLibraryMockRecorder) KhrSwapchain

func (mr *MockLibraryMockRecorder) KhrSwapchain(driver any) *gomock.Call

KhrSwapchain indicates an expected call of KhrSwapchain.

func (*MockLibraryMockRecorder) KhrTimelineSemaphore

func (mr *MockLibraryMockRecorder) KhrTimelineSemaphore(driver any) *gomock.Call

KhrTimelineSemaphore indicates an expected call of KhrTimelineSemaphore.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL