Home
last modified time | relevance | path

Searched defs:sharedContext (Results 1 – 25 of 70) sorted by relevance

123

/external/skia/src/gpu/graphite/dawn/
DDawnTexture.cpp22 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()
DDawnQueueManager.cpp36 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()
DDawnGraphiteUtils.cpp23 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()
DDawnComputePipeline.cpp31 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()
DDawnSampler.cpp44 DawnSampler::DawnSampler(const DawnSharedContext* sharedContext, in DawnSampler()
64 sk_sp<DawnSampler> DawnSampler::Make(const DawnSharedContext* sharedContext, in Make()
DDawnBuffer.cpp18 sk_sp<DawnBuffer> DawnBuffer::Make(const DawnSharedContext* sharedContext, in Make()
92 DawnBuffer::DawnBuffer(const DawnSharedContext* sharedContext, in DawnBuffer()
DDawnAsyncWait.cpp16 DawnAsyncWait::DawnAsyncWait(const DawnSharedContext* sharedContext) in DawnAsyncWait()
/external/skia/src/gpu/graphite/vk/
DVulkanTexture.cpp24 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
DVulkanBuffer.cpp17 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
DVulkanSampler.cpp16 VulkanSampler::VulkanSampler(const VulkanSharedContext* sharedContext, in VulkanSampler()
38 const VulkanSharedContext* sharedContext, in Make()
108 const VulkanSharedContext* sharedContext = in freeGpuData() local
DVulkanGraphicsPipeline.cpp447 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/
DEglBase.java152 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()
DHardwareVideoDecoderFactory.java39 public HardwareVideoDecoderFactory(@Nullable EglBase.Context sharedContext) { in HardwareVideoDecoderFactory()
51 public HardwareVideoDecoderFactory(@Nullable EglBase.Context sharedContext, in HardwareVideoDecoderFactory()
DHardwareVideoEncoderFactory.java46 @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()
DSurfaceEglRenderer.java50 public void init(final EglBase.Context sharedContext, in init()
65 public void init(final EglBase.Context sharedContext, final int[] configAttributes, in init()
DPlatformSoftwareVideoDecoderFactory.java36 public PlatformSoftwareVideoDecoderFactory(@Nullable EglBase.Context sharedContext) { in PlatformSoftwareVideoDecoderFactory()
/external/skia/tests/graphite/
DGraphiteResourceCacheTest.cpp39 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/
DGpuWorkSubmission.cpp40 bool GpuWorkSubmission::isFinished(const SharedContext* sharedContext) { in isFinished()
45 void GpuWorkSubmission::waitUntilFinished(const SharedContext* sharedContext) { in waitUntilFinished()
DSampler.cpp12 Sampler::Sampler(const SharedContext* sharedContext) in Sampler()
DComputePipeline.cpp12 ComputePipeline::ComputePipeline(const SharedContext* sharedContext) in ComputePipeline()
DGraphicsPipeline.cpp13 GraphicsPipeline::GraphicsPipeline(const SharedContext* sharedContext, PipelineInfo* pipelineInfo) in GraphicsPipeline()
/external/skia/tools/gpu/d3d/
DD3DTestContext.cpp19 static D3DTestContext* Create(D3DTestContext* sharedContext) { in Create()
68 D3DTestContext* CreatePlatformD3DTestContext(D3DTestContext* sharedContext) { in CreatePlatformD3DTestContext()
/external/webrtc/sdk/android/src/java/org/webrtc/
DMediaCodecVideoDecoderFactory.java29 private final @Nullable EglBase.Context sharedContext; field in MediaCodecVideoDecoderFactory
40 public MediaCodecVideoDecoderFactory(@Nullable EglBase.Context sharedContext, in MediaCodecVideoDecoderFactory()
/external/skia/tools/gpu/vk/
DVkTestContext.cpp25 static VkTestContext* Create(VkTestContext* sharedContext) { in Create()
132 VkTestContext* CreatePlatformVkTestContext(VkTestContext* sharedContext) { in CreatePlatformVkTestContext()
/external/skia/src/gpu/graphite/mtl/
DMtlBlitCommandEncoder.h25 static sk_sp<MtlBlitCommandEncoder> Make(const SharedContext* sharedContext, in Make()
122 MtlBlitCommandEncoder(const SharedContext* sharedContext, in MtlBlitCommandEncoder()

123