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:kMock
(Results
1 - 16
of
16
) sorted by relevance
/third_party/skia/src/gpu/
H
A
D
GrBackendSurface.cpp
68
case GrBackendApi::
kMock
:
in GrBackendFormat()
206
: fBackend(GrBackendApi::
kMock
)
in GrBackendFormat()
240
case GrBackendApi::
kMock
:
in channelMask()
273
case GrBackendApi::
kMock
:
in desc()
298
if (this->isValid() && GrBackendApi::
kMock
== fBackend) {
in asMockColorType()
307
if (this->isValid() && GrBackendApi::
kMock
== fBackend) {
in asMockCompressionType()
316
if (this->isValid() && GrBackendApi::
kMock
== fBackend) {
in isMockStencilFormat()
379
case GrBackendApi::
kMock
:
in operator ==()
438
case GrBackendApi::
kMock
:
in toStr()
587
, fBackend(GrBackendApi::
kMock
)
in GrBackendTexture()
[all...]
H
A
D
GrBackendUtils.cpp
102
case GrBackendApi::
kMock
: {
in GrBackendFormatToCompressionType()
148
case GrBackendApi::
kMock
: {
in GrBackendFormatBytesPerBlock()
208
case GrBackendApi::
kMock
: {
in GrBackendFormatStencilBits()
H
A
D
GrDirectContext.cpp
1275
sk_sp<GrDirectContext> direct(new GrDirectContext(GrBackendApi::
kMock
, options));
/third_party/skia/include/gpu/
H
A
D
GrSurfaceInfo.h
74
: fBackend(GrBackendApi::
kMock
)
in GrSurfaceInfo()
131
if (!this->isValid() || fBackend != GrBackendApi::
kMock
) {
in getMockSurfaceInfo()
139
GrBackendApi fBackend = GrBackendApi::
kMock
;
H
A
D
GrTypes.h
101
kMock
,
member in GrBackendApi
118
static constexpr GrBackendApi kMock_GrBackend = GrBackendApi::
kMock
;
H
A
D
GrBackendSurfaceMutableState.h
87
GrBackend fBackend = GrBackendApi::
kMock
;
H
A
D
GrBackendSurface.h
225
GrBackendApi fBackend = GrBackendApi::
kMock
;
/third_party/skia/tools/graphite/
H
A
D
ContextFactory.h
28
kMock
,
member in skiatest::graphite::ContextFactory::ContextType
50
ContextType fType = ContextType::
kMock
;
/third_party/skia/experimental/graphite/include/
H
A
D
GraphiteTypes.h
29
kMock
,
member in skgpu::SyncToCpu::BackendApi
H
A
D
TextureInfo.h
73
BackendApi fBackend = BackendApi::
kMock
;
/third_party/skia/tools/gpu/mock/
H
A
D
MockTestContext.cpp
22
GrBackendApi backend() override { return GrBackendApi::
kMock
; }
/third_party/skia/src/gpu/mock/
H
A
D
GrMockGpu.cpp
272
SkASSERT(GrBackendApi::
kMock
== tex.backend());
in deleteBackendTexture()
282
SkASSERT(GrBackendApi::
kMock
== tex.backend());
in isTestingOnlyBackendTexture()
/third_party/skia/tools/gpu/
H
A
D
GrContextFactory.h
84
return GrBackendApi::
kMock
;
in ContextTypeBackend()
H
A
D
GrContextFactory.cpp
295
case GrBackendApi::
kMock
: {
in getContextInfoInternal()
/third_party/skia/tests/
H
A
D
BackendAllocationTest.cpp
160
case GrBackendApi::
kMock
: {
in isBGRA8()
195
case GrBackendApi::
kMock
:
in isRGB()
/third_party/skia/include/private/
H
A
D
GrTypesPriv.h
1321
case GrBackendApi::
kMock
: return "Mock";
Completed in 19 milliseconds