Home
last modified time | relevance | path

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

12345

/aosp_15_r20/external/skia/tests/graphite/
H A 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
547 const SharedContext* sharedContext = resourceProvider->sharedContext(); in DEF_GRAPHITE_TEST_FOR_ALL_CONTEXTS() local
638 const SharedContext* sharedContext = resourceProvider->sharedContext(); in DEF_GRAPHITE_TEST_FOR_ALL_CONTEXTS() local
716 const SharedContext* sharedContext = resourceProvider->sharedContext(); in DEF_GRAPHITE_TEST_FOR_ALL_CONTEXTS() local
/aosp_15_r20/external/skia/src/gpu/graphite/vk/
H A DVulkanTexture.cpp26 bool VulkanTexture::MakeVkImage(const VulkanSharedContext* sharedContext, in MakeVkImage()
151 sk_sp<Texture> VulkanTexture::Make(const VulkanSharedContext* sharedContext, in Make()
172 sk_sp<Texture> VulkanTexture::MakeWrapped(const VulkanSharedContext* sharedContext, in MakeWrapped()
222 auto sharedContext = static_cast<const VulkanSharedContext*>(this->sharedContext()); in setImageLayoutAndQueueIndex() local
308 VulkanTexture::VulkanTexture(const VulkanSharedContext* sharedContext, in VulkanTexture()
328 auto sharedContext = static_cast<const VulkanSharedContext*>(this->sharedContext()); in freeGpuData() local
409 auto sharedContext = static_cast<const VulkanSharedContext*>(this->sharedContext()); in getImageView() local
H A DVulkanGraphicsPipeline.cpp451 static VkDescriptorSetLayout descriptor_data_to_layout(const VulkanSharedContext* sharedContext, in descriptor_data_to_layout()
464 static void destroy_desc_set_layouts(const VulkanSharedContext* sharedContext, in destroy_desc_set_layouts()
476 static VkPipelineLayout setup_pipeline_layout(const VulkanSharedContext* sharedContext, in setup_pipeline_layout()
613 static void destroy_shader_modules(const VulkanSharedContext* sharedContext, in destroy_shader_modules()
652 const VulkanSharedContext* sharedContext = rsrcProvider->vulkanSharedContext(); in Make() local
868 const VulkanSharedContext* sharedContext, in InitializeMSAALoadPipelineStructs()
964 const VulkanSharedContext* sharedContext, in MakeLoadMSAAPipeline()
1062 const VulkanSharedContext* sharedContext, in VulkanGraphicsPipeline()
H A DVulkanBuffer.cpp17 sk_sp<Buffer> VulkanBuffer::Make(const VulkanSharedContext* sharedContext, in Make()
164 VulkanBuffer::VulkanBuffer(const VulkanSharedContext* sharedContext, in VulkanBuffer()
185 const VulkanSharedContext* sharedContext = in freeGpuData() local
211 const VulkanSharedContext* sharedContext = this->vulkanSharedContext(); in internalMap() local
246 const VulkanSharedContext* sharedContext = this->vulkanSharedContext(); in internalUnmap() local
H A DVulkanSampler.cpp16 VulkanSampler::VulkanSampler(const VulkanSharedContext* sharedContext, in VulkanSampler()
40 const VulkanSharedContext* sharedContext, in Make()
117 const VulkanSharedContext* sharedContext = in freeGpuData() local
/aosp_15_r20/external/webrtc/sdk/android/api/org/webrtc/
H A 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()
H A 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()
H A DHardwareVideoDecoderFactory.java39 public HardwareVideoDecoderFactory(@Nullable EglBase.Context sharedContext) { in HardwareVideoDecoderFactory()
51 public HardwareVideoDecoderFactory(@Nullable EglBase.Context sharedContext, in HardwareVideoDecoderFactory()
H A DSurfaceEglRenderer.java50 public void init(final EglBase.Context sharedContext, in init()
65 public void init(final EglBase.Context sharedContext, final int[] configAttributes, in init()
/aosp_15_r20/external/skia/src/gpu/graphite/dawn/
H A DDawnTexture.cpp23 wgpu::Texture DawnTexture::MakeDawnTexture(const DawnSharedContext* sharedContext, in MakeDawnTexture()
84 DawnTexture::DawnTexture(const DawnSharedContext* sharedContext, in DawnTexture()
152 sk_sp<Texture> DawnTexture::Make(const DawnSharedContext* sharedContext, in Make()
171 sk_sp<Texture> DawnTexture::MakeWrapped(const DawnSharedContext* sharedContext, in MakeWrapped()
191 sk_sp<Texture> DawnTexture::MakeWrapped(const DawnSharedContext* sharedContext, in MakeWrapped()
H A DDawnGraphiteUtils.cpp23 sk_sp<SharedContext> sharedContext = DawnSharedContext::Make(backendContext, options); in MakeDawn() local
100 static bool check_shader_module([[maybe_unused]] const DawnSharedContext* sharedContext, in check_shader_module()
182 bool DawnCompileWGSLShaderModule(const DawnSharedContext* sharedContext, in DawnCompileWGSLShaderModule()
H A DDawnComputePipeline.cpp32 static ShaderInfo compile_shader_module(const DawnSharedContext* sharedContext, in compile_shader_module()
78 sk_sp<DawnComputePipeline> DawnComputePipeline::Make(const DawnSharedContext* sharedContext, in Make()
198 DawnComputePipeline::DawnComputePipeline(const SharedContext* sharedContext, in DawnComputePipeline()
H A DDawnQueueManager.cpp37 const DawnSharedContext* sharedContext) in DawnWorkSubmissionWithAsyncWait()
110 DawnQueueManager::DawnQueueManager(wgpu::Queue queue, const SharedContext* sharedContext) in DawnQueueManager()
H A DDawnSampler.cpp45 DawnSampler::DawnSampler(const DawnSharedContext* sharedContext, in DawnSampler()
96 sk_sp<DawnSampler> DawnSampler::Make(const DawnSharedContext* sharedContext, in Make()
H A DDawnBuffer.cpp95 sk_sp<DawnBuffer> DawnBuffer::Make(const DawnSharedContext* sharedContext, in Make()
177 DawnBuffer::DawnBuffer(const DawnSharedContext* sharedContext, in DawnBuffer()
/aosp_15_r20/external/skia/src/gpu/graphite/
H A DGpuWorkSubmission.cpp40 bool GpuWorkSubmission::isFinished(const SharedContext* sharedContext) { in isFinished()
45 void GpuWorkSubmission::waitUntilFinished(const SharedContext* sharedContext) { in waitUntilFinished()
/aosp_15_r20/external/skia/tools/gpu/d3d/
H A DD3DTestContext.cpp19 static D3DTestContext* Create(D3DTestContext* sharedContext) { in Create()
68 D3DTestContext* CreatePlatformD3DTestContext(D3DTestContext* sharedContext) { in CreatePlatformD3DTestContext()
/aosp_15_r20/external/webrtc/sdk/android/src/java/org/webrtc/
H A DMediaCodecVideoDecoderFactory.java29 private final @Nullable EglBase.Context sharedContext; field in MediaCodecVideoDecoderFactory
40 public MediaCodecVideoDecoderFactory(@Nullable EglBase.Context sharedContext, in MediaCodecVideoDecoderFactory()
H A DEglBase14Impl.java58 public EglBase14Impl(EGLContext sharedContext, int[] configAttributes) { in EglBase14Impl()
255 private static EGLContext createEglContext(@Nullable EGLContext sharedContext, in createEglContext()
H A DAndroidVideoDecoder.java105 private final @Nullable EglBase.Context sharedContext; field in AndroidVideoDecoder
132 VideoCodecMimeType codecType, int colorFormat, @Nullable EglBase.Context sharedContext) { in AndroidVideoDecoder()
/aosp_15_r20/external/skia/tools/gpu/vk/
H A DVkTestContext.cpp25 static VkTestContext* Create(VkTestContext* sharedContext) { in Create()
132 VkTestContext* CreatePlatformVkTestContext(VkTestContext* sharedContext) { in CreatePlatformVkTestContext()
/aosp_15_r20/hardware/google/gfxstream/host/gl/
DEmulatedEglContext.cpp34 EGLContext sharedContext, in create()
43 EGLContext sharedContext, in createImpl()
/aosp_15_r20/external/skia/src/gpu/graphite/mtl/
H A DMtlBlitCommandEncoder.h25 static sk_sp<MtlBlitCommandEncoder> Make(const SharedContext* sharedContext, in Make()
122 MtlBlitCommandEncoder(const SharedContext* sharedContext, in MtlBlitCommandEncoder()
H A DMtlComputeCommandEncoder.h25 static sk_sp<MtlComputeCommandEncoder> Make(const SharedContext* sharedContext, in Make()
128 MtlComputeCommandEncoder(const SharedContext* sharedContext, in MtlComputeCommandEncoder()
/aosp_15_r20/external/intel-media-driver/media_driver/media_softlet/agnostic/Xe_M/Xe_HPM/vp/hal/packet/
H A Dvp_vebox_cmd_packet_xe_hpm.cpp104 … VP_PACKET_SHARED_CONTEXT *sharedContext = (VP_PACKET_SHARED_CONTEXT *)m_packetSharedContext; in CheckTGNEValid() local
198 … VP_PACKET_SHARED_CONTEXT *sharedContext = (VP_PACKET_SHARED_CONTEXT *)m_packetSharedContext; in UpdateDnHVSParameters() local

12345