Home
last modified time | relevance | path

Searched defs:factory (Results 1 – 25 of 66) sorted by relevance

123

/device/generic/vulkan-cereal/third-party/angle/src/libANGLE/
DResourceManager.h85 ANGLE_INLINE ResourceType *checkObjectAllocation(rx::GLImplFactory *factory, in checkObjectAllocation()
109 ResourceType *checkObjectAllocationImpl(rx::GLImplFactory *factory, in checkObjectAllocationImpl()
131 ANGLE_INLINE Buffer *checkBufferAllocation(rx::GLImplFactory *factory, BufferID handle) in checkBufferAllocation()
195 ANGLE_INLINE Texture *checkTextureAllocation(rx::GLImplFactory *factory, in checkTextureAllocation()
222 Renderbuffer *checkRenderbufferAllocation(rx::GLImplFactory *factory, RenderbufferID handle) in checkRenderbufferAllocation()
242 Sampler *checkSamplerAllocation(rx::GLImplFactory *factory, SamplerID handle) in checkSamplerAllocation()
276 Framebuffer *checkFramebufferAllocation(rx::GLImplFactory *factory, in checkFramebufferAllocation()
303 ProgramPipeline *checkProgramPipelineAllocation(rx::GLImplFactory *factory, in checkProgramPipelineAllocation()
DResourceManager.cpp125 Buffer *BufferManager::AllocateNewObject(rx::GLImplFactory *factory, BufferID handle) in AllocateNewObject()
172 ShaderProgramID ShaderProgramManager::createShader(rx::GLImplFactory *factory, in createShader()
192 ShaderProgramID ShaderProgramManager::createProgram(rx::GLImplFactory *factory) in createProgram()
230 Texture *TextureManager::AllocateNewObject(rx::GLImplFactory *factory, in AllocateNewObject()
271 Renderbuffer *RenderbufferManager::AllocateNewObject(rx::GLImplFactory *factory, in AllocateNewObject()
298 Sampler *SamplerManager::AllocateNewObject(rx::GLImplFactory *factory, SamplerID handle) in AllocateNewObject()
334 GLuint SyncManager::createSync(rx::GLImplFactory *factory) in createSync()
351 Framebuffer *FramebufferManager::AllocateNewObject(rx::GLImplFactory *factory, in AllocateNewObject()
398 ProgramPipeline *ProgramPipelineManager::AllocateNewObject(rx::GLImplFactory *factory, in AllocateNewObject()
440 MemoryObjectID MemoryObjectManager::createMemoryObject(rx::GLImplFactory *factory) in createMemoryObject()
[all …]
DFence_unittest.cpp51 NiceMock<rx::MockGLFactory> factory; member in __anonccaa31810111::FenceNVTest
108 NiceMock<rx::MockGLFactory> factory; member in __anonccaa31810111::FenceSyncTest
DFence.cpp21 FenceNV::FenceNV(rx::GLImplFactory *factory) in FenceNV()
66 Sync::Sync(rx::GLImplFactory *factory, GLuint id) in Sync()
DSurface_unittest.cpp62 NiceMock<MockEGLFactory> factory; in TEST() local
DMemoryObject.cpp17 MemoryObject::MemoryObject(rx::GLImplFactory *factory, MemoryObjectID id) in MemoryObject()
DOverlay.cpp37 Overlay::Overlay(rx::GLImplFactory *factory) in Overlay()
DSemaphore.cpp17 Semaphore::Semaphore(rx::GLImplFactory *factory, SemaphoreID id) in Semaphore()
DEGLSync.cpp20 Sync::Sync(rx::EGLImplFactory *factory, EGLenum type, const AttributeMap &attribs) in Sync()
DImage.cpp145 ExternalImageSibling::ExternalImageSibling(rx::EGLImplFactory *factory, in ExternalImageSibling()
246 Image::Image(rx::EGLImplFactory *factory, in Image()
DQuery.cpp16 Query::Query(rx::GLImplFactory *factory, QueryType type, QueryID id) in Query()
/device/generic/vulkan-cereal/third-party/angle/src/libANGLE/renderer/d3d/
DIndexBuffer.cpp37 IndexBufferInterface::IndexBufferInterface(BufferFactoryD3D *factory, bool dynamic) in IndexBufferInterface()
137 StreamingIndexBufferInterface::StreamingIndexBufferInterface(BufferFactoryD3D *factory) in StreamingIndexBufferInterface()
163 StaticIndexBufferInterface::StaticIndexBufferInterface(BufferFactoryD3D *factory) in StaticIndexBufferInterface()
DVertexBuffer.cpp58 VertexBufferInterface::VertexBufferInterface(BufferFactoryD3D *factory, bool dynamic) in VertexBufferInterface()
126 StreamingVertexBufferInterface::StreamingVertexBufferInterface(BufferFactoryD3D *factory) in StreamingVertexBufferInterface()
253 StaticVertexBufferInterface::StaticVertexBufferInterface(BufferFactoryD3D *factory) in StaticVertexBufferInterface()
DVertexDataManager.cpp103 BufferFactoryD3D *factory = bufferD3D->getFactory(); in DirectStoragePossible() local
203 VertexDataManager::CurrentValueState::CurrentValueState(BufferFactoryD3D *factory) in CurrentValueState()
222 VertexDataManager::VertexDataManager(BufferFactoryD3D *factory) in VertexDataManager()
DBufferD3D.cpp22 BufferD3D::BufferD3D(const gl::BufferState &state, BufferFactoryD3D *factory) in BufferD3D()
/device/google/cuttlefish/host/commands/secure_env/
Djson_serializable.cpp47 Json::StreamWriterBuilder factory; in SerializedSize() local
53 Json::StreamWriterBuilder factory; in Serialize() local
/device/generic/vulkan-cereal/third-party/angle/src/libANGLE/renderer/
Dserial_utils_unittest.cpp18 SerialFactory factory; in TEST() local
/device/google/cuttlefish/guest/commands/rename_netiface/
Dmain.cpp38 auto factory = cuttlefish::NetlinkClientFactory::Default(); in main() local
/device/generic/vulkan-cereal/third-party/angle/src/gpu_info_util/
DSystemInfo_win.cpp31 IDXGIFactory1 *factory; in GetDevicesFromDXGI() local
/device/google/cuttlefish/host/commands/kernel_log_monitor/
Dutils.cc56 Json::StreamWriterBuilder factory; in WriteEvent() local
/device/google/cuttlefish/guest/commands/setup_wifi/
Dmain.cpp50 auto factory = cuttlefish::NetlinkClientFactory::Default(); in CreateWifiWrapper() local
/device/generic/vulkan-cereal/third-party/angle/src/libANGLE/renderer/d3d/d3d11/winrt/
DNativeWindow11WinRT.cpp87 IDXGIFactory *factory, in createSwapChain()
/device/google/cuttlefish/host/frontend/webrtc_operator/
Dclient_handler.cpp211 Json::StreamWriterBuilder factory; in Reply() local
351 Json::StreamWriterBuilder factory; in DoGet() local
Dsignal_handler.cpp95 Json::StreamWriterBuilder factory; in Reply() local
/device/google/cuttlefish/common/libs/net/
Dnetlink_client.cpp169 static NetlinkClientFactory &factory = *new NetlinkClientFactoryImpl(); in Default() local

123