OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:GrMtlGpu
(Results
1 - 3
of
3
) sorted by null
/external/skia/src/gpu/mtl/
GrMtlGpu.mm
8
#include "
GrMtlGpu
.h"
14
GrGpu*
GrMtlGpu
::Create(GrContext* context, const GrContextOptions& options,
19
return new
GrMtlGpu
(context, options, device, queue);
22
GrMtlGpu
::
GrMtlGpu
(GrContext* context, const GrContextOptions& options,
GrMtlTrampoline.mm
10
#include "
GrMtlGpu
.h"
16
return
GrMtlGpu
::Create(context,
GrMtlGpu.h
21
class
GrMtlGpu
: public GrGpu {
26
~
GrMtlGpu
() override {}
63
GrMtlGpu
(GrContext* context, const GrContextOptions& options,
Completed in 961 milliseconds