HomeSort by relevance Sort by last modified time
    Searched full:alloc2d (Results 1 - 2 of 2) sorted by null

  /cts/tests/tests/renderscript/src/android/renderscript/cts/
sample.rs 44 static bool sub_test_RGBA_2D(rs_allocation alloc2D, float2 location, float lod,
47 float4 result = rsSample(alloc2D, gNearest, location, lod);
50 result = rsSample(alloc2D, gLinear, location, lod);
53 result = rsSample(alloc2D, gMipNearest, location, lod);
56 result = rsSample(alloc2D, gMipLinear, location, lod);
61 void test_RGBA(rs_allocation alloc1D, rs_allocation alloc2D) {
123 result = rsSample(alloc2D, gNearest, f2Location);
126 result = rsSample(alloc2D, gLinear, f2Location);
129 result = rsSample(alloc2D, gMipNearest, f2Location);
132 result = rsSample(alloc2D, gMipLinear, f2Location)
    [all...]
  /bootable/recovery/
screen_ui.cpp 429 static char** Alloc2d(size_t rows, size_t cols) {
472 text_ = Alloc2d(text_rows_, text_cols_ + 1);
473 file_viewer_text_ = Alloc2d(text_rows_, text_cols_ + 1);
474 menu_ = Alloc2d(text_rows_, text_cols_ + 1);

Completed in 714 milliseconds