HomeSort by relevance Sort by last modified time
    Searched refs:gm (Results 1 - 25 of 126) sorted by null

1 2 3 4 5 6

  /external/skia/bench/
Android.mk 103 ../gm/gm.cpp \
104 ../gm/aaclip.cpp \
105 ../gm/aarectmodes.cpp \
106 ../gm/alphagradients.cpp \
107 ../gm/arcofzorro.cpp \
108 ../gm/arithmode.cpp \
109 ../gm/beziereffects.cpp \
110 ../gm/bicubicfilter.cpp \
111 ../gm/bigblurs.cpp
    [all...]
GMBench.cpp 10 GMBench::GMBench(skiagm::GM* gm) : fGM(gm) {
11 fName.printf("GM:%s", gm->getName());
24 return !(skiagm::GM::kSkipGPU_Flag & flags);
26 return !(skiagm::GM::kSkipPDF_Flag & flags);
28 // GM doesn't have an equivalent flag. If the GM has known issues with 565 then
30 return !(skiagm::GM::kSkip565_Flag & flags)
    [all...]
GMBench.h 10 #include "gm.h"
13 * Runs a GM as a benchmark by repeatedly drawing the GM.
17 // Constructor takes ownership of the GM param.
18 GMBench(skiagm::GM* gm);
28 skiagm::GM* fGM;
  /external/skia/dm/
Android.mk 38 ../gm/gm.cpp \
39 ../gm/gm_expectations.cpp \
123 ../gm/aaclip.cpp \
124 ../gm/aarectmodes.cpp \
125 ../gm/alphagradients.cpp \
126 ../gm/arcofzorro.cpp \
127 ../gm/arithmode.cpp \
128 ../gm/beziereffects.cpp \
129 ../gm/bicubicfilter.cpp
    [all...]
DMReplayTask.cpp 15 skiagm::GM* gm,
21 , fGM(gm)
42 if (fGM->getFlags() & skiagm::GM::kSkipPicture_Flag) {
DMSerializeTask.cpp 14 skiagm::GM* gm,
18 , fGM(gm)
40 return !FLAGS_serialize || fGM->getFlags() & skiagm::GM::kSkipPicture_Flag;
DMUtil.h 21 // Draw gm to picture. Passes recordFlags to SkPictureRecorder::beginRecording().
22 SkPicture* RecordPicture(skiagm::GM* gm,
  /external/chromium_org/third_party/skia/tools/
reformat-json.py 26 # We need to add the 'gm' directory, so that we can import gm_json.py within
28 # written out by the GM tool.
29 # Make sure that the 'gm' dir is in the PYTHONPATH, but add it at the *end*
32 # This assumes that the 'gm' directory has been checked out as a sibling of
36 os.path.join(os.path.dirname(os.path.dirname(__file__)), 'gm'))
git-skia-verify 8 # This script builds and runs GM in current workspace with another Skia
67 say "Running GM for current revision..."
75 ./out/Release/gm -w after
77 say "Running GM for revision $REVISION..."
89 ./out/Release/gm -w before
  /external/skia/tools/
reformat-json.py 26 # We need to add the 'gm' directory, so that we can import gm_json.py within
28 # written out by the GM tool.
29 # Make sure that the 'gm' dir is in the PYTHONPATH, but add it at the *end*
32 # This assumes that the 'gm' directory has been checked out as a sibling of
36 os.path.join(os.path.dirname(os.path.dirname(__file__)), 'gm'))
git-skia-verify 8 # This script builds and runs GM in current workspace with another Skia
67 say "Running GM for current revision..."
75 ./out/Release/gm -w after
77 say "Running GM for revision $REVISION..."
89 ./out/Release/gm -w before
  /external/chromium_org/third_party/libjingle/source/talk/examples/peerconnection/client/
main.cc 73 BOOL gm; local
74 while ((gm = ::GetMessage(&msg, NULL, 0, 0)) != 0 && gm != -1) {
83 (gm = ::GetMessage(&msg, NULL, 0, 0)) != 0 && gm != -1) {
  /external/chromium_org/third_party/skia/bench/
GMBench.cpp 10 GMBench::GMBench(skiagm::GM* gm) : fGM(gm) {
11 fName.printf("GM_%s", gm->getName());
24 return !(skiagm::GM::kSkipGPU_Flag & flags);
26 return !(skiagm::GM::kSkipPDF_Flag & flags);
28 // GM doesn't have an equivalent flag. If the GM has known issues with 565 then
30 return !(skiagm::GM::kSkip565_Flag & flags);
41 // Does the GM ever rely on drawBackground to lazily compute something
    [all...]
GMBench.h 12 #include "gm.h"
15 * Runs a GM as a benchmark by repeatedly drawing the GM.
19 // Constructor takes ownership of the GM param.
20 GMBench(skiagm::GM* gm);
30 skiagm::GM* fGM;
  /packages/apps/DeskClock/src/com/android/alarmclock/
AnalogAppWidgetProvider.java 50 AppWidgetManager gm = AppWidgetManager.getInstance(context); local
51 gm.updateAppWidget(appWidgetIds, views);
  /frameworks/base/tests/appwidgets/AppWidgetHostTest/src/com/android/tests/appwidgethost/
TestAppWidgetProvider.java 57 AppWidgetManager gm = AppWidgetManager.getInstance(context); local
61 gm.updateAppWidget(appWidgetIds, views);
63 gm.updateAppWidget(new ComponentName("com.android.tests.appwidgethost",
  /frameworks/base/tests/appwidgets/AppWidgetProviderTest/src/com/android/tests/appwidgetprovider/
TestAppWidgetProvider.java 49 AppWidgetManager gm = AppWidgetManager.getInstance(context); local
53 gm.updateAppWidget(appWidgetIds, views);
55 gm.updateAppWidget(new ComponentName("com.android.tests.appwidgetprovider",
  /external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/util/
u_format_rgb9e5.h 105 int rm, gm, bm; local
131 gm = (int) floor(gc / denom + 0.5);
135 assert(gm <= MAX_RGB9E5_MANTISSA);
138 assert(gm >= 0);
142 retval.field.g = gm;
  /external/mesa3d/src/gallium/auxiliary/util/
u_format_rgb9e5.h 105 int rm, gm, bm; local
131 gm = (int) floor(gc / denom + 0.5);
135 assert(gm <= MAX_RGB9E5_MANTISSA);
138 assert(gm >= 0);
142 retval.field.g = gm;
  /external/chromium_org/v8/test/webkit/fast/regex/
malformed-escapes.js 30 regexp = /\ug/gm;
35 regexp = /\xg/gm;
40 regexp = /\c_/gm;
45 regexp = /[\B]/gm;
50 regexp = /[\b]/gm;
55 regexp = /\8/gm;
  /external/skia/gm/
gmmain.cpp 9 * Code for the "gm" (Golden Master) rendering comparison tool.
11 * If you make changes to this, re-run the self-tests at gm/tests/run.sh
16 #include "gm.h"
82 // stop writing out XPS-format image baselines in gm.
104 GM* next() {
128 // image files read/written by GM use this file extension.
148 /* Write GM images if a write path is provided. */
150 /* Read reference GM images if a read path is provided. */
470 * Prepare an SkBitmap to render a GM into.
472 * After you've rendered the GM into the SkBitmap, you must cal
2309 GM* gm; local
    [all...]
  /external/chromium_org/third_party/skia/dm/
DMUtil.h 7 #include "gm.h"
21 // Draw gm to picture. If skr is true, uses EXPERIMENTAL_beginRecording().
22 SkPicture* RecordPicture(skiagm::GM* gm,
DMPipeTask.cpp 36 skiagm::GM* gm,
42 , fGM(gm)
65 this->spawnChild(SkNEW_ARGS(WriteTask, (*this, "GM", bitmap)));
73 if (fGM->getFlags() & skiagm::GM::kSkipPipe_Flag) {
77 fGM->getFlags() & skiagm::GM::kSkipPipeCrossProcess_Flag) {
  /external/chromium_org/third_party/skia/gm/
gmmain.cpp 9 * Code for the "gm" (Golden Master) rendering comparison tool.
11 * If you make changes to this, re-run the self-tests at gm/tests/run.sh
16 #include "gm.h"
84 // stop writing out XPS-format image baselines in gm.
106 GM* next() {
130 // image files read/written by GM use this file extension.
149 /* Write GM images if a write path is provided. */
151 /* Read reference GM images if a read path is provided. */
471 * Prepare an SkBitmap to render a GM into.
473 * After you've rendered the GM into the SkBitmap, you must cal
2341 GM* gm; local
    [all...]
  /development/samples/ApiDemos/src/com/example/android/apis/appwidget/
ExampleBroadcastReceiver.java 43 AppWidgetManager gm = AppWidgetManager.getInstance(context); local
51 ExampleAppWidgetProvider.updateAppWidget(context, gm, appWidgetIds.get(i), texts.get(i));

Completed in 540 milliseconds

1 2 3 4 5 6