Home
last modified time | relevance | path

Searched refs:RS_YUV_NONE (Results 1 – 10 of 10) sorted by relevance

/frameworks/rs/cpp/
DType.cpp78 mYuvFormat = RS_YUV_NONE; in Type()
122 t->mYuvFormat = RS_YUV_NONE; in create()
137 mYuvFormat = RS_YUV_NONE; in Builder()
162 if (format != RS_YUV_NONE && !(mElement->isCompatible(Element::YUV(mRS)))) { in setYuvFormat()
167 if (format != RS_YUV_NONE && in setYuvFormat()
210 if (mYuvFormat != RS_YUV_NONE) { in create()
/frameworks/rs/tests/java_api/RSUnitTests/src/com/android/rs/unittest/
Dsingle_source_alloc.rscript344 RS_YUV_NONE)));
368 RS_YUV_NONE)));
370 RS_YUV_NONE)));
374 RS_YUV_NONE)));
376 RS_YUV_NONE)));
/frameworks/rs/tests/java_api/RSUnitTests/supportlibsrc_gen/com/android/rs/unittest/
Dsingle_source_alloc.rscript346 RS_YUV_NONE)));
370 RS_YUV_NONE)));
372 RS_YUV_NONE)));
376 RS_YUV_NONE)));
378 RS_YUV_NONE)));
/frameworks/rs/driver/runtime/
Drs_allocation.c548 return rsCreateType(element, dimX, dimY, dimZ, false, false, RS_YUV_NONE); in rsCreateType()
554 return rsCreateType(element, dimX, dimY, 0, false, false, RS_YUV_NONE); in rsCreateType()
559 return rsCreateType(element, dimX, 0, 0, false, false, RS_YUV_NONE); in rsCreateType()
/frameworks/rs/
DrsDefines.h171 RS_YUV_NONE = 0, enumerator
/frameworks/rs/script_api/
Drs_object_types.spec189 value: RS_YUV_NONE = 0
Drs_allocation_create.spec101 yuv_format indicates the associated YUV format (or RS_YUV_NONE).
/frameworks/rs/script_api/include/
Drs_object_types.rsh208 RS_YUV_NONE = 0,
Drs_allocation_create.rsh95 * yuv_format indicates the associated YUV format (or RS_YUV_NONE).
/frameworks/rs/driver/
DrsdRuntimeStubs.cpp277 if (yuv != RS_YUV_NONE && in CreateType()
315 if (yuv_format != RS_YUV_NONE) { in CreateType()