HomeSort by relevance Sort by last modified time
    Searched refs:UNSIGNED_8 (Results 1 - 8 of 8) sorted by null

  /cts/tests/tests/renderscript/src/android/renderscript/cts/
ElementTest.java 28 DataType.UNSIGNED_8,
34 DataType.UNSIGNED_8,
43 DataType.UNSIGNED_8,
57 assertTrue(Element.createVector(mRS, DataType.UNSIGNED_8, len) != null);
227 Element.createPixel(mRS, Element.DataType.UNSIGNED_8,
230 Element.createVector(mRS, Element.DataType.UNSIGNED_8, 3),
231 Element.createPixel(mRS, Element.DataType.UNSIGNED_8,
235 Element.createVector(mRS, Element.DataType.UNSIGNED_8, 4),
236 Element.createPixel(mRS, Element.DataType.UNSIGNED_8,
425 assertEquals(DataType.UNSIGNED_8, DataType.valueOf("UNSIGNED_8"))
    [all...]
  /frameworks/rs/cpp/
Element.cpp 74 CREATE_USER(U8, UNSIGNED_8);
101 CREATE_PIXEL(A_8, UNSIGNED_8, PIXEL_A);
103 CREATE_PIXEL(RGB_888, UNSIGNED_8, PIXEL_RGB);
105 CREATE_PIXEL(RGBA_8888, UNSIGNED_8, PIXEL_RGBA);
116 CREATE_VECTOR(U8, UNSIGNED_8);
  /frameworks/base/graphics/java/android/renderscript/
Element.java 125 UNSIGNED_8 (8, 1),
308 * Utility function for returning an Element containing a single UNSIGNED_8.
316 rs.mElement_U8 = createUser(rs, DataType.UNSIGNED_8);
471 rs.mElement_A_8 = createPixel(rs, DataType.UNSIGNED_8, DataKind.PIXEL_A);
485 rs.mElement_RGB_888 = createPixel(rs, DataType.UNSIGNED_8, DataKind.PIXEL_RGB);
506 rs.mElement_RGBA_8888 = createPixel(rs, DataType.UNSIGNED_8, DataKind.PIXEL_RGBA);
555 rs.mElement_UCHAR_2 = createVector(rs, DataType.UNSIGNED_8, 2);
562 rs.mElement_UCHAR_3 = createVector(rs, DataType.UNSIGNED_8, 3);
569 rs.mElement_UCHAR_4 = createVector(rs, DataType.UNSIGNED_8, 4);
849 * SIGNED_8, SIGNED_16, SIGNED_32, SIGNED_64, UNSIGNED_8, UNSIGNED_16
    [all...]
Allocation.java 286 (mType.mElement.mType == Element.DataType.UNSIGNED_8)) {
    [all...]
  /frameworks/support/renderscript/v8/java/src/android/support/v8/renderscript/
Element.java 141 UNSIGNED_8 (8, 1),
317 * Utility function for returning an Element containing a single UNSIGNED_8.
325 rs.mElement_U8 = createUser(rs, DataType.UNSIGNED_8);
438 rs.mElement_A_8 = createPixel(rs, DataType.UNSIGNED_8, DataKind.PIXEL_A);
452 rs.mElement_RGB_888 = createPixel(rs, DataType.UNSIGNED_8, DataKind.PIXEL_RGB);
473 rs.mElement_RGBA_8888 = createPixel(rs, DataType.UNSIGNED_8, DataKind.PIXEL_RGBA);
522 rs.mElement_UCHAR_2 = createVector(rs, DataType.UNSIGNED_8, 2);
529 rs.mElement_UCHAR_3 = createVector(rs, DataType.UNSIGNED_8, 3);
536 rs.mElement_UCHAR_4 = createVector(rs, DataType.UNSIGNED_8, 4);
769 * SIGNED_8, SIGNED_16, SIGNED_32, SIGNED_64, UNSIGNED_8, UNSIGNED_16
    [all...]
Allocation.java 230 (mType.mElement.mType == Element.DataType.UNSIGNED_8)) {
    [all...]
  /prebuilts/sdk/14/
android.jar 
  /prebuilts/sdk/current/
android.jar 

Completed in 977 milliseconds