| /external/skia/src/gpu/graphite/dawn/ |
| D | DawnTexture.cpp | 54 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()
|
| D | DawnBuffer.cpp | 30 sk_sp<Buffer> DawnBuffer::Make(const DawnSharedContext* sharedContext, in Make() 89 DawnBuffer::DawnBuffer(const DawnSharedContext* sharedContext, in DawnBuffer()
|
| D | DawnSampler.cpp | 43 DawnSampler::DawnSampler(const DawnSharedContext* sharedContext, in DawnSampler() 63 sk_sp<DawnSampler> DawnSampler::Make(const DawnSharedContext* sharedContext, in Make()
|
| D | DawnUtils.cpp | 26 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/ |
| 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/src/gpu/graphite/vk/ |
| D | VulkanTexture.cpp | 21 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
|
| D | VulkanBuffer.cpp | 16 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
|
| D | VulkanGraphiteUtils.cpp | 20 sk_sp<SharedContext> sharedContext = VulkanSharedContext::Make(backendContext, options); in MakeVulkan() local
|
| /external/skia/tests/graphite/ |
| D | GraphiteResourceCacheTest.cpp | 32 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/ |
| D | D3DTestContext.cpp | 19 static D3DTestContext* Create(D3DTestContext* sharedContext) { in Create() 70 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 | 20 static VkTestContext* Create(VkTestContext* sharedContext) { in Create() 123 VkTestContext* CreatePlatformVkTestContext(VkTestContext* sharedContext) { in CreatePlatformVkTestContext()
|
| /external/skia/src/gpu/graphite/ |
| D | ComputePipeline.cpp | 12 ComputePipeline::ComputePipeline(const SharedContext* sharedContext) in ComputePipeline()
|
| D | GraphicsPipeline.cpp | 12 GraphicsPipeline::GraphicsPipeline(const SharedContext* sharedContext) in GraphicsPipeline()
|
| D | Sampler.cpp | 12 Sampler::Sampler(const SharedContext* sharedContext) in Sampler()
|
| D | Buffer.h | 28 Buffer(const SharedContext* sharedContext, size_t size) in Buffer()
|
| /external/skia/src/gpu/graphite/mtl/ |
| D | MtlBlitCommandEncoder.h | 25 static sk_sp<MtlBlitCommandEncoder> Make(const SharedContext* sharedContext, in Make() 117 MtlBlitCommandEncoder(const SharedContext* sharedContext, in MtlBlitCommandEncoder()
|
| D | MtlComputeCommandEncoder.h | 25 static sk_sp<MtlComputeCommandEncoder> Make(const SharedContext* sharedContext, in Make() 106 MtlComputeCommandEncoder(const SharedContext* sharedContext, in MtlComputeCommandEncoder()
|
| D | MtlComputePipeline.h | 35 MtlComputePipeline(const SharedContext* sharedContext, sk_cfp<id<MTLComputePipelineState>> pso) in MtlComputePipeline()
|
| /external/skia/tools/gpu/dawn/ |
| D | DawnTestContext.cpp | 114 static DawnTestContext* Create(DawnTestContext* sharedContext) { in Create() 190 DawnTestContext* CreatePlatformDawnTestContext(DawnTestContext* sharedContext) { in CreatePlatformDawnTestContext()
|
| /external/angle/src/libANGLE/renderer/gl/wgl/ |
| D | RendererWGL.cpp | 18 HGLRC sharedContext, in RendererWGL()
|