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:kPresent
(Results
1 - 9
of
9
) sorted by relevance
/third_party/skia/tools/sk_app/win/
H
A
D
D3D12WindowContext_win.cpp
202
surface->flush(SkSurface::BackendSurfaceAccess::
kPresent
, info);
in swapBuffers()
/third_party/skia/include/core/
H
A
D
SkSurface.h
903
kPresent
, //!< back-end surface will be used for presenting to screen
member in SkSurface::BackendSurfaceAccess
922
If BackendSurfaceAccess::
kPresent
is passed in and the backend API is not Vulkan, it is
/third_party/node/deps/v8/src/objects/
H
A
D
lookup.h
326
kPresent
, // The value was found.
enumerator
H
A
D
keys.cc
1242
const int
kPresent
= 1;
in CollectOwnJSProxyKeys()
local
1254
if (entry->value !=
kPresent
) {
in CollectOwnJSProxyKeys()
1255
entry->value =
kPresent
;
in CollectOwnJSProxyKeys()
H
A
D
lookup.cc
1514
return
kPresent
;
in TryGetOwnConstantElement()
1574
return
kPresent
;
in TryGetOwnChar()
/third_party/node/deps/v8/src/compiler/
H
A
D
heap-refs.cc
1273
DCHECK_EQ(result, ConcurrentLookupIterator::
kPresent
);
in GetCharAsStringOrUndefined()
1854
DCHECK_EQ(result, ConcurrentLookupIterator::
kPresent
);
in GetOwnConstantElementFromHeap()
/third_party/skia/src/gpu/vk/
H
A
D
GrVkGpu.cpp
2211
if (!proxies.empty() && (access == SkSurface::BackendSurfaceAccess::
kPresent
|| newState)) {
in prepareSurfacesForBackendAccessAndStateUpdates()
2233
SkASSERT(access == SkSurface::BackendSurfaceAccess::
kPresent
);
in prepareSurfacesForBackendAccessAndStateUpdates()
/third_party/skia/tests/
H
A
D
DeferredDisplayListTest.cpp
1097
s->flush(SkSurface::BackendSurfaceAccess::
kPresent
, flushInfo);
in DEF_GPUTEST_FOR_RENDERING_CONTEXTS()
/third_party/skia/src/gpu/d3d/
H
A
D
GrD3DGpu.cpp
1683
if (!proxies.empty() && access == SkSurface::BackendSurfaceAccess::
kPresent
) {
in prepareSurfacesForBackendAccessAndStateUpdates()
Completed in 21 milliseconds