/aosp_15_r20/external/skia/src/core/ |
H A D | SkImageFilterTypes.cpp | 324 SkRect Mapping::map<SkRect>(const SkRect& geom, const SkMatrix& matrix) { in map() 329 SkIRect Mapping::map<SkIRect>(const SkIRect& geom, const SkMatrix& matrix) { in map() 353 SkIPoint Mapping::map<SkIPoint>(const SkIPoint& geom, const SkMatrix& matrix) { in map() 360 SkPoint Mapping::map<SkPoint>(const SkPoint& geom, const SkMatrix& matrix) { in map() 367 Vector Mapping::map<Vector>(const Vector& geom, const SkMatrix& matrix) { in map() 374 IVector Mapping::map<IVector>(const IVector& geom, const SkMatrix& matrix) { in map() 384 SkSize Mapping::map<SkSize>(const SkSize& geom, const SkMatrix& matrix) { in map() 397 SkISize Mapping::map<SkISize>(const SkISize& geom, const SkMatrix& matrix) { in map()
|
/aosp_15_r20/external/deqp/external/vulkancts/modules/vulkan/shader_object/ |
H A D | vktShaderObjectCreateTests.cpp | 78 const auto &geom = binaries.get("geom"); in iterate() local 346 std::stringstream geom; in initPrograms() local 685 std::stringstream geom; in initPrograms() local
|
H A D | vktShaderObjectPipelineInteractionTests.cpp | 212 const auto &geom = binaries.get("geom"); in iterate() local 782 std::stringstream geom; in initPrograms() local 1006 const auto &geom = binaries.get("geom"); in iterate() local 1275 std::stringstream geom; in initPrograms() local
|
H A D | vktShaderObjectCreateUtil.cpp | 133 std::stringstream geom; in addBasicShaderObjectShaders() local
|
/aosp_15_r20/external/skia/src/gpu/graphite/geom/ |
H A D | Geometry.h | 39 Geometry(Geometry&& geom) { *this = std::move(geom); } in Geometry() function 40 Geometry(const Geometry& geom) { *this = geom; } in Geometry()
|
/aosp_15_r20/external/timezone-boundary-builder/ |
H A D | index.js | 218 var geomToGeoJson = function (geom) { argument 222 var geomToGeoJsonString = function (geom) { argument 385 var postProcessZone = function (geom, returnAsObject) { argument
|
/aosp_15_r20/external/f2fs-tools/tools/ |
H A D | fibmap.c | 92 struct hd_geometry geom; in stat_bdev() local
|
/aosp_15_r20/external/deqp/framework/platform/lnx/X11/ |
H A D | tcuLnxX11Xcb.cpp | 143 xcb_get_geometry_reply_t *geom; in getDimensions() local
|
/aosp_15_r20/external/deqp/external/vulkancts/modules/vulkan/pipeline/ |
H A D | vktPipelineNoPositionTests.cpp | 340 std::ostringstream geom; in initPrograms() local 704 ShaderWrapper geom; in iterate() local
|
/aosp_15_r20/external/swiftshader/src/WSI/ |
H A D | XcbSurfaceKHR.cpp | 31 if(auto *geom = libXCB->xcb_get_geometry_reply(connection, cookie, nullptr)) in getWindowSizeAndDepth() local
|
/aosp_15_r20/external/gptfdisk/ |
H A D | diskio-windows.cc | 128 DISK_GEOMETRY_EX geom; in GetBlockSize() local
|
/aosp_15_r20/external/deqp/external/vulkancts/modules/vulkan/ray_tracing/ |
H A D | vktRayTracingPipelineFlagsTests.cpp | 795 for (uint32_t geom = 0; geom < m_params.geomCount; ++geom, ++idx) in prepareTriGeometries() local 864 for (uint32_t geom = 0; geom < m_params.geomCount; ++geom, ++idx) in createBottomLevelAccelerationStructs() local 887 for (uint32_t geom = 0; geom < m_params.geomCount; ++geom, ++idx) in createBottomLevelAccelerationStructs() local
|
/aosp_15_r20/external/mesa3d/src/vulkan/wsi/ |
H A D | wsi_common_x11.c | 716 xcb_get_geometry_reply_t *geom; in x11_surface_get_capabilities() local 971 xcb_get_geometry_reply_t *geom = in x11_surface_get_present_rectangles() local 1543 xcb_get_geometry_reply_t *geom = xcb_get_geometry_reply(chain->conn, geom_cookie, &err); in x11_present_to_x11_sw() local
|
/aosp_15_r20/external/mesa3d/src/amd/vulkan/ |
H A D | radv_acceleration_structure.c | 745 const VkAccelerationStructureGeometryKHR *geom = in build_leaves() local 1321 const VkAccelerationStructureGeometryKHR *geom = in update() local
|
/aosp_15_r20/external/libxkbcommon/config/libxkbcommon.so.0.0.0.p/ |
H A D | parser.h | 153 void *geom; member
|
/aosp_15_r20/external/mesa3d/src/gallium/frontends/lavapipe/ |
H A D | lvp_acceleration_structure.c | 303 const VkAccelerationStructureGeometryKHR *geom = in lvp_build_acceleration_structure() local
|
/aosp_15_r20/external/skia/src/gpu/ganesh/ops/ |
H A D | AtlasTextOp.cpp | 168 for(Geometry* geom = fHead; geom != nullptr; geom = geom->fNext) { in onDumpInfo() local
|
/aosp_15_r20/external/tensorflow/tensorflow/core/kernels/ |
H A D | random_binomial_op.cc | 83 double geom = ceil(log(u) / log1p(-prob)); in binomial_inversion() local
|
/aosp_15_r20/external/python/cpython3/Lib/tkinter/test/test_tkinter/ |
D | test_geometry_managers.py | 45 def check(anchor, geom): argument
|
/aosp_15_r20/external/python/cpython2/Lib/lib-tk/test/test_tkinter/ |
D | test_geometry_managers.py | 45 def check(anchor, geom): argument
|
/aosp_15_r20/external/pytorch/aten/src/ATen/native/ |
H A D | Distributions.h | 160 accscalar_t geom = compat_ceil(compat_log(U) / logprob); in binomial_inversion() local
|
/aosp_15_r20/external/lzma/CPP/Windows/ |
H A D | FileIO.cpp | 402 DISK_GEOMETRY geom; in CalcDeviceSize() local
|
/aosp_15_r20/external/deqp/external/vulkancts/modules/vulkan/tessellation/ |
H A D | vktTessellationMiscDrawTests.cpp | 654 std::ostringstream geom; in initPrograms() local
|
/aosp_15_r20/external/f2fs-tools/lib/ |
H A D | libf2fs.c | 968 struct hd_geometry geom; in get_device_info() local
|
/aosp_15_r20/external/lzma/CPP/7zip/Archive/ |
H A D | LpHandler.cpp | 496 CGeometry geom; variable
|