Home
last modified time | relevance | path

Searched defs:g (Results 1 – 25 of 26) sorted by relevance

12

/cts/tests/tests/opengl/src/android/opengl/cts/
DColorBufferTest.java46 float g = 0.0f; in test_RGBA_1001() local
64 float g = 1.0f; in test_RGBA_1101() local
82 float g = 1.0f; in test_RGBA_1111() local
101 float g = 1.0f; in test_RGBA_0101() local
120 float g = 0.0f; in test_RGBA_0011() local
139 float g = 0.0f; in test_RGBA_0000() local
158 float g = 0.7f; in test_RGBA_rand_val_one() local
175 private float[] getVertexColors(float r, float g, float b, float a) { in getVertexColors()
189 float g = expectedColor[1]; in compare() local
DNativeColorBufferTest.java41 float g = 0.0f; in test_RGBA_1001() local
59 float g = 1.0f; in test_RGBA_1101() local
77 float g = 1.0f; in test_RGBA_1111() local
96 float g = 1.0f; in test_RGBA_0101() local
115 float g = 0.0f; in test_RGBA_0011() local
134 float g = 0.0f; in test_RGBA_0000() local
153 float g = 0.7f; in test_RGBA_rand_val_one() local
170 private float[] getVertexColors(float r, float g, float b, float a) { in getVertexColors()
183 float g = expectedColor[1]; in compare() local
DEgl10Utils.java88 int g = findConfigAttrib(egl, display, config, EGL10.EGL_GREEN_SIZE); in chooseConfig() local
DRendererOneColorBufferTest.java217 float g = (pixel >> 8) & 0xFF; in doOnDrawFrame() local
/cts/tests/tests/systemui/src/android/systemui/cts/
DColorUtils.java26 int g = (argb >> 8) & 0xFF; in brightness() local
36 int g = (argb >> 8) & 0xFF; in hue() local
/cts/hostsidetests/theme/src/android/theme/cts/
DColorUtils.java86 public static int g(int color) { in g() method in ColorUtils
122 public static void RGBToLAB(int r, int g, int b, double[] outLab) { in RGBToLAB()
147 public static void RGBToXYZ(int r, int g, int b, double[] outXyz) { in RGBToXYZ()
/cts/apps/CtsVerifier/include/colorchecker/
Dvec3.h99 inline T g() const { return mGreen; } in g() function
/cts/hostsidetests/sustainedperf/shadertoy_android/src/
DGLtestView.java135 public ConfigChooser(int r, int g, int b, int a, int depth, int stencil) { in ConfigChooser()
199 int g = findConfigAttrib(egl, display, config, in chooseConfig() local
/cts/tests/tests/provider/src/android/provider/cts/
DMediaStore_Audio_Genres_MembersTest.java220 long g = c.getLong(c.getColumnIndex(Members.GENRE_ID)); in testStoreAudioGenresMembersExternal() local
/cts/tests/tests/renderscript/src/android/renderscript/cts/
DImageProcessingTest.java311 int pack(float a, float r, float g, float b) { in pack()
323 int pack(int a, int r, int g, int b) { in pack()
773 float g = f; in testLUT() local
/cts/tests/tests/graphics/src/android/graphics/cts/
DYuvImageTest.java375 int g = Color.green(actual) - Color.green(exp); in distance() local
382 int g = Color.green(argb); in argb2yuv() local
DBitmapFactoryTest.java998 final int g = multiplyAlpha(Color.green(actual), a1) - in distance() local
1005 final int g = Color.green(actual) - Color.green(expect); in distance() local
DBitmapRegionDecoderTest.java720 int g = Color.green(actual) - Color.green(exp); in distance() local
/cts/tests/tests/media/src/android/media/cts/
DEncodeVirtualDisplayTest.java488 int g = mPixelBuf.get(1) & 0xff; in checkSurfaceFrame() local
DDecodeEditEncodeTest.java759 int g = pixelBuf.get(1) & 0xff; in checkSurfaceFrame() local
DEncodeDecodeTest.java1306 int g = pixelBuf.get(1) & 0xff; in checkSurfaceFrame() local
DEncodeVirtualDisplayWithCompositionTest.java386 int g = mPixelBuf.get(1) & 0xff; in checkSurfaceFrameColor() local
/cts/tests/tests/widget/src/android/widget/cts/util/
DTestUtils.java323 int g = compositeComponent(Color.green(foreground), fgAlpha, in compositeColors() local
/cts/hostsidetests/appsecurity/test-apps/StorageStatsApp/src/com/android/cts/storagestatsapp/
DStorageStatsTest.java353 final File g = useFallocate(makeUniqueFile(tomb), size, tombTime); in testCacheBehavior() local
/cts/tests/camera/src/android/hardware/camera2/cts/
DAllocationTest.java320 float g = y - 0.34414f * (cb - 128) - 0.71414f * (cr - 128); in convertPixelYuvToRgb() local
DImageReaderTest.java632 int g = (int) Math.max(0.0f, in convertPixelYuvToRgba() local
/cts/tests/vr/src/android/vr/cts/
DOpenGLESActivity.java350 int g = findConfigAttrib(egl, display, config, in chooseConfig() local
/cts/apps/CtsVerifier/src/com/android/cts/verifier/camera/formats/
DCameraFormatsActivity.java682 int g = data[index + 1] & 0xFF; in convertFromUnknown() local
/cts/tests/tests/openglperf/src/android/openglperf/cts/
DGLSurfaceViewCustom.java946 int g = findConfigAttrib(egl, display, config, in chooseConfig() local
/cts/tools/vm-tests-tf/lib/
Djunit.jar ... .awt.Graphics) java.awt.Graphics g public void paintBackground (java.awt.Graphics) ...

12