Home
last modified time | relevance | path

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

123

/external/skia/src/gpu/graphite/dawn/
DDawnTexture.cpp54 wgpu::Texture DawnTexture::MakeDawnTexture(const DawnSharedContext* sharedContext, in MakeDawnTexture()
102 DawnTexture::DawnTexture(const DawnSharedContext* sharedContext, in DawnTexture()
113 sk_sp<Texture> DawnTexture::Make(const DawnSharedContext* sharedContext, in Make()
131 sk_sp<Texture> DawnTexture::MakeWrapped(const DawnSharedContext* sharedContext, in MakeWrapped()
149 sk_sp<Texture> DawnTexture::MakeWrapped(const DawnSharedContext* sharedContext, in MakeWrapped()
DDawnBuffer.cpp30 sk_sp<Buffer> DawnBuffer::Make(const DawnSharedContext* sharedContext, in Make()
89 DawnBuffer::DawnBuffer(const DawnSharedContext* sharedContext, in DawnBuffer()
DDawnSampler.cpp43 DawnSampler::DawnSampler(const DawnSharedContext* sharedContext, in DawnSampler()
63 sk_sp<DawnSampler> DawnSampler::Make(const DawnSharedContext* sharedContext, in Make()
DDawnUtils.cpp26 sk_sp<SharedContext> sharedContext = DawnSharedContext::Make(backendContext, options); in MakeDawn() local
128 wgpu::ShaderModule DawnCompileSPIRVShaderModule(const DawnSharedContext* sharedContext, in DawnCompileSPIRVShaderModule()
/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/src/gpu/graphite/vk/
DVulkanTexture.cpp21 bool VulkanTexture::MakeVkImage(const VulkanSharedContext* sharedContext, in MakeVkImage()
134 sk_sp<Texture> VulkanTexture::Make(const VulkanSharedContext* sharedContext, in Make()
152 sk_sp<Texture> VulkanTexture::MakeWrapped(const VulkanSharedContext* sharedContext, in MakeWrapped()
196 auto sharedContext = static_cast<const VulkanSharedContext*>(this->sharedContext()); in setImageLayoutAndQueueIndex() local
283 VulkanTexture::VulkanTexture(const VulkanSharedContext* sharedContext, in VulkanTexture()
296 auto sharedContext = static_cast<const VulkanSharedContext*>(this->sharedContext()); in freeGpuData() local
DVulkanBuffer.cpp16 sk_sp<Buffer> VulkanBuffer::Make(const VulkanSharedContext* sharedContext, in Make()
155 VulkanBuffer::VulkanBuffer(const VulkanSharedContext* sharedContext, in VulkanBuffer()
179 const VulkanSharedContext* sharedContext = in freeGpuData() local
205 const VulkanSharedContext* sharedContext = this->vulkanSharedContext(); in internalMap() local
DVulkanGraphiteUtils.cpp20 sk_sp<SharedContext> sharedContext = VulkanSharedContext::Make(backendContext, options); in MakeVulkan() local
/external/skia/tests/graphite/
DGraphiteResourceCacheTest.cpp32 static sk_sp<TestResource> Make(const SharedContext* sharedContext, in Make()
59 TestResource(const SharedContext* sharedContext, Ownership owned, skgpu::Budgeted budgeted) in TestResource()
81 const SharedContext* sharedContext = resourceProvider->sharedContext(); in DEF_GRAPHITE_TEST_FOR_ALL_CONTEXTS() local
/external/skia/tools/gpu/d3d/
DD3DTestContext.cpp19 static D3DTestContext* Create(D3DTestContext* sharedContext) { in Create()
70 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.cpp20 static VkTestContext* Create(VkTestContext* sharedContext) { in Create()
123 VkTestContext* CreatePlatformVkTestContext(VkTestContext* sharedContext) { in CreatePlatformVkTestContext()
/external/skia/src/gpu/graphite/
DComputePipeline.cpp12 ComputePipeline::ComputePipeline(const SharedContext* sharedContext) in ComputePipeline()
DGraphicsPipeline.cpp12 GraphicsPipeline::GraphicsPipeline(const SharedContext* sharedContext) in GraphicsPipeline()
DSampler.cpp12 Sampler::Sampler(const SharedContext* sharedContext) in Sampler()
DBuffer.h28 Buffer(const SharedContext* sharedContext, size_t size) in Buffer()
/external/skia/src/gpu/graphite/mtl/
DMtlBlitCommandEncoder.h25 static sk_sp<MtlBlitCommandEncoder> Make(const SharedContext* sharedContext, in Make()
117 MtlBlitCommandEncoder(const SharedContext* sharedContext, in MtlBlitCommandEncoder()
DMtlComputeCommandEncoder.h25 static sk_sp<MtlComputeCommandEncoder> Make(const SharedContext* sharedContext, in Make()
106 MtlComputeCommandEncoder(const SharedContext* sharedContext, in MtlComputeCommandEncoder()
DMtlComputePipeline.h35 MtlComputePipeline(const SharedContext* sharedContext, sk_cfp<id<MTLComputePipelineState>> pso) in MtlComputePipeline()
/external/skia/tools/gpu/dawn/
DDawnTestContext.cpp114 static DawnTestContext* Create(DawnTestContext* sharedContext) { in Create()
190 DawnTestContext* CreatePlatformDawnTestContext(DawnTestContext* sharedContext) { in CreatePlatformDawnTestContext()
/external/angle/src/libANGLE/renderer/gl/wgl/
DRendererWGL.cpp18 HGLRC sharedContext, in RendererWGL()

123