OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SimpleGpuGM
(Results
1 - 2
of
2
) sorted by null
/external/skia/gm/
gm.cpp
112
SkISize
SimpleGpuGM
::onISize() { return fSize; }
113
SkString
SimpleGpuGM
::onShortName() { return fName; }
114
DrawResult
SimpleGpuGM
::onDraw(GrContext* ctx, GrRenderTargetContext* rtc, SkCanvas* canvas,
gm.h
77
DEF_GM(return new skiagm::
SimpleGpuGM
(BGCOLOR, SkString(#NAME), {W,H}, \
212
class
SimpleGpuGM
: public GpuGM {
215
SimpleGpuGM
(SkColor bgColor, const SkString& name, const SkISize& size, DrawProc drawProc)
Completed in 242 milliseconds