/third_party/skia/tests/ |
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
|
/third_party/protobuf/java/core/src/main/java/com/google/protobuf/ |
H A D | RawMessageInfo.java | 174 private final String info; field in RawMessageInfo 179 RawMessageInfo(MessageLite defaultInstance, String info, Object[] objects) { in RawMessageInfo() argument
|
/third_party/python/Lib/urllib/ |
H A D | response.py | 64 def info(self): member in addinfo
|
/third_party/skia/third_party/externals/abseil-cpp/absl/strings/internal/ |
H A D | cordz_update_scope.h | 61 CordzInfo* info() const { return info_; } in info() function in absl::cord_internal::CordzUpdateScope
|
/third_party/skia/experimental/graphite/src/ |
H A D | TextureProxy.cpp | 15 TextureProxy::TextureProxy(SkISize dimensions, const TextureInfo& info) in TextureProxy() argument
|
/third_party/skia/gm/ |
H A D | localmatriximagefilter.cpp | 26 SkImageInfo info = SkImageInfo::MakeN32Premul(100, 100); in make_image() local
|
H A D | pictureshadercache.cpp | 82 SkImageInfo info = SkImageInfo::MakeN32Premul(100, 100, std::move(gty)); variable
|
H A D | textblobgeometrychange.cpp | 52 SkImageInfo info = SkImageInfo::MakeN32Premul(200, 200); variable
|
H A D | complexclip_blur_tiled.cpp | 48 SkImageInfo info = SkImageInfo::MakeN32Premul(ts, ts); variable
|
/third_party/skia/docs/examples/ |
H A D | UnpremulBugs.cpp | 14 SkImageInfo info = SkImageInfo::MakeS32(n, n, at); in REG_FIDDLE() local
|