| /external/skia/src/gpu/graphite/dawn/ |
| D | DawnTexture.cpp | 22 wgpu::Texture DawnTexture::MakeDawnTexture(const DawnSharedContext* sharedContext, in MakeDawnTexture() 73 DawnTexture::DawnTexture(const DawnSharedContext* sharedContext, in DawnTexture() 131 sk_sp<Texture> DawnTexture::Make(const DawnSharedContext* sharedContext, in Make() 150 sk_sp<Texture> DawnTexture::MakeWrapped(const DawnSharedContext* sharedContext, in MakeWrapped() 170 sk_sp<Texture> DawnTexture::MakeWrapped(const DawnSharedContext* sharedContext, in MakeWrapped()
|
| D | DawnQueueManager.cpp | 36 const DawnSharedContext* sharedContext) in DawnWorkSubmissionWithAsyncWait() 82 bool DawnWorkSubmissionWithFuture::onIsFinished(const SharedContext* sharedContext) { in onIsFinished() 96 void DawnWorkSubmissionWithFuture::onWaitUntilFinished(const SharedContext* sharedContext) { in onWaitUntilFinished() 113 DawnQueueManager::DawnQueueManager(wgpu::Queue queue, const SharedContext* sharedContext) in DawnQueueManager()
|
| D | DawnGraphiteUtils.cpp | 23 sk_sp<SharedContext> sharedContext = DawnSharedContext::Make(backendContext, options); in MakeDawn() local 94 static bool check_shader_module([[maybe_unused]] const DawnSharedContext* sharedContext, in check_shader_module() 173 bool DawnCompileWGSLShaderModule(const DawnSharedContext* sharedContext, in DawnCompileWGSLShaderModule()
|
| D | DawnComputePipeline.cpp | 31 static ShaderInfo compile_shader_module(const DawnSharedContext* sharedContext, in compile_shader_module() 77 sk_sp<DawnComputePipeline> DawnComputePipeline::Make(const DawnSharedContext* sharedContext, in Make() 197 DawnComputePipeline::DawnComputePipeline(const SharedContext* sharedContext, in DawnComputePipeline()
|
| D | DawnSampler.cpp | 44 DawnSampler::DawnSampler(const DawnSharedContext* sharedContext, in DawnSampler() 64 sk_sp<DawnSampler> DawnSampler::Make(const DawnSharedContext* sharedContext, in Make()
|
| D | DawnBuffer.cpp | 18 sk_sp<DawnBuffer> DawnBuffer::Make(const DawnSharedContext* sharedContext, in Make() 92 DawnBuffer::DawnBuffer(const DawnSharedContext* sharedContext, in DawnBuffer()
|
| D | DawnAsyncWait.cpp | 16 DawnAsyncWait::DawnAsyncWait(const DawnSharedContext* sharedContext) in DawnAsyncWait()
|
| /external/skia/src/gpu/graphite/vk/ |
| D | VulkanTexture.cpp | 24 bool VulkanTexture::MakeVkImage(const VulkanSharedContext* sharedContext, in MakeVkImage() 149 sk_sp<Texture> VulkanTexture::Make(const VulkanSharedContext* sharedContext, in Make() 170 sk_sp<Texture> VulkanTexture::MakeWrapped(const VulkanSharedContext* sharedContext, in MakeWrapped() 220 auto sharedContext = static_cast<const VulkanSharedContext*>(this->sharedContext()); in setImageLayoutAndQueueIndex() local 306 VulkanTexture::VulkanTexture(const VulkanSharedContext* sharedContext, in VulkanTexture() 326 auto sharedContext = static_cast<const VulkanSharedContext*>(this->sharedContext()); in freeGpuData() local 407 auto sharedContext = static_cast<const VulkanSharedContext*>(this->sharedContext()); in getImageView() local
|
| D | VulkanBuffer.cpp | 17 sk_sp<Buffer> VulkanBuffer::Make(const VulkanSharedContext* sharedContext, in Make() 144 VulkanBuffer::VulkanBuffer(const VulkanSharedContext* sharedContext, in VulkanBuffer() 164 const VulkanSharedContext* sharedContext = in freeGpuData() local 190 const VulkanSharedContext* sharedContext = this->vulkanSharedContext(); in internalMap() local 225 const VulkanSharedContext* sharedContext = this->vulkanSharedContext(); in internalUnmap() local
|
| D | VulkanSampler.cpp | 16 VulkanSampler::VulkanSampler(const VulkanSharedContext* sharedContext, in VulkanSampler() 38 const VulkanSharedContext* sharedContext, in Make() 108 const VulkanSharedContext* sharedContext = in freeGpuData() local
|
| D | VulkanGraphicsPipeline.cpp | 447 static VkDescriptorSetLayout descriptor_data_to_layout(const VulkanSharedContext* sharedContext, in descriptor_data_to_layout() 460 static void destroy_desc_set_layouts(const VulkanSharedContext* sharedContext, in destroy_desc_set_layouts() 472 static VkPipelineLayout setup_pipeline_layout(const VulkanSharedContext* sharedContext, in setup_pipeline_layout() 566 static void destroy_shader_modules(const VulkanSharedContext* sharedContext, in destroy_shader_modules() 593 const VulkanSharedContext* sharedContext, in Make() 795 const VulkanSharedContext* sharedContext, in InitializeMSAALoadPipelineStructs() 884 const VulkanSharedContext* sharedContext, in MakeLoadMSAAPipeline() 984 VulkanGraphicsPipeline::VulkanGraphicsPipeline(const skgpu::graphite::SharedContext* sharedContext, in VulkanGraphicsPipeline()
|
| /external/webrtc/sdk/android/api/org/webrtc/ |
| D | EglBase.java | 152 public static EglBase create(@Nullable Context sharedContext, int[] configAttributes) { in create() 175 public static EglBase create(Context sharedContext) { in create() 188 public static EglBase10 createEgl10(EglBase10.Context sharedContext, int[] configAttributes) { in createEgl10() 198 javax.microedition.khronos.egl.EGLContext sharedContext, int[] configAttributes) { in createEgl10() 211 public static EglBase14 createEgl14(EglBase14.Context sharedContext, int[] configAttributes) { in createEgl14() 221 android.opengl.EGLContext sharedContext, int[] configAttributes) { in createEgl14()
|
| D | HardwareVideoDecoderFactory.java | 39 public HardwareVideoDecoderFactory(@Nullable EglBase.Context sharedContext) { in HardwareVideoDecoderFactory() 51 public HardwareVideoDecoderFactory(@Nullable EglBase.Context sharedContext, in HardwareVideoDecoderFactory()
|
| D | HardwareVideoEncoderFactory.java | 46 @Nullable private final EglBase14.Context sharedContext; field in HardwareVideoEncoderFactory 60 EglBase.Context sharedContext, boolean enableIntelVp8Encoder, boolean enableH264HighProfile) { in HardwareVideoEncoderFactory() 75 public HardwareVideoEncoderFactory(EglBase.Context sharedContext, boolean enableIntelVp8Encoder, in HardwareVideoEncoderFactory()
|
| D | SurfaceEglRenderer.java | 50 public void init(final EglBase.Context sharedContext, in init() 65 public void init(final EglBase.Context sharedContext, final int[] configAttributes, in init()
|
| D | PlatformSoftwareVideoDecoderFactory.java | 36 public PlatformSoftwareVideoDecoderFactory(@Nullable EglBase.Context sharedContext) { in PlatformSoftwareVideoDecoderFactory()
|
| /external/skia/tests/graphite/ |
| D | GraphiteResourceCacheTest.cpp | 39 static sk_sp<TestResource> Make(const SharedContext* sharedContext, in Make() 72 TestResource(const SharedContext* sharedContext, in TestResource() 109 const SharedContext* sharedContext = resourceProvider->sharedContext(); in DEF_CONDITIONAL_GRAPHITE_TEST_FOR_ALL_CONTEXTS() local 277 const SharedContext* sharedContext, in add_new_resource() 295 const SharedContext* sharedContext, in add_new_purgeable_resource() 315 const SharedContext* sharedContext = resourceProvider->sharedContext(); in DEF_GRAPHITE_TEST_FOR_ALL_CONTEXTS() local 442 const SharedContext* sharedContext = resourceProvider->sharedContext(); in DEF_GRAPHITE_TEST_FOR_ALL_CONTEXTS() local 529 const SharedContext* sharedContext = resourceProvider->sharedContext(); in DEF_GRAPHITE_TEST_FOR_ALL_CONTEXTS() local 620 const SharedContext* sharedContext = resourceProvider->sharedContext(); in DEF_GRAPHITE_TEST_FOR_ALL_CONTEXTS() local 698 const SharedContext* sharedContext = resourceProvider->sharedContext(); in DEF_GRAPHITE_TEST_FOR_ALL_CONTEXTS() local
|
| /external/skia/src/gpu/graphite/ |
| D | GpuWorkSubmission.cpp | 40 bool GpuWorkSubmission::isFinished(const SharedContext* sharedContext) { in isFinished() 45 void GpuWorkSubmission::waitUntilFinished(const SharedContext* sharedContext) { in waitUntilFinished()
|
| D | Sampler.cpp | 12 Sampler::Sampler(const SharedContext* sharedContext) in Sampler()
|
| D | ComputePipeline.cpp | 12 ComputePipeline::ComputePipeline(const SharedContext* sharedContext) in ComputePipeline()
|
| D | GraphicsPipeline.cpp | 13 GraphicsPipeline::GraphicsPipeline(const SharedContext* sharedContext, PipelineInfo* pipelineInfo) in GraphicsPipeline()
|
| /external/skia/tools/gpu/d3d/ |
| D | D3DTestContext.cpp | 19 static D3DTestContext* Create(D3DTestContext* sharedContext) { in Create() 68 D3DTestContext* CreatePlatformD3DTestContext(D3DTestContext* sharedContext) { in CreatePlatformD3DTestContext()
|
| /external/webrtc/sdk/android/src/java/org/webrtc/ |
| D | MediaCodecVideoDecoderFactory.java | 29 private final @Nullable EglBase.Context sharedContext; field in MediaCodecVideoDecoderFactory 40 public MediaCodecVideoDecoderFactory(@Nullable EglBase.Context sharedContext, in MediaCodecVideoDecoderFactory()
|
| /external/skia/tools/gpu/vk/ |
| D | VkTestContext.cpp | 25 static VkTestContext* Create(VkTestContext* sharedContext) { in Create() 132 VkTestContext* CreatePlatformVkTestContext(VkTestContext* sharedContext) { in CreatePlatformVkTestContext()
|
| /external/skia/src/gpu/graphite/mtl/ |
| D | MtlBlitCommandEncoder.h | 25 static sk_sp<MtlBlitCommandEncoder> Make(const SharedContext* sharedContext, in Make() 122 MtlBlitCommandEncoder(const SharedContext* sharedContext, in MtlBlitCommandEncoder()
|