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:GrContext_Base
(Results
1 - 10
of
10
) sorted by relevance
/third_party/skia/src/gpu/
H
A
D
GrContext_Base.cpp
8
#include "include/private/
GrContext_Base
.h"
16
GrContext_Base
::
GrContext_Base
(sk_sp<GrContextThreadSafeProxy> proxy)
in GrContext_Base()
function in GrContext_Base
20
GrContext_Base
::~
GrContext_Base
() { }
in ~GrContext_Base()
22
bool
GrContext_Base
::init() {
in init()
28
uint32_t
GrContext_Base
::contextID() const { return fThreadSafeProxy->priv().contextID(); }
in contextID()
29
GrBackendApi
GrContext_Base
::backend() const { return fThreadSafeProxy->priv().backend(); }
in backend()
31
const GrContextOptions&
GrContext_Base
::options() const {
in options()
35
const GrCaps*
GrContext_Base
[all...]
H
A
D
GrBaseContextPriv.h
11
#include "include/private/
GrContext_Base
.h"
13
/** Class that exposes methods on
GrContext_Base
that are only intended for use internal to Skia.
14
This class is purely a privileged window into
GrContext_Base
. It should never have
18
GrContext_Base
* context() { return fContext; }
in context()
19
const
GrContext_Base
* context() const { return fContext; }
in context()
23
bool matches(
GrContext_Base
* candidate) const { return this->context()->matches(candidate); }
in matches()
39
explicit GrBaseContextPriv(
GrContext_Base
* context) : fContext(context) {}
in GrBaseContextPriv()
41
GrContext_Base
* fContext;
50
friend class
GrContext_Base
; // to construct/copy this type.
53
inline GrBaseContextPriv
GrContext_Base
[all...]
H
A
D
GrDrawOpTest.h
16
class
GrContext_Base
;
42
const GrUserStencilSettings* GrGetRandomStencil(SkRandom* random,
GrContext_Base
*);
H
A
D
GrDrawOpTest.cpp
11
#include "include/private/
GrContext_Base
.h"
19
const GrUserStencilSettings* GrGetRandomStencil(SkRandom* random,
GrContext_Base
* context) {
in GrGetRandomStencil()
H
A
D
GrContextThreadSafeProxyPriv.h
12
#include "include/private/
GrContext_Base
.h"
26
bool matches(
GrContext_Base
* candidate) const {
in matches()
H
A
D
GrSurfaceProxy.h
19
class
GrContext_Base
;
344
void validate(
GrContext_Base
*) const;
H
A
D
GrSurfaceProxy.cpp
253
void GrSurfaceProxy::validate(
GrContext_Base
* context) const {
in validate()
/third_party/skia/include/private/
H
A
D
GrContext_Base.h
23
class SK_API
GrContext_Base
: public SkRefCnt {
class
25
~
GrContext_Base
() override;
61
GrContext_Base
(sk_sp<GrContextThreadSafeProxy>);
74
bool matches(
GrContext_Base
* candidate) const {
in matches()
H
A
D
GrImageContext.h
11
#include "include/private/
GrContext_Base
.h"
19
class GrImageContext : public
GrContext_Base
{
52
using INHERITED =
GrContext_Base
;
/third_party/skia/include/gpu/
H
A
D
GrRecordingContext.h
274
static inline GrDirectContext* GrAsDirectContext(
GrContext_Base
* base) {
in GrAsDirectContext()
Completed in 5 milliseconds