/hardware/google/gfxstream/host/features/ |
D | Features.cpp | 20 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/ |
D | Features.h | 50 struct FeatureSet { struct 51 FeatureSet() = default; 53 FeatureSet(const FeatureSet& rhs); 54 FeatureSet& operator=(const FeatureSet& rhs); argument
|
/hardware/google/gfxstream/host/gl/ |
D | GLESVersionDetector.h | 31 GLESDispatchMaxVersion calcMaxVersionFromDispatch(const gfxstream::host::FeatureSet& features, 37 std::string filterExtensionsBasedOnMaxVersion(const gfxstream::host::FeatureSet& features,
|
D | EmulationGl.h | 60 gfxstream::host::FeatureSet features, 154 gfxstream::host::FeatureSet mFeatures;
|
D | ColorBufferGl.h | 98 const gfxstream::host::FeatureSet& features); 199 const gfxstream::host::FeatureSet& features);
|
D | GLESVersionDetector.cpp | 96 GLESDispatchMaxVersion calcMaxVersionFromDispatch(const gfxstream::host::FeatureSet& features, in calcMaxVersionFromDispatch() 228 std::string filterExtensionsBasedOnMaxVersion(const gfxstream::host::FeatureSet& features, in filterExtensionsBasedOnMaxVersion()
|
D | EmulatedEglConfig.h | 112 const gfxstream::host::FeatureSet& features);
|
D | EmulatedEglConfig.cpp | 135 const gfxstream::host::FeatureSet& features) in EmulatedEglConfigList()
|
/hardware/google/gfxstream/host/vulkan/ |
D | VkEmulatedPhysicalDeviceMemoryTests.cpp | 109 gfxstream::host::FeatureSet features; in TEST() 146 gfxstream::host::FeatureSet features; in TEST() 225 gfxstream::host::FeatureSet features; in TEST()
|
D | VulkanStream.h | 45 VulkanStream(IOStream* stream, const gfxstream::host::FeatureSet& features); 95 VulkanMemReadingStream(uint8_t* start, const gfxstream::host::FeatureSet& features);
|
D | VkEmulatedPhysicalDeviceMemory.h | 34 const gfxstream::host::FeatureSet& features);
|
D | VulkanStream.cpp | 33 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()
|
D | VkEmulatedPhysicalDeviceMemory.cpp | 32 const uint32_t hostColorBufferMemoryTypeIndex, const gfxstream::host::FeatureSet& features) { in EmulatedPhysicalDeviceMemoryProperties()
|
D | VkCommonOperations.h | 105 gfxstream::host::FeatureSet features; 428 VkEmulation* createGlobalVkEmulation(VulkanDispatch* vk, gfxstream::host::FeatureSet features);
|
/hardware/google/gfxstream/host/ |
D | RenderControl.cpp | 315 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()
|
D | RenderWindow.h | 65 RenderWindow(int width, int height, gfxstream::host::FeatureSet features,
|
D | RenderLibImpl.h | 61 gfxstream::host::FeatureSet features,
|
D | FrameBuffer.h | 138 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;
|
D | RenderLibImpl.cpp | 127 gfxstream::host::FeatureSet features, in initRenderer()
|
D | RendererImpl.h | 42 bool initialize(int width, int height, gfxstream::host::FeatureSet features, bool useSubWindow,
|
D | RenderWindow.cpp | 84 gfxstream::host::FeatureSet* features; 429 gfxstream::host::FeatureSet features, in RenderWindow()
|
D | virtio-gpu-gfxstream-renderer.cpp | 683 …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/ |
D | RenderLib.h | 110 gfxstream::host::FeatureSet features,
|
/hardware/google/gfxstream/host/vulkan/testing/ |
D | VulkanTestHelper.cpp | 42 gfxstream::host::FeatureSet getGfxstreamFeatures() { in getGfxstreamFeatures() 43 gfxstream::host::FeatureSet features; in getGfxstreamFeatures()
|
/hardware/google/gfxstream/host/gl/gl-host-common/ |
D | opengles.cpp | 180 const auto* features = reinterpret_cast<const gfxstream::host::FeatureSet*>(gfxstreamFeatures); in android_startOpenglesRenderer()
|