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:getD3DGpu
(Results
1 - 8
of
8
) sorted by relevance
/third_party/skia/src/gpu/d3d/
H
A
D
GrD3DAttachment.cpp
68
GrD3DGpu* gpu = this->
getD3DGpu
();
in onRelease()
75
GrD3DGpu* gpu = this->
getD3DGpu
();
in onAbandon()
81
GrD3DGpu* GrD3DAttachment::
getD3DGpu
() const {
in getD3DGpu()
function in GrD3DAttachment
H
A
D
GrD3DRenderTarget.cpp
153
GrD3DGpu* gpu = this->
getD3DGpu
();
in releaseInternalObjects()
166
this->releaseResource(this->
getD3DGpu
());
in onRelease()
172
this->releaseResource(this->
getD3DGpu
());
in onAbandon()
180
GrD3DGpu* GrD3DRenderTarget::
getD3DGpu
() const {
in getD3DGpu()
function in GrD3DRenderTarget
H
A
D
GrD3DBuffer.cpp
164
SkASSERT(!this->
getD3DGpu
()->protectedContext());
in onUpdateData()
187
this->
getD3DGpu
()->stagingBufferManager()->allocateStagingBufferSlice(size);
in internalMap()
219
this->setResourceState(this->
getD3DGpu
(), D3D12_RESOURCE_STATE_COPY_DEST);
in internalUnmap()
220
this->
getD3DGpu
()->currentCommandList()->copyBufferToBuffer(
in internalUnmap()
H
A
D
GrD3DTexture.cpp
136
GrD3DGpu* gpu = this->
getD3DGpu
();
in onRelease()
144
GrD3DGpu* gpu = this->
getD3DGpu
();
in onAbandon()
154
GrD3DGpu* GrD3DTexture::
getD3DGpu
() const {
in getD3DGpu()
function in GrD3DTexture
H
A
D
GrD3DAttachment.h
46
GrD3DGpu*
getD3DGpu
() const;
H
A
D
GrD3DBuffer.h
52
GrD3DGpu*
getD3DGpu
() const {
in getD3DGpu()
function in GrD3DBuffer
H
A
D
GrD3DTexture.h
55
GrD3DGpu*
getD3DGpu
() const;
H
A
D
GrD3DRenderTarget.h
108
GrD3DGpu*
getD3DGpu
() const;
Completed in 3 milliseconds