/third_party/skia/third_party/externals/libjpeg-turbo/ |
H A D | jmemnobs.c | 93 jpeg_open_backing_store(j_common_ptr cinfo, backing_store_ptr info, in jpeg_open_backing_store() argument
|
/third_party/skia/third_party/externals/libwebp/tests/fuzzer/ |
H A D | mux_demux_api_fuzzer.c | 47 WebPMuxFrameInfo info; in LLVMFuzzerTestOneInput() local
|
/third_party/skia/tests/ |
H A D | ShaderOpacityTest.cpp | 18 SkImageInfo info = SkImageInfo::MakeN32Premul(2, 2); in test_bitmap() local
|
H A D | CTest.cpp | 20 sk_imageinfo_t* info = sk_imageinfo_new(64, 64, RGBA_8888_SK_COLORTYPE, PREMUL_SK_ALPHATYPE, in shader_test() local 61 sk_imageinfo_t* info = sk_imageinfo_new(1, 1, RGBA_8888_SK_COLORTYPE, PREMUL_SK_ALPHATYPE, in test_c() local
|
H A D | BitmapGetColorTest.cpp | 38 SkImageInfo info = SkImageInfo::Make(2, 2, gRec[i].fColorType, in DEF_TEST() local
|
H A D | GrSubmittedFlushTest.cpp | 24 SubmittedInfo* info = (SubmittedInfo*)ctx; in testing_submitted_proc() local 32 SkImageInfo info = SkImageInfo::Make(8, 8, kRGBA_8888_SkColorType, kPremul_SkAlphaType); in DEF_GPUTEST_FOR_RENDERING_CONTEXTS() local
|
H A D | RuntimeBlendTest.cpp | 78 const SkImageInfo info = SkImageInfo::MakeN32Premul(/*width=*/1, /*height=*/1); in DEF_TEST() local 85 const SkImageInfo info = SkImageInfo::MakeN32Premul(/*width=*/1, /*height=*/1); in DEF_GPUTEST_FOR_RENDERING_CONTEXTS() local
|
H A D | BackendSurfaceMutableStateTest.cpp | 32 GrVkImageInfo info; in DEF_GPUTEST_FOR_VULKAN_CONTEXT() local [all...] |
H A D | CodecExactReadTest.cpp | 82 auto info = codec->getInfo().makeColorType(kN32_SkColorType); in DEF_TEST() local
|
H A D | GrTextureMipMapInvalidationTest.cpp | 41 auto info = SkImageInfo::MakeN32Premul(256, 256); in DEF_GPUTEST_FOR_RENDERING_CONTEXTS() local
|
H A D | MallocPixelRefTest.cpp | 24 SkImageInfo info = SkImageInfo::MakeN32Premul(10, 13); in DEF_TEST() local [all...] |
/third_party/skia/third_party/externals/dawn/src/dawn_wire/server/ |
H A D | ServerShaderModule.cpp | 39 OnShaderModuleGetCompilationInfo(WGPUCompilationInfoRequestStatus status, const WGPUCompilationInfo* info, ShaderModuleGetCompilationInfoUserdata* data) OnShaderModuleGetCompilationInfo() argument
|
/third_party/skia/third_party/externals/dawn/src/dawn_native/ |
H A D | ResourceMemoryAllocation.cpp | 24 ResourceMemoryAllocation::ResourceMemoryAllocation(const AllocationInfo& info, in ResourceMemoryAllocation() argument
|
/third_party/skia/third_party/externals/angle2/util/x11/ |
H A D | X11Pixmap.cpp | 36 XVisualInfo *info = XGetVisualInfo(mDisplay, VisualIDMask, &visualTemplate, &numVisuals); in initialize() local
|
/third_party/skia/third_party/externals/dawn/src/dawn_native/d3d12/ |
H A D | D3D12Info.cpp | 26 D3D12DeviceInfo info = {}; in GatherDeviceInfo() local [all...] |
H A D | ResourceHeapAllocationD3D12.cpp | 23 ResourceHeapAllocation::ResourceHeapAllocation(const AllocationInfo& info, in ResourceHeapAllocation() argument
|
/third_party/skia/third_party/externals/dawn/src/dawn_wire/client/ |
H A D | ShaderModule.cpp | 40 GetCompilationInfoCallback(uint64_t requestSerial, WGPUCompilationInfoRequestStatus status, const WGPUCompilationInfo* info) GetCompilationInfoCallback() argument
|
/third_party/skia/third_party/externals/harfbuzz/src/ |
H A D | hb-kern.hh | 59 hb_glyph_info_t *info = buffer->info; in kern() local
|
H A D | hb-ot-shape-complex-khmer.hh | 55 set_khmer_properties (hb_glyph_info_t &info) in set_khmer_properties() argument
|
H A D | hb-ot-shape-complex-syllabic.cc | 47 hb_glyph_info_t *info = buffer->info; in hb_syllabic_insert_dotted_circles() local
|
H A D | test.cc | 75 hb_glyph_info_t *info = &infos[i]; in main() local
|
/third_party/skia/third_party/externals/harfbuzz/test/api/ |
H A D | test-var-coords.c | 79 hb_ot_var_axis_info_t info; in test_get_var_get_axis_infos() local
|
/third_party/skia/third_party/externals/expat/expat/xmlwf/ |
H A D | xmlwf_helpgen.py | 90 info = parser.add_argument_group('info arguments') variable 91 info = info.add_mutually_exclusive_group() variable
|
/third_party/skia/tools/ |
H A D | ProcStats.cpp | 42 PROCESS_MEMORY_COUNTERS info; in getMaxResidentSetSizeBytes() local 43 GetProcessMemoryInfo(GetCurrentProcess(), &info, sizeof(info)); in getMaxResidentSetSizeBytes() local 53 mach_task_basic_info info; in getCurrResidentSetSizeBytes() local 79 PROCESS_MEMORY_COUNTERS info; in getCurrResidentSetSizeBytes() local 80 GetProcessMemoryInfo(GetCurrentProcess(), &info, sizeof(info)); in getCurrResidentSetSizeBytes() local [all...] |
/third_party/skia/tools/gpu/ |
H A D | BackendTextureImageFactory.cpp | 40 MakeBackendTextureImage(GrDirectContext* dContext, const SkImageInfo& info, SkColor4f color, GrMipmapped mipmapped, GrRenderable renderable, GrSurfaceOrigin origin) MakeBackendTextureImage() argument
|