Searched refs:ganesh (Results 1 – 25 of 83) sorted by relevance
1234
/external/skia/gn/ |
D | gpu.gni | 16 # //include/private/gpu/ganesh/BUILD.bazel 19 # //src/gpu/ganesh/BUILD.bazel 20 # //src/gpu/ganesh/d3d/BUILD.bazel 21 # //src/gpu/ganesh/dawn/BUILD.bazel 22 # //src/gpu/ganesh/effects/BUILD.bazel 23 # //src/gpu/ganesh/geometry/BUILD.bazel 24 # //src/gpu/ganesh/gl/BUILD.bazel 25 # //src/gpu/ganesh/gl/android/BUILD.bazel 26 # //src/gpu/ganesh/gl/builders/BUILD.bazel 27 # //src/gpu/ganesh/gl/egl/BUILD.bazel [all …]
|
/external/skia/ |
D | public.bzl | 295 "include/private/gpu/ganesh/GrContext_Base.h", 296 "include/private/gpu/ganesh/GrGLTypesPriv.h", 297 "include/private/gpu/ganesh/GrImageContext.h", 298 "include/private/gpu/ganesh/GrMockTypesPriv.h", 299 "include/private/gpu/ganesh/GrMtlTypesPriv.h", 300 "include/private/gpu/ganesh/GrTypesPriv.h", 792 # We include the ganesh files, but leave out any specific backend (e.g. GL, Vulkan) 793 "src/gpu/ganesh/ClipStack.cpp", 794 "src/gpu/ganesh/ClipStack.h", 795 "src/gpu/ganesh/Device.cpp", [all …]
|
D | Android.bp | 455 "src/gpu/ganesh/ClipStack.cpp", 456 "src/gpu/ganesh/Device.cpp", 457 "src/gpu/ganesh/Device_drawTexture.cpp", 458 "src/gpu/ganesh/GrAHardwareBufferImageGenerator.cpp", 459 "src/gpu/ganesh/GrAHardwareBufferUtils.cpp", 460 "src/gpu/ganesh/GrAttachment.cpp", 461 "src/gpu/ganesh/GrAuditTrail.cpp", 462 "src/gpu/ganesh/GrBackendSemaphore.cpp", 463 "src/gpu/ganesh/GrBackendSurface.cpp", 464 "src/gpu/ganesh/GrBackendTextureImageGenerator.cpp", [all …]
|
/external/skia/src/gpu/ganesh/ |
D | BUILD.bazel | 266 "//src/gpu/ganesh/effects:srcs", 267 "//src/gpu/ganesh/glsl:srcs", 268 "//src/gpu/ganesh/gradients:srcs", 269 "//src/gpu/ganesh/geometry:srcs", 270 "//src/gpu/ganesh/mock:srcs", # TODO(kjlubick, egdaniel) should this be test only? 271 "//src/gpu/ganesh/tessellate:srcs", 272 "//src/gpu/ganesh/ops:srcs", 273 "//src/gpu/ganesh/text:srcs", 276 "//src/gpu:dawn_backend": ["//src/gpu/ganesh/dawn:srcs"], 277 "//src/gpu:gl_backend": ["//src/gpu/ganesh/gl:srcs"], [all …]
|
/external/skia/src/gpu/ganesh/gl/ |
D | BUILD.bazel | 73 "//bazel/common_config_settings:linux_x64": ["//src/gpu/ganesh/gl/glx:srcs"], 74 "//bazel/common_config_settings:cpu_wasm": ["//src/gpu/ganesh/gl/webgl:srcs"], 75 "@platforms//os:android": ["//src/gpu/ganesh/gl/egl:srcs"], 76 "@platforms//os:ios": ["//src/gpu/ganesh/gl/iOS:srcs"], 77 "@platforms//os:macos": ["//src/gpu/ganesh/gl/mac:srcs"], 78 "@platforms//os:windows": ["//src/gpu/ganesh/gl/win:srcs"], 87 "//src/gpu/ganesh/gl/builders:srcs", 92 visibility = ["//src/gpu/ganesh:__pkg__"], 99 "//src/gpu/ganesh/gl/builders:private_hdrs", 101 visibility = ["//src/gpu/ganesh:__pkg__"], [all …]
|
/external/skia/src/gpu/ganesh/mtl/ |
D | GrMtlPipelineState.mm | 8 #include "src/gpu/ganesh/mtl/GrMtlPipelineState.h" 10 #include "src/gpu/ganesh/GrBackendUtils.h" 11 #include "src/gpu/ganesh/GrFragmentProcessor.h" 12 #include "src/gpu/ganesh/GrGeometryProcessor.h" 13 #include "src/gpu/ganesh/GrRenderTarget.h" 14 #include "src/gpu/ganesh/GrTexture.h" 15 #include "src/gpu/ganesh/GrXferProcessor.h" 16 #include "src/gpu/ganesh/effects/GrTextureEffect.h" 17 #include "src/gpu/ganesh/mtl/GrMtlBuffer.h" 18 #include "src/gpu/ganesh/mtl/GrMtlFramebuffer.h" [all …]
|
D | GrMtlRenderTarget.mm | 8 #include "src/gpu/ganesh/mtl/GrMtlRenderTarget.h" 10 #include "src/gpu/ganesh/GrDirectContextPriv.h" 11 #include "src/gpu/ganesh/GrResourceProvider.h" 12 #include "src/gpu/ganesh/mtl/GrMtlFramebuffer.h" 13 #include "src/gpu/ganesh/mtl/GrMtlGpu.h" 14 #include "src/gpu/ganesh/mtl/GrMtlUtil.h"
|
D | GrMtlBuffer.mm | 8 #include "include/private/gpu/ganesh/GrTypesPriv.h" 9 #include "src/gpu/ganesh/GrGpuResourcePriv.h" 10 #include "src/gpu/ganesh/GrStagingBufferManager.h" 11 #include "src/gpu/ganesh/mtl/GrMtlBuffer.h" 12 #include "src/gpu/ganesh/mtl/GrMtlCommandBuffer.h" 13 #include "src/gpu/ganesh/mtl/GrMtlGpu.h"
|
D | GrMtlResourceProvider.mm | 8 #include "src/gpu/ganesh/mtl/GrMtlResourceProvider.h" 13 #include "src/gpu/ganesh/GrDirectContextPriv.h" 14 #include "src/gpu/ganesh/GrProgramDesc.h" 15 #include "src/gpu/ganesh/mtl/GrMtlCommandBuffer.h" 16 #include "src/gpu/ganesh/mtl/GrMtlGpu.h" 17 #include "src/gpu/ganesh/mtl/GrMtlPipelineState.h" 18 #include "src/gpu/ganesh/mtl/GrMtlUtil.h"
|
D | GrMtlOpsRenderPass.mm | 8 #include "src/gpu/ganesh/mtl/GrMtlOpsRenderPass.h" 10 #include "src/gpu/ganesh/GrBackendUtils.h" 11 #include "src/gpu/ganesh/GrColor.h" 12 #include "src/gpu/ganesh/GrNativeRect.h" 13 #include "src/gpu/ganesh/GrRenderTarget.h" 14 #include "src/gpu/ganesh/mtl/GrMtlCommandBuffer.h" 15 #include "src/gpu/ganesh/mtl/GrMtlPipelineState.h" 16 #include "src/gpu/ganesh/mtl/GrMtlPipelineStateBuilder.h" 17 #include "src/gpu/ganesh/mtl/GrMtlRenderCommandEncoder.h" 18 #include "src/gpu/ganesh/mtl/GrMtlRenderTarget.h" [all …]
|
D | GrMtlTrampoline.mm | 8 #include "src/gpu/ganesh/mtl/GrMtlTrampoline.h" 10 #include "src/gpu/ganesh/mtl/GrMtlGpu.h"
|
D | GrMtlTextureRenderTarget.mm | 8 #include "src/gpu/ganesh/GrDirectContextPriv.h" 9 #include "src/gpu/ganesh/GrResourceProvider.h" 10 #include "src/gpu/ganesh/mtl/GrMtlGpu.h" 11 #include "src/gpu/ganesh/mtl/GrMtlTextureRenderTarget.h" 12 #include "src/gpu/ganesh/mtl/GrMtlUtil.h"
|
D | GrMtlTexture.mm | 8 #include "src/gpu/ganesh/mtl/GrMtlTexture.h" 10 #include "src/gpu/ganesh/GrTexture.h" 11 #include "src/gpu/ganesh/mtl/GrMtlGpu.h" 12 #include "src/gpu/ganesh/mtl/GrMtlUtil.h"
|
D | GrMtlFramebuffer.mm | 8 #include "src/gpu/ganesh/mtl/GrMtlFramebuffer.h" 10 #include "src/gpu/ganesh/mtl/GrMtlAttachment.h"
|
/external/skia/src/image/ |
D | SkSurface_GpuMtl.mm | 12 #include "src/gpu/ganesh/GrProxyProvider.h" 13 #include "src/gpu/ganesh/GrRecordingContextPriv.h" 14 #include "src/gpu/ganesh/GrResourceProvider.h" 15 #include "src/gpu/ganesh/GrResourceProviderPriv.h" 16 #include "src/gpu/ganesh/SurfaceDrawContext.h" 21 #include "src/gpu/ganesh/GrSurface.h" 22 #include "src/gpu/ganesh/mtl/GrMtlTextureRenderTarget.h"
|
/external/skia/tests/ |
D | MtlCopySurfaceTest.mm | 10 #include "src/gpu/ganesh/GrDirectContextPriv.h" 11 #include "src/gpu/ganesh/GrProxyProvider.h" 12 #include "src/gpu/ganesh/mtl/GrMtlGpu.h" 18 #include "src/gpu/ganesh/mtl/GrMtlCaps.h" 19 #include "src/gpu/ganesh/mtl/GrMtlTextureRenderTarget.h"
|
/external/skia/src/gpu/ganesh/dawn/ |
D | BUILD.bazel | 45 visibility = ["//src/gpu/ganesh:__pkg__"], 51 visibility = ["//src/gpu/ganesh:__pkg__"], 56 visibility = ["//src/gpu/ganesh:__pkg__"],
|
/external/skia/src/gpu/ganesh/text/ |
D | BUILD.bazel | 12 visibility = ["//src/gpu/ganesh:__pkg__"], 20 visibility = ["//src/gpu/ganesh:__pkg__"],
|
/external/skia/src/gpu/ganesh/gradients/ |
D | BUILD.bazel | 22 visibility = ["//src/gpu/ganesh:__pkg__"], 28 visibility = ["//src/gpu/ganesh:__pkg__"],
|
/external/skia/src/gpu/ |
D | BUILD.bazel | 102 "//src/gpu/ganesh:srcs", 116 "//src/gpu/ganesh:private_hdrs", 129 "//src/gpu/ganesh:deps",
|
/external/skia/src/gpu/ganesh/gl/builders/ |
D | BUILD.bazel | 22 visibility = ["//src/gpu/ganesh/gl:__pkg__"], 28 visibility = ["//src/gpu/ganesh/gl:__pkg__"],
|
/external/skia/src/gpu/ganesh/mock/ |
D | BUILD.bazel | 29 visibility = ["//src/gpu/ganesh:__pkg__"], 35 visibility = ["//src/gpu/ganesh:__pkg__"],
|
/external/skia/src/gpu/ganesh/tessellate/ |
D | BUILD.bazel | 29 visibility = ["//src/gpu/ganesh:__pkg__"], 35 visibility = ["//src/gpu/ganesh:__pkg__"],
|
/external/skia/src/gpu/ganesh/glsl/ |
D | BUILD.bazel | 35 visibility = ["//src/gpu/ganesh:__pkg__"], 41 visibility = ["//src/gpu/ganesh:__pkg__"],
|
/external/skia/src/gpu/ganesh/geometry/ |
D | BUILD.bazel | 37 visibility = ["//src/gpu/ganesh:__pkg__"], 43 visibility = ["//src/gpu/ganesh:__pkg__"],
|
1234