OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:GM
(Results
151 - 172
of
172
) sorted by null
1
2
3
4
5
6
7
/external/skia/gm/
beziereffects.cpp
11
#include "
gm
.h"
37
* This
GM
directly exercises effects that draw Bezier curves in the GPU backend.
39
class BezierCubicEffects : public
GM
{
55
// This is a GPU-specific
GM
.
183
typedef
GM
INHERITED;
189
* This
GM
directly exercises effects that draw Bezier curves in the GPU backend.
191
class BezierConicEffects : public
GM
{
207
// This is a GPU-specific
GM
.
369
typedef
GM
INHERITED;
374
* This
GM
directly exercises effects that draw Bezier quad curves in the GPU backend
[
all
...]
convexpaths.cpp
8
#include "
gm
.h"
29
class ConvexPathsGM : public
GM
{
288
typedef
GM
INHERITED;
294
static
GM
* MyFactory(void*) { return new ConvexPathsGM; }
displacement.cpp
8
#include "
gm
.h"
14
class DisplacementMapGM : public
GM
{
213
typedef
GM
INHERITED;
220
static
GM
* MyFactory(void*) { return new DisplacementMapGM; }
roundrects.cpp
9
#include "
gm
.h"
21
class RoundRectGM : public
GM
{
331
typedef
GM
INHERITED;
336
static
GM
* MyFactory(void*) { return new RoundRectGM; }
shadertext2.cpp
7
#include "
gm
.h"
51
class ShaderText2GM : public
GM
{
213
typedef
GM
INHERITED;
219
static
GM
* MyFactory(void*) { return new ShaderText2GM; }
xfermodes.cpp
8
#include "
gm
.h"
53
class XfermodesGM : public
GM
{
286
typedef
GM
INHERITED;
291
static
GM
* MyFactory(void*) { return new XfermodesGM; }
blurrect.cpp
8
#include "
gm
.h"
67
class BlurRectGM : public skiagm::
GM
{
135
typedef
GM
INHERITED;
138
class BlurRectCompareGM : public skiagm::
GM
{
208
typedef
GM
INHERITED;
362
// dont' need to
GM
the gaussian convolution; it's slow and intended
gradients_no_texture.cpp
7
#include "
gm
.h"
88
class GradientsNoTextureGM : public
GM
{
125
typedef
GM
INHERITED;
lumafilter.cpp
8
#include "
gm
.h"
77
class LumaFilterGM : public skiagm::
GM
{
148
typedef skiagm::
GM
INHERITED;
megalooper.cpp
8
#include "
gm
.h"
15
// This
GM
tests 3 different ways of drawing four shadows around a square:
20
class MegaLooperGM : public skiagm::
GM
{
235
typedef
GM
INHERITED;
poly2poly.cpp
8
#include "
gm
.h"
176
class Poly2PolyGM : public skiagm::
GM
{
266
typedef skiagm::
GM
INHERITED;
rrect.cpp
8
#include "
gm
.h"
124
class RRectGM : public skiagm::
GM
{
166
typedef
GM
INHERITED;
xfermodes3.cpp
8
#include "
gm
.h"
25
class Xfermodes3GM : public
GM
{
238
typedef
GM
INHERITED;
techtalk1.cpp
8
#include "
gm
.h"
325
class TalkGM : public skiagm::
GM
{
367
typedef skiagm::
GM
INHERITED;
379
static skiagm::
GM
* FACTORY_NAME(void*) { return new Class args; } \
396
//static
GM
* MyFactory(void*) { return new TalkGM(0, false); }
aaclip.cpp
8
#include "
gm
.h"
260
class AAClipGM : public skiagm::
GM
{
317
typedef skiagm::
GM
INHERITED;
optimizations.cpp
8
#include "
gm
.h"
301
// no longer be locally exercised. This
GM
manually constructs the patterns
302
// our optimizations will remove to test them. It acts as both a
GM
and a unit
304
class OptimizationsGM : public skiagm::
GM
{
410
typedef skiagm::
GM
INHERITED;
xfermodeimagefilter.cpp
8
#include "
gm
.h"
20
class XfermodeImageFilterGM : public
GM
{
225
typedef
GM
INHERITED;
degeneratesegments.cpp
7
#include "
gm
.h"
14
class DegenerateSegmentsGM : public
GM
{
392
typedef
GM
INHERITED;
397
static
GM
* MyFactory(void*) { return new DegenerateSegmentsGM; }
bleed.cpp
8
#include "
gm
.h"
85
// This
GM
exercises the drawBitmapRectToRect "bleed" flag
86
class BleedGM : public skiagm::
GM
{
278
typedef
GM
INHERITED;
/external/skia/gm/tests/
run.sh
3
# Self-tests for
gm
, based on tools/tests/run.sh
6
# so make sure that they still pass when you make changes to
gm
!
8
# To generate new baselines when
gm
behavior changes, run
gm
/tests/rebaseline.sh
22
GM_BINARY=out/Debug/
gm
69
# Run
gm
...
99
grep ^
GM
: $ACTUAL_OUTPUT_DIR/stdout >$ACTUAL_OUTPUT_DIR/stdout-tmp
101
grep ^
GM
: $ACTUAL_OUTPUT_DIR/stderr >$ACTUAL_OUTPUT_DIR/stderr-tmp
124
# that
gm
will match or mismatch as appropriate.
142
# Run
GM
to write out the images actually generated
[
all
...]
/external/wpa_supplicant_8/src/ap/
wpa_auth_i.h
136
int GN,
GM
;
wpa_auth.c
[
all
...]
Completed in 623 milliseconds
1
2
3
4
5
6
7