Home
last modified time | relevance | path

Searched refs:FeatureSet (Results 1 – 25 of 33) sorted by relevance

12

/hardware/google/gfxstream/host/features/
DFeatures.cpp20 FeatureSet::FeatureSet(const FeatureSet& rhs) : FeatureSet() { in FeatureSet() function in gfxstream::host::FeatureSet
24 FeatureSet& FeatureSet::operator=(const FeatureSet& rhs) { in operator =()
/hardware/google/gfxstream/host/features/include/gfxstream/host/
DFeatures.h50 struct FeatureSet { struct
51 FeatureSet() = default;
53 FeatureSet(const FeatureSet& rhs);
54 FeatureSet& operator=(const FeatureSet& rhs); argument
/hardware/google/gfxstream/host/gl/
DGLESVersionDetector.h31 GLESDispatchMaxVersion calcMaxVersionFromDispatch(const gfxstream::host::FeatureSet& features,
37 std::string filterExtensionsBasedOnMaxVersion(const gfxstream::host::FeatureSet& features,
DEmulationGl.h60 gfxstream::host::FeatureSet features,
154 gfxstream::host::FeatureSet mFeatures;
DColorBufferGl.h98 const gfxstream::host::FeatureSet& features);
199 const gfxstream::host::FeatureSet& features);
DGLESVersionDetector.cpp96 GLESDispatchMaxVersion calcMaxVersionFromDispatch(const gfxstream::host::FeatureSet& features, in calcMaxVersionFromDispatch()
228 std::string filterExtensionsBasedOnMaxVersion(const gfxstream::host::FeatureSet& features, in filterExtensionsBasedOnMaxVersion()
DEmulatedEglConfig.h112 const gfxstream::host::FeatureSet& features);
DEmulatedEglConfig.cpp135 const gfxstream::host::FeatureSet& features) in EmulatedEglConfigList()
/hardware/google/gfxstream/host/vulkan/
DVkEmulatedPhysicalDeviceMemoryTests.cpp109 gfxstream::host::FeatureSet features; in TEST()
146 gfxstream::host::FeatureSet features; in TEST()
225 gfxstream::host::FeatureSet features; in TEST()
DVulkanStream.h45 VulkanStream(IOStream* stream, const gfxstream::host::FeatureSet& features);
95 VulkanMemReadingStream(uint8_t* start, const gfxstream::host::FeatureSet& features);
DVkEmulatedPhysicalDeviceMemory.h34 const gfxstream::host::FeatureSet& features);
DVulkanStream.cpp33 VulkanStream::VulkanStream(IOStream* stream, const gfxstream::host::FeatureSet& features) : mStream… in VulkanStream()
184 VulkanMemReadingStream::VulkanMemReadingStream(uint8_t* start, const gfxstream::host::FeatureSet& f… in VulkanMemReadingStream()
DVkEmulatedPhysicalDeviceMemory.cpp32 const uint32_t hostColorBufferMemoryTypeIndex, const gfxstream::host::FeatureSet& features) { in EmulatedPhysicalDeviceMemoryProperties()
DVkCommonOperations.h105 gfxstream::host::FeatureSet features;
428 VkEmulation* createGlobalVkEmulation(VulkanDispatch* vk, gfxstream::host::FeatureSet features);
/hardware/google/gfxstream/host/
DRenderControl.cpp315 static bool shouldEnableAsyncSwap(const gfxstream::host::FeatureSet& features) { in shouldEnableAsyncSwap()
323 static bool shouldEnableVulkan(const gfxstream::host::FeatureSet& features) { in shouldEnableVulkan()
341 static bool shouldEnableVulkanShaderFloat16Int8(const gfxstream::host::FeatureSet& features) { in shouldEnableVulkanShaderFloat16Int8()
345 static bool shouldEnableAsyncQueueSubmit(const gfxstream::host::FeatureSet& features) { in shouldEnableAsyncQueueSubmit()
349 static bool shouldEnableVulkanAsyncQsri(const gfxstream::host::FeatureSet& features) { in shouldEnableVulkanAsyncQsri()
356 static bool shouldEnableVsyncGatedSyncFences(const gfxstream::host::FeatureSet& features) { in shouldEnableVsyncGatedSyncFences()
373 static bool shouldEnableQueueSubmitWithCommands(const gfxstream::host::FeatureSet& features) { in shouldEnableQueueSubmitWithCommands()
377 static bool shouldEnableBatchedDescriptorSetUpdate(const gfxstream::host::FeatureSet& features) { in shouldEnableBatchedDescriptorSetUpdate()
454 const gfxstream::host::FeatureSet& features = fb->getFeatures(); in rcGetGLString()
DRenderWindow.h65 RenderWindow(int width, int height, gfxstream::host::FeatureSet features,
DRenderLibImpl.h61 gfxstream::host::FeatureSet features,
DFrameBuffer.h138 static bool initialize(int width, int height, gfxstream::host::FeatureSet features,
672 const gfxstream::host::FeatureSet& getFeatures() const { return m_features; } in getFeatures()
675 FrameBuffer(int p_width, int p_height, gfxstream::host::FeatureSet features, bool useSubWindow);
721 gfxstream::host::FeatureSet m_features;
DRenderLibImpl.cpp127 gfxstream::host::FeatureSet features, in initRenderer()
DRendererImpl.h42 bool initialize(int width, int height, gfxstream::host::FeatureSet features, bool useSubWindow,
DRenderWindow.cpp84 gfxstream::host::FeatureSet* features;
429 gfxstream::host::FeatureSet features, in RenderWindow()
Dvirtio-gpu-gfxstream-renderer.cpp683 …int init(void* cookie, gfxstream::host::FeatureSet features, stream_renderer_fence_callback fence_… in init()
1949 gfxstream::host::FeatureSet mFeatures;
2266 int renderer_flags, gfxstream::host::FeatureSet features) { in stream_renderer_opengles_init()
2361 gfxstream::host::FeatureSet& features) { in parseGfxstreamFeatures()
2642 gfxstream::host::FeatureSet features; in stream_renderer_init()
/hardware/google/gfxstream/include/render-utils/
DRenderLib.h110 gfxstream::host::FeatureSet features,
/hardware/google/gfxstream/host/vulkan/testing/
DVulkanTestHelper.cpp42 gfxstream::host::FeatureSet getGfxstreamFeatures() { in getGfxstreamFeatures()
43 gfxstream::host::FeatureSet features; in getGfxstreamFeatures()
/hardware/google/gfxstream/host/gl/gl-host-common/
Dopengles.cpp180 const auto* features = reinterpret_cast<const gfxstream::host::FeatureSet*>(gfxstreamFeatures); in android_startOpenglesRenderer()

12