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:abandonContext
(Results
1 - 21
of
21
) sorted by relevance
/third_party/skia/tests/
H
A
D
GrContextAbandonTest.cpp
25
context->
abandonContext
();
in DEF_GPUTEST()
31
context->
abandonContext
();
in DEF_GPUTEST()
32
context->
abandonContext
();
in DEF_GPUTEST()
35
context->
abandonContext
();
in DEF_GPUTEST()
40
context->
abandonContext
();
in DEF_GPUTEST()
H
A
D
TextureStripAtlasManagerTest.cpp
47
context->
abandonContext
();
in DEF_GPUTEST_FOR_RENDERING_CONTEXTS()
71
context->
abandonContext
();
in DEF_GPUTEST_FOR_RENDERING_CONTEXTS()
H
A
D
GrSubmittedFlushTest.cpp
81
ctx->
abandonContext
();
in DEF_GPUTEST_FOR_RENDERING_CONTEXTS()
H
A
D
PromiseImageTest.cpp
208
dContext->
abandonContext
();
in DEF_GPUTEST()
H
A
D
TextBlobCacheTest.cpp
170
dContext->
abandonContext
();
in text_blob_cache_inner()
H
A
D
ImageTest.cpp
606
factory->get(type)->
abandonContext
();
in DEF_GPUTEST()
1164
dContext->
abandonContext
();
in DEF_GPUTEST_FOR_RENDERING_CONTEXTS()
H
A
D
SurfaceTest.cpp
380
direct->
abandonContext
();
in DEF_GPUTEST_FOR_RENDERING_CONTEXTS()
402
dContext->
abandonContext
();
in DEF_GPUTEST_FOR_RENDERING_CONTEXTS()
H
A
D
ResourceCacheTest.cpp
1481
dContext->
abandonContext
();
in test_abandoned()
1671
dContext->
abandonContext
();
in DEF_GPUTEST_FOR_RENDERING_CONTEXTS()
H
A
D
GrThreadSafeCacheTest.cpp
1079
// Case 8: This checks that GrContext::
abandonContext
works as expected wrt the thread
1081
// recording but one still recording when the
abandonContext
fires.
1106
dContext->
abandonContext
(); // This should exercise dropAllRefs
in test_8()
/third_party/skia/src/gpu/
H
A
D
GrImageContext.cpp
24
void GrImageContext::
abandonContext
() {
in abandonContext()
function in GrImageContext
25
fThreadSafeProxy->priv().
abandonContext
();
in abandonContext()
H
A
D
GrContextThreadSafeProxyPriv.h
43
void
abandonContext
() { fProxy->
abandonContext
(); }
in abandonContext()
function in GrContextThreadSafeProxyPriv
H
A
D
GrDDLContext.cpp
29
void
abandonContext
() override {
31
INHERITED::
abandonContext
();
H
A
D
GrRecordingContext.cpp
96
void GrRecordingContext::
abandonContext
() {
in abandonContext()
function in GrRecordingContext
97
INHERITED::
abandonContext
();
in abandonContext()
H
A
D
GrContextThreadSafeProxy.cpp
165
void GrContextThreadSafeProxy::
abandonContext
() {
in abandonContext()
function in GrContextThreadSafeProxy
H
A
D
GrDirectContext.cpp
124
void GrDirectContext::
abandonContext
() {
in abandonContext()
function in GrDirectContext
129
INHERITED::
abandonContext
();
in abandonContext()
160
this->
abandonContext
();
in abandoned()
173
INHERITED::
abandonContext
();
in releaseResourcesAndAbandonContext()
/third_party/skia/include/private/
H
A
D
GrImageContext.h
32
SK_API virtual void
abandonContext
();
/third_party/skia/tools/sk_app/
H
A
D
GLWindowContext.cpp
48
fContext->
abandonContext
();
in destroyContext()
/third_party/skia/include/gpu/
H
A
D
GrContextThreadSafeProxy.h
137
void
abandonContext
();
H
A
D
GrRecordingContext.h
144
void
abandonContext
() override;
H
A
D
GrDirectContext.h
165
void
abandonContext
() override;
196
* This is similar to
abandonContext
() however the underlying 3D context is not yet lost and
/third_party/skia/tools/gpu/
H
A
D
GrContextFactory.cpp
96
context.fGrContext->
abandonContext
();
in abandonContexts()
103
context.fGrContext->
abandonContext
();
in abandonContexts()
Completed in 25 milliseconds