Searched refs:RS_YUV_NONE (Results 1 – 10 of 10) sorted by relevance
/frameworks/rs/cpp/ |
D | Type.cpp | 78 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/ |
D | single_source_alloc.rscript | 344 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/ |
D | single_source_alloc.rscript | 346 RS_YUV_NONE))); 370 RS_YUV_NONE))); 372 RS_YUV_NONE))); 376 RS_YUV_NONE))); 378 RS_YUV_NONE)));
|
/frameworks/rs/driver/runtime/ |
D | rs_allocation.c | 548 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/ |
D | rsDefines.h | 171 RS_YUV_NONE = 0, enumerator
|
/frameworks/rs/script_api/ |
D | rs_object_types.spec | 189 value: RS_YUV_NONE = 0
|
D | rs_allocation_create.spec | 101 yuv_format indicates the associated YUV format (or RS_YUV_NONE).
|
/frameworks/rs/script_api/include/ |
D | rs_object_types.rsh | 208 RS_YUV_NONE = 0,
|
D | rs_allocation_create.rsh | 95 * yuv_format indicates the associated YUV format (or RS_YUV_NONE).
|
/frameworks/rs/driver/ |
D | rsdRuntimeStubs.cpp | 277 if (yuv != RS_YUV_NONE && in CreateType() 315 if (yuv_format != RS_YUV_NONE) { in CreateType()
|