HomeSort by relevance Sort by last modified time
    Searched refs:gWidth (Results 26 - 28 of 28) sorted by null

12

  /cts/tests/tests/renderscript/src/android/renderscript/cts/
GetSetTest.java 35 final int gWidth = 252;
38 final int gCount = gWidth * gHeight * gDepth;
46 script.set_gWidth(gWidth);
48 scriptRelaxed.set_gWidth(gWidth);
93 Type t1 = Type.createX(mRS, e, gWidth * gHeight * gDepth / vs);
101 Type t2 = Type.createXY(mRS, e, gWidth / vs, gHeight * gDepth);
109 Type t3 = Type.createXYZ(mRS, e, gWidth / vs, gHeight, gDepth);
120 for (int i=0; i < gWidth; i++) {
134 for (int i=0; i < gWidth; i++) {
148 for (int i=0; i < gWidth; i++)
    [all...]
  /frameworks/native/opengl/tests/gl_perf/
fill_common.cpp 23 static uint32_t gWidth = 0;
125 double pixels = (gWidth * gHeight) * count;
  /external/skia/tests/
ResourceCacheTest.cpp 29 static const int gWidth = 640;
37 desc.fWidth = gWidth;
39 SkImageInfo info = SkImageInfo::MakeN32Premul(gWidth, gHeight);
44 const SkIRect size = SkIRect::MakeWH(gWidth, gHeight);
    [all...]

Completed in 114 milliseconds

12