Home
Sort by
last modified time
|
relevance
|
path
Repository(s)
applications
arkcompiler
base
build
commonlibrary
developtools
device
docs
domains
drivers
foundation
ide
interface
kernel
napi_generator
productdefine
test
third_party
vendor
select all
invert selection
clear
Full Search
Search through all text tokens(words,strings,identifiers,numbers) in index.
Definition
Only finds symbol definitions(where e.g a variable(function,...) is defined).
Symbol
Only finds symbol(e.g. methods classes,function,variables).
File Path
Path of the source file(use "/").If you want just exact path,enclose it in "".Source files end with: .jar/.bz2/.a/.h/.java...
History
History log comments.
Type
Any
Bzip(2)
C
Clojure
C#
C++
ELF
Erlang
Image file
Fortran
Golang
GZIP
Haskell
Jar
Java
Java class
JavaScript
Lisp
Lua
Pascal
Perl
PHP
Plain Text
PL/SQL
Python
Rust
Scala
Shell script
SQL
Tar
Tcl
Troff
UUEncoded
Visual Basic
XML
Zip
Type of analyzer used to filter file types include with selected(e.g. just C sources).
Help
Searched
refs:SkSurface_Gpu
(Results
1 - 9
of
9
) sorted by relevance
/third_party/skia/src/image/
H
A
D
SkSurface_Gpu.cpp
8
#include "src/image/
SkSurface_Gpu
.h"
37
SkSurface_Gpu
::
SkSurface_Gpu
(sk_sp<skgpu::BaseDevice> device)
in SkSurface_Gpu()
function in SkSurface_Gpu
43
SkSurface_Gpu
::~
SkSurface_Gpu
() {
in ~SkSurface_Gpu()
49
GrRecordingContext*
SkSurface_Gpu
::onGetRecordingContext() {
in onGetRecordingContext()
53
skgpu::BaseDevice*
SkSurface_Gpu
::getDevice() {
in getDevice()
57
static GrRenderTarget* prepare_rt_for_external_access(
SkSurface_Gpu
* surface,
in prepare_rt_for_external_access()
83
GrBackendTexture
SkSurface_Gpu
::onGetBackendTexture(BackendHandleAccess access) {
in onGetBackendTexture()
95
GrBackendRenderTarget
SkSurface_Gpu
[all...]
H
A
D
SkSurface_Gpu.h
19
class
SkSurface_Gpu
: public SkSurface_Base {
class
21
SkSurface_Gpu
(sk_sp<skgpu::BaseDevice>);
22
~
SkSurface_Gpu
() override;
/third_party/skia/src/gpu/vk/
H
A
D
GrVkDrawAreaManager.cpp
8
#include "src/image/
SkSurface_Gpu
.h"
17
auto gpuDevice = static_cast<
SkSurface_Gpu
*>(surface)->getDevice();
in bindDrawingArea()
47
auto gpuDevice = static_cast<
SkSurface_Gpu
*>(surface)->getDevice();
in clearSurface()
/third_party/skia/src/gpu/v1/
H
A
D
Device_v1.h
24
class
SkSurface_Gpu
;
221
friend class ::
SkSurface_Gpu
; // for access to surfaceProps
/third_party/skia/src/core/
H
A
D
SkDeferredDisplayListRecorder.cpp
37
#include "src/image/
SkSurface_Gpu
.h"
171
fSurface = sk_make_sp<
SkSurface_Gpu
>(std::move(device));
in init()
/third_party/skia/tests/
H
A
D
GrMipMappedTest.cpp
31
#include "src/image/
SkSurface_Gpu
.h"
81
auto device = ((
SkSurface_Gpu
*)surface.get())->getDevice();
in DEF_GPUTEST_FOR_RENDERING_CONTEXTS()
315
auto device = ((
SkSurface_Gpu
*)surface.get())->getDevice();
in DEF_GPUTEST_FOR_RENDERING_CONTEXTS()
H
A
D
SurfaceTest.cpp
31
#include "src/image/
SkSurface_Gpu
.h"
208
((
SkSurface_Gpu
*)(surf.get()))->getDevice()->targetProxy()->numSamples();
in DEF_GPUTEST_FOR_RENDERING_CONTEXTS()
568
SkSurface_Gpu
* gsurf = (
SkSurface_Gpu
*)surf.get();
in is_budgeted()
730
auto surfaceGpu = static_cast<
SkSurface_Gpu
*>(surface);
in supports_readpixels()
/third_party/skia/include/core/
H
A
D
SkSurfaceCharacterization.h
121
friend class
SkSurface_Gpu
; // for 'set' & 'config'
H
A
D
SkCanvas.h
2448
friend class
SkSurface_Gpu
;
Completed in 10 milliseconds