Searched refs:rgba (Results 1 – 3 of 3) sorted by relevance
/cts/tests/tests/renderscript/src/android/renderscript/cts/ |
D | ImageProcessingTest.java | 282 byte[] rgba = func[type].filter(src[i], src[i + 1], src[i + 2], src[i + 3], in javaBlend() 284 dst[i] = rgba[0]; in javaBlend() 285 dst[i + 1] = rgba[1]; in javaBlend() 286 dst[i + 2] = rgba[2]; in javaBlend() 287 dst[i + 3] = rgba[3]; in javaBlend() 299 byte[] rgba = new byte[4]; field in ImageProcessingTest.BlendFunc 316 rgba[0] = (byte) ir; in pack() 317 rgba[1] = (byte) ig; in pack() 318 rgba[2] = (byte) ib; in pack() 319 rgba[3] = (byte) ia; in pack() [all …]
|
/cts/tests/tests/opengl/src/android/opengl/cts/ |
D | OpenGLES20ActivityTwo.java | 99 public OpenGLES20View(Context context, int type, int index, float[] rgba, in OpenGLES20View() argument 105 mRenderer = new RendererOneColorBufferTest(context, rgba, latch); in OpenGLES20View()
|
D | OpenGLES20NativeActivityTwo.java | 110 public OpenGLES20View(Context context, int type, int index, float[] rgba, in OpenGLES20View() argument 116 mRenderer = new NativeRendererOneColorBufferTest(context, rgba, latch); in OpenGLES20View()
|