Home
last modified time | relevance | path

Searched defs:info (Results 776 - 800 of 3264) sorted by relevance

1...<<31323334353637383940>>...131

/third_party/skia/src/gpu/
H A DGrImageInfo.h19 /* implicit */ GrImageInfo(const SkImageInfo& info) in GrImageInfo() argument
28 GrImageInfo(const GrColorInfo& info, const SkISize& dimensions) in GrImageInfo() argument
31 GrImageInfo(GrColorInfo&& info, const SkISize& dimensions) in GrImageInfo() argument
/third_party/skia/src/gpu/d3d/
H A DGrD3DTexture.cpp35 GrD3DTexture::GrD3DTexture(GrD3DGpu* gpu, SkISize dimensions, const GrD3DTextureResourceInfo& info, in GrD3DTexture() argument
17 GrD3DTexture(GrD3DGpu* gpu, SkBudgeted budgeted, SkISize dimensions, const GrD3DTextureResourceInfo& info, sk_sp<GrD3DResourceState> state, const GrD3DDescriptorHeap::CPUHandle& shaderResourceView, GrMipmapStatus mipmapStatus) GrD3DTexture() argument
52 GrD3DTexture(GrD3DGpu* gpu, SkISize dimensions, const GrD3DTextureResourceInfo& info, sk_sp<GrD3DResourceState> state, const GrD3DDescriptorHeap::CPUHandle& shaderResourceView, GrMipmapStatus mipmapStatus) GrD3DTexture() argument
70 GrD3DTextureResourceInfo info; MakeNewTexture() local
89 MakeWrappedTexture(GrD3DGpu* gpu, SkISize dimensions, GrWrapCacheable cacheable, GrIOType ioType, const GrD3DTextureResourceInfo& info, sk_sp<GrD3DResourceState> state) MakeWrappedTexture() argument
115 GrD3DTextureResourceInfo info = originalTexture->fInfo; MakeAliasingTexture() local
[all...]
H A DGrD3DTextureResource.cpp31 InitTextureResourceInfo(GrD3DGpu* gpu, const D3D12_RESOURCE_DESC& desc, D3D12_RESOURCE_STATES initialState, GrProtected isProtected, D3D12_CLEAR_VALUE* clearValue, GrD3DTextureResourceInfo* info) InitTextureResourceInfo() argument
63 CreateMSAA( GrD3DGpu* gpu, SkISize dimensions, int sampleCnt, const GrD3DTextureResourceInfo& info, SkColor4f clearColor) CreateMSAA() argument
[all...]
/third_party/skia/src/images/
H A DSkWebpEncoder.cpp108 auto info = pixmap.info().makeColorType(kRGBA_8888_SkColorType) in Encode() local
/third_party/skia/src/gpu/dawn/
H A DGrDawnTexture.cpp50 GrDawnTextureInfo info; in Make() local
14 GrDawnTexture(GrDawnGpu* gpu, SkISize dimensions, const GrDawnTextureInfo& info, GrMipmapStatus mipmapStatus) GrDawnTexture() argument
73 MakeWrapped(GrDawnGpu* gpu, SkISize dimensions, GrRenderable renderable, int sampleCnt, GrWrapCacheable cacheable, GrIOType ioType, const GrDawnTextureInfo& info) MakeWrapped() argument
[all...]
/third_party/skia/third_party/externals/swiftshader/src/Common/
H A DSocket.cpp46 addrinfo *info = 0; in Socket() local
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/compiler/
H A DInfoSink.h119 TInfoSinkBase info; member in TInfoSink
/third_party/skia/third_party/externals/swiftshader/src/System/
H A DSocket.cpp47 addrinfo *info = 0; in Socket() local
/third_party/skia/third_party/externals/icu/source/io/
H A Duprintf.cpp78 u_printf_pad_and_justify(void *context, const u_printf_spec_info *info, const UChar *result, int32_t resultLen) u_printf_pad_and_justify() argument
/third_party/skia/third_party/externals/oboe/apps/OboeTester/app/src/main/java/com/mobileer/miditools/
H A DMidiPortSelector.java98 private int getInfoPortCount(final MidiDeviceInfo info) { in getInfoPortCount() argument
105 public void onDeviceAdded(final MidiDeviceInfo info) { in onDeviceAdded() argument
116 public void onDeviceRemoved(final MidiDeviceInfo info) { in onDeviceRemoved() argument
[all...]
/third_party/skia/third_party/externals/oboe/samples/RhythmGame/src/main/cpp/audio/
H A DNDKExtractor.cpp148 AMediaCodecBufferInfo info; in decode() local
/third_party/skia/tests/
H A DAndroidCodecTest.cpp156 auto info = codec->getInfo(); in DEF_TEST() local
185 auto info = codec->getInfo(); in DEF_TEST() local
H A DGifTest.cpp216 auto info = codec->getInfo().makeColorType(kN32_SkColorType); in DEF_TEST() local
533 SkImageInfo info = codec->getInfo(); in DEF_TEST() local
628 auto info in DEF_TEST() local
[all...]
H A DNdkDecodeTest.cpp49 const auto& info = gen->getInfo(); in DEF_TEST() local
131 auto info = gen->getInfo().makeColorSpace(cs); in DEF_TEST() local
172 auto info = gen->getInfo().makeColorSpace(unsupported); in DEF_TEST() local
248 auto info in DEF_TEST() local
277 auto info = gen->getInfo().makeDimensions(dims); DEF_TEST() local
308 auto info = gen->getInfo().makeDimensions(dims); DEF_TEST() local
369 auto info = gen->getInfo().makeDimensions(dims); DEF_TEST() local
397 SkImageInfo info = gen->getInfo(); DEF_TEST() local
439 auto info = gen->getInfo().makeAlphaType(kOpaque_SkAlphaType); DEF_TEST() local
477 auto info = gen->getInfo().makeColorType(kRGBA_F16_SkColorType); DEF_TEST() local
534 auto info = gen->getInfo().makeColorType(ct); DEF_TEST() local
[all...]
H A DSkbug6653.cpp27 SkImageInfo info = SkImageInfo::Make(50, 50, kRGBA_8888_SkColorType, kPremul_SkAlphaType); in make_surface() local
H A DImageNewShaderTest.cpp98 SkImageInfo info in DEF_TEST() local
39 run_shader_test(skiatest::Reporter* reporter, SkSurface* sourceSurface, SkSurface* destinationSurface, SkImageInfo& info) run_shader_test() argument
107 SkImageInfo info = SkImageInfo::MakeN32Premul(5, 5); gpu_to_gpu() local
116 SkImageInfo info = SkImageInfo::MakeN32Premul(5, 5); raster_to_gpu() local
[all...]
H A DTextureBindingsResetTest.cpp90 auto info = SkImageInfo::Make(10, 10, kRGBA_8888_SkColorType, kPremul_SkAlphaType); in DEF_GPUTEST_FOR_GL_RENDERING_CONTEXTS() local
/third_party/skia/src/ports/
H A DSkImageGeneratorWIC.cpp151 SkImageInfo info = SkImageInfo::MakeS32(width, height, alphaType); in MakeFromEncodedWIC() local
157 ImageGeneratorWIC::ImageGeneratorWIC(const SkImageInfo& info, in ImageGeneratorWIC() argument
169 bool ImageGeneratorWIC::onGetPixels(const SkImageInfo& info, void* pixels, size_t rowBytes, in onGetPixels() argument
[all...]
H A DSkImageGeneratorCG.cpp85 SkImageInfo info = SkImageInfo::MakeS32(width, height, alphaType); in MakeFromEncodedCG() local
107 ImageGeneratorCG::ImageGeneratorCG(const SkImageInfo& info, SkUniqueCFRef<CGImageSourceRef> src, in ImageGeneratorCG() argument
119 bool ImageGeneratorCG::onGetPixels(const SkImageInfo& info, void* pixels, size_t rowBytes, in onGetPixels() argument
[all...]
/third_party/skia/third_party/externals/dawn/src/dawn_native/vulkan/external_semaphore/
H A DSemaphoreServiceZirconHandle.cpp67 VkSemaphoreCreateInfo info; in ImportSemaphore() local
/third_party/skia/third_party/externals/dawn/src/dawn_wire/server/
H A DServer.cpp172 TrackDeviceChild(DeviceInfo* info, ObjectType type, ObjectId id) TrackDeviceChild() argument
181 UntrackDeviceChild(DeviceInfo* info, ObjectType type, ObjectId id) UntrackDeviceChild() argument
[all...]
/third_party/skia/third_party/externals/dawn/src/dawn_native/
H A DBuddyMemoryAllocator.cpp77 AllocationInfo info; in Allocate() local
89 const AllocationInfo info = allocation.GetInfo(); in Deallocate() local
H A DFeatures.cpp26 FeatureInfo info; member
/third_party/skia/third_party/externals/dawn/src/dawn_native/vulkan/
H A DVulkanBackend.cpp104 ExportVulkanImage(WGPUTexture texture, VkImageLayout desiredLayout, ExternalImageExportInfoVk* info) ExportVulkanImage() argument
/third_party/skia/third_party/externals/dawn/src/dawn_wire/client/
H A DClientDoers.cpp122 DoShaderModuleGetCompilationInfoCallback(ShaderModule* shaderModule, uint64_t requestSerial, WGPUCompilationInfoRequestStatus status, const WGPUCompilationInfo* info) DoShaderModuleGetCompilationInfoCallback() argument

Completed in 10 milliseconds

1...<<31323334353637383940>>...131