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:abandon
(Results
1 - 25
of
25
) sorted by relevance
/third_party/skia/src/gpu/
H
A
D
GrGpuResourceCacheAccess.h
53
void
abandon
() {
in abandon()
function in GrGpuResource::CacheAccess
54
fResource->
abandon
();
in abandon()
H
A
D
GrClientMappedBufferManager.h
74
void
abandon
();
H
A
D
GrClientMappedBufferManager.cpp
46
void GrClientMappedBufferManager::
abandon
() {
in abandon()
function in GrClientMappedBufferManager
H
A
D
GrGpuResource.cpp
67
void GrGpuResource::
abandon
() {
in abandon()
function in GrGpuResource
H
A
D
GrGpuResource.h
218
* this to return NULL. When objects have been release()ed or
abandon
()ed
336
/** Overridden to
abandon
any internal handles, ptrs, etc to backend API resources.
377
void
abandon
();
411
// This is not ref'ed but
abandon
() or release() will be called before the GrGpu object
H
A
D
GrResourceProvider.h
326
void
abandon
() {
in abandon()
function in GrResourceProvider
H
A
D
GrDirectContext.cpp
136
fMappedBufferManager->
abandon
();
in abandonContext()
138
fResourceProvider->
abandon
();
in abandonContext()
140
//
abandon
first so destructors don't try to free the resources in the API.
in abandonContext()
178
fResourceProvider->
abandon
();
in releaseResourcesAndAbandonContext()
H
A
D
GrResourceCache.cpp
749
back->cacheAccess().
abandon
();
in abandonAll()
755
top->cacheAccess().
abandon
();
in abandonAll()
/third_party/skia/src/gpu/gl/
H
A
D
GrGLGpuProgramCache.cpp
37
void GrGLGpu::ProgramCache::
abandon
() {
in abandon()
function in GrGLGpu::ProgramCache
40
(*e)->fProgram->
abandon
();
in abandon()
H
A
D
GrGLProgram.h
71
* Call to
abandon
GL objects owned by this program.
73
void
abandon
();
H
A
D
GrGLProgram.cpp
93
void GrGLProgram::
abandon
() {
in abandon()
function in GrGLProgram
H
A
D
GrGLGpu.h
400
void
abandon
();
H
A
D
GrGLInterfaceAutogen.cpp
794
void GrGLInterface::
abandon
() const {
in abandon()
function in GrGLInterface
H
A
D
GrGLGpu.cpp
286
void
abandon
() {
in abandon()
function in GrGLGpu::SamplerObjectCache
455
fProgramCache->
abandon
();
in disconnect()
458
fSamplerObjectCache->
abandon
();
in disconnect()
/third_party/skia/tools/gpu/gl/
H
A
D
GLTestContext.cpp
218
fGLInterface->
abandon
();
in testAbandon()
219
fOriginalGLInterface->
abandon
();
in testAbandon()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
H
A
D
PassManager.cpp
71
FunctionPA->
abandon
(InnerAnalysisID);
in invalidate()
/third_party/skia/modules/skparagraph/include/
H
A
D
ParagraphCache.h
23
void
abandon
();
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
H
A
D
CGSCCPassManager.cpp
182
InnerPA->
abandon
(InnerAnalysisID);
in invalidate()
286
FunctionPA->
abandon
(InnerAnalysisID);
in invalidate()
339
// Forcibly
abandon
all the inner analyses with dependencies, but
in updateNewSCCFunctionAnalyses()
346
PA.
abandon
(InnerAnalysisID);
in updateNewSCCFunctionAnalyses()
H
A
D
LoopAnalysisManager.cpp
109
InnerPA->
abandon
(InnerAnalysisID);
in invalidate()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/
H
A
D
PassManager.h
206
/// Note that you can only
abandon
a specific analysis, not a *set* of
208
template <typename AnalysisT> void
abandon
() {
abandon
(AnalysisT::ID()); }
in abandon()
function in llvm::PreservedAnalyses
215
/// Note that you can only
abandon
a specific analysis, not a *set* of
217
void
abandon
(AnalysisKey *ID) {
in abandon()
function in llvm::PreservedAnalyses
1389
PA.
abandon
<AnalysisT>();
in run()
/third_party/skia/tests/
H
A
D
PromiseImageTest.cpp
207
DeathFn
abandon
= [](sk_gpu_test::GrContextFactory* factory, GrDirectContext* dContext) {
in DEF_GPUTEST()
local
226
DeathFn contextKillers[] = {destroy,
abandon
, releaseResourcesAndAbandon};
in DEF_GPUTEST()
267
// to destroy the context (and instead will release-all-and-
abandon
).
in DEF_GPUTEST()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ExecutionEngine/Orc/RPC/
H
A
D
RPCUtils.h
636
virtual void
abandon
() = 0;
667
void
abandon
() override {
696
void
abandon
() override {
731
void
abandon
() override {
766
void
abandon
() override {
1127
KV.second->
abandon
();
in abandonPendingResponses()
/third_party/skia/include/gpu/gl/
H
A
D
GrGLInterface.h
338
virtual void
abandon
() const;
/third_party/skia/modules/skparagraph/src/
H
A
D
ParagraphCache.cpp
314
void ParagraphCache::
abandon
() {
in abandon()
function in skia::textlayout::ParagraphCache
/third_party/rust/crates/bindgen/bindgen-tests/tests/
H
A
D
stylo.hpp
[all...]
Completed in 52 milliseconds