OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:GpuGM
(Results
1 - 21
of
21
) sorted by null
/external/skia/gm/
textblobuseaftergpufree.cpp
18
class TextBlobUseAfterGpuFree : public
GpuGM
{
discard.cpp
21
class DiscardGM : public
GpuGM
{
etc1.cpp
25
class ETC1GM : public skiagm::
GpuGM
{
gm.h
56
// A Simple
GpuGM
makes direct GPU calls. Its onDraw hook that includes GPU objects as params, and
179
// A
GpuGM
replaces the onDraw method with one that also accepts GPU objects alongside the
182
class
GpuGM
: public GM {
184
GpuGM
(SkColor backgroundColor = SK_ColorWHITE) : GM(backgroundColor) {}
212
class SimpleGpuGM : public
GpuGM
{
216
:
GpuGM
(bgColor), fName(name), fSize(size), fDrawProc(drawProc) {}
gm.cpp
158
DrawResult
GpuGM
::onDraw(GrContext* ctx, GrRenderTargetContext* rtc, SkCanvas* canvas,
163
void
GpuGM
::onDraw(GrContext*, GrRenderTargetContext*, SkCanvas*) {
167
DrawResult
GpuGM
::onDraw(SkCanvas* canvas, SkString* errorMsg) {
fontcache.cpp
30
class FontCacheGM : public skiagm::
GpuGM
{
fontregen.cpp
39
class FontRegenGM : public skiagm::
GpuGM
{
bigrrectaaeffect.cpp
22
class BigRRectAAEffectGM : public
GpuGM
{
constcolorprocessor.cpp
25
class ConstColorProcessor : public
GpuGM
{
textblobrandomfont.cpp
23
class TextBlobRandomFont : public
GpuGM
{
yuvtorgbeffect.cpp
32
class YUVtoRGBEffect : public
GpuGM
{
143
class YUVNV12toRGBEffect : public
GpuGM
{
clockwise.cpp
36
class ClockwiseGM : public
GpuGM
{
flippity.cpp
142
class FlippityGM : public skiagm::
GpuGM
{
imagefromyuvtextures.cpp
33
class ImageFromYUVTextures : public
GpuGM
{
rectangletexture.cpp
22
class RectangleTexture : public
GpuGM
{
samplelocations.cpp
39
class SampleLocationsGM : public
GpuGM
{
texturedomaineffect.cpp
28
class TextureDomainEffect : public
GpuGM
{
beziereffects.cpp
137
class BezierConicEffects : public
GpuGM
{
342
class BezierQuadEffects : public
GpuGM
{
convexpolyeffect.cpp
116
class ConvexPolyEffect : public
GpuGM
{
compositor_quads.cpp
424
class CompositorGM : public skiagm::
GpuGM
{
[
all
...]
wacky_yuv_formats.cpp
[
all
...]
Completed in 1493 milliseconds