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:DawnWindowContext
(Results
1 - 4
of
4
) sorted by relevance
/third_party/skia/tools/sk_app/
H
A
D
DawnWindowContext.cpp
12
#include "tools/sk_app/
DawnWindowContext
.h"
26
DawnWindowContext
::
DawnWindowContext
(const DisplayParams& params,
in DawnWindowContext()
function in sk_app::DawnWindowContext
33
void
DawnWindowContext
::initializeContext(int width, int height) {
in initializeContext()
56
DawnWindowContext
::~
DawnWindowContext
() {
in ~DawnWindowContext()
59
void
DawnWindowContext
::destroyContext() {
in destroyContext()
70
sk_sp<SkSurface>
DawnWindowContext
::getBackbufferSurface() {
in getBackbufferSurface()
86
void
DawnWindowContext
::swapBuffers() {
in swapBuffers()
91
void
DawnWindowContext
[all...]
H
A
D
DawnWindowContext.h
20
class
DawnWindowContext
: public WindowContext {
class
22
DawnWindowContext
(const DisplayParams&, wgpu::TextureFormat swapChainFormat);
23
~
DawnWindowContext
() override;
/third_party/skia/tools/sk_app/unix/
H
A
D
DawnVulkanWindowContext_unix.cpp
8
#include "tools/sk_app/
DawnWindowContext
.h"
20
using sk_app::
DawnWindowContext
;
24
class DawnVulkanWindowContext_xlib : public
DawnWindowContext
{
39
using INHERITED =
DawnWindowContext
;
/third_party/skia/tools/sk_app/win/
H
A
D
DawnD3D12WindowContext_win.cpp
8
#include "tools/sk_app/
DawnWindowContext
.h"
17
class DawnD3D12WindowContext : public
DawnWindowContext
{
32
:
DawnWindowContext
(params, wgpu::TextureFormat::RGBA8Unorm)
in DawnD3D12WindowContext()
Completed in 2 milliseconds