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:directContextID
(Results
1 - 7
of
7
) sorted by relevance
/third_party/skia/src/gpu/
H
A
D
GrBackendTextureImageGenerator.cpp
64
info, texture.get(), origin, dContext->
directContextID
(),
in Make()
124
if (fRefHelper->fBorrowingContextID != dContext->
directContextID
()) {
in onGenerateTexture()
143
fRefHelper->fBorrowingContextID = dContext->
directContextID
();
in onGenerateTexture()
151
SkASSERT(fRefHelper->fBorrowingContextID == dContext->
directContextID
());
in onGenerateTexture()
H
A
D
GrDirectContext.cpp
233
this->
directContextID
(),
in init()
244
fMappedBufferManager = std::make_unique<GrClientMappedBufferManager>(this->
directContextID
());
in init()
H
A
D
SurfaceContext.cpp
971
auto result = std::make_unique<AsyncReadResult>(dContext->
directContextID
());
in asyncRescaleAndReadPixelsYUV420()
/third_party/skia/tools/gpu/
H
A
D
GrContextFactory.cpp
326
SkASSERT(grCtx->
directContextID
() != shareContext->
directContextID
());
in getContextInfoInternal()
/third_party/skia/src/image/
H
A
D
SkImage_GpuBase.cpp
315
fTextureContextID = dContext->
directContextID
();
in MakePromiseImageLazyProxy()
/third_party/skia/include/gpu/
H
A
D
GrDirectContext.h
842
DirectContextID
directContextID
() const { return fDirectContextID; }
in directContextID()
function in GrDirectContext
/third_party/skia/tests/
H
A
D
ResourceCacheTest.cpp
1594
GrTextureFreedMessage msg1{wrapped[0], dContext->
directContextID
()};
in test_free_texture_messages()
1601
GrTextureFreedMessage msg2{wrapped[2], dContext->
directContextID
()};
in test_free_texture_messages()
1677
GrTextureFreedMessage msg{tex, dContext->
directContextID
()};
in DEF_GPUTEST_FOR_RENDERING_CONTEXTS()
Completed in 12 milliseconds