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

  /frameworks/rs/cpp/
Type.cpp 78 mYuvFormat = RS_YUV_NONE;
122 t->mYuvFormat = RS_YUV_NONE;
137 mYuvFormat = RS_YUV_NONE;
162 if (format != RS_YUV_NONE && !(mElement->isCompatible(Element::YUV(mRS)))) {
167 if (format != RS_YUV_NONE &&
210 if (mYuvFormat != RS_YUV_NONE) {
  /frameworks/rs/script_api/include/
rs_object_types.rsh 208 RS_YUV_NONE = 0,
  /prebuilts/sdk/renderscript/include/
rs_object_types.rsh 208 RS_YUV_NONE = 0,
  /cts/tests/tests/renderscript/src/android/renderscript/cts/
single_source_alloc.rs 376 RS_YUV_NONE)));
400 RS_YUV_NONE)));
402 RS_YUV_NONE)));
406 RS_YUV_NONE)));
408 RS_YUV_NONE)));
  /frameworks/rs/tests/java_api/RSUnitTests/src/com/android/rs/unittest/
single_source_alloc.rs 344 RS_YUV_NONE)));
368 RS_YUV_NONE)));
370 RS_YUV_NONE)));
374 RS_YUV_NONE)));
376 RS_YUV_NONE)));
  /frameworks/rs/
rsDefines.h 171 RS_YUV_NONE = 0,
  /frameworks/rs/script_api/
rs_object_types.spec 189 value: RS_YUV_NONE = 0
rs_allocation_create.spec 101 yuv_format indicates the associated YUV format (or RS_YUV_NONE).
  /frameworks/rs/driver/runtime/
rs_allocation.c 548 return rsCreateType(element, dimX, dimY, dimZ, false, false, RS_YUV_NONE);
554 return rsCreateType(element, dimX, dimY, 0, false, false, RS_YUV_NONE);
559 return rsCreateType(element, dimX, 0, 0, false, false, RS_YUV_NONE);
  /cts/tests/tests/rscpp/librscpptest/
rs_jni.cpp 466 if (mYuvFormat != RS_YUV_NONE) {
  /frameworks/rs/rsov/driver/
rsovRuntimeStubs.cpp 258 if (yuv != RS_YUV_NONE && yuv != RS_YUV_YV12 && yuv != RS_YUV_NV21 &&
295 if (yuv_format != RS_YUV_NONE) {
    [all...]
  /frameworks/rs/driver/
rsdRuntimeStubs.cpp 277 if (yuv != RS_YUV_NONE &&
315 if (yuv_format != RS_YUV_NONE) {
    [all...]

Completed in 129 milliseconds