/aosp_15_r20/external/skia/tests/graphite/ |
H A 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 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 D | VulkanTexture.cpp | 26 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 D | VulkanGraphicsPipeline.cpp | 451 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 D | VulkanBuffer.cpp | 17 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 D | VulkanSampler.cpp | 16 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 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()
|
H A 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()
|
H A D | HardwareVideoDecoderFactory.java | 39 public HardwareVideoDecoderFactory(@Nullable EglBase.Context sharedContext) { in HardwareVideoDecoderFactory() 51 public HardwareVideoDecoderFactory(@Nullable EglBase.Context sharedContext, in HardwareVideoDecoderFactory()
|
H A 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()
|
/aosp_15_r20/external/skia/src/gpu/graphite/dawn/ |
H A D | DawnTexture.cpp | 23 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 D | DawnGraphiteUtils.cpp | 23 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 D | DawnComputePipeline.cpp | 32 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 D | DawnQueueManager.cpp | 37 const DawnSharedContext* sharedContext) in DawnWorkSubmissionWithAsyncWait() 110 DawnQueueManager::DawnQueueManager(wgpu::Queue queue, const SharedContext* sharedContext) in DawnQueueManager()
|
H A D | DawnSampler.cpp | 45 DawnSampler::DawnSampler(const DawnSharedContext* sharedContext, in DawnSampler() 96 sk_sp<DawnSampler> DawnSampler::Make(const DawnSharedContext* sharedContext, in Make()
|
H A D | DawnBuffer.cpp | 95 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 D | GpuWorkSubmission.cpp | 40 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 D | D3DTestContext.cpp | 19 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 D | MediaCodecVideoDecoderFactory.java | 29 private final @Nullable EglBase.Context sharedContext; field in MediaCodecVideoDecoderFactory 40 public MediaCodecVideoDecoderFactory(@Nullable EglBase.Context sharedContext, in MediaCodecVideoDecoderFactory()
|
H A D | EglBase14Impl.java | 58 public EglBase14Impl(EGLContext sharedContext, int[] configAttributes) { in EglBase14Impl() 255 private static EGLContext createEglContext(@Nullable EGLContext sharedContext, in createEglContext()
|
H A D | AndroidVideoDecoder.java | 105 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 D | VkTestContext.cpp | 25 static VkTestContext* Create(VkTestContext* sharedContext) { in Create() 132 VkTestContext* CreatePlatformVkTestContext(VkTestContext* sharedContext) { in CreatePlatformVkTestContext()
|
/aosp_15_r20/hardware/google/gfxstream/host/gl/ |
D | EmulatedEglContext.cpp | 34 EGLContext sharedContext, in create() 43 EGLContext sharedContext, in createImpl()
|
/aosp_15_r20/external/skia/src/gpu/graphite/mtl/ |
H A D | MtlBlitCommandEncoder.h | 25 static sk_sp<MtlBlitCommandEncoder> Make(const SharedContext* sharedContext, in Make() 122 MtlBlitCommandEncoder(const SharedContext* sharedContext, in MtlBlitCommandEncoder()
|
H A D | MtlComputeCommandEncoder.h | 25 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 D | vp_vebox_cmd_packet_xe_hpm.cpp | 104 … 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
|