Home
last modified time | relevance | path

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

/frameworks/rs/
DrsComponent.cpp59 case RS_KIND_PIXEL_RGBA: in set()
88 rsAssert(mKind == RS_KIND_PIXEL_RGBA); in set()
94 rsAssert(mKind == RS_KIND_PIXEL_RGBA); in set()
DrsDefines.h163 RS_KIND_PIXEL_RGBA, enumerator
/frameworks/rs/cpp/
DElement.cpp337 dk == RS_KIND_PIXEL_RGBA || in createPixel()
355 if (dt == RS_TYPE_UNSIGNED_5_5_5_1 && dk != RS_KIND_PIXEL_RGBA) { in createPixel()
359 if (dt == RS_TYPE_UNSIGNED_4_4_4_4 && dk != RS_KIND_PIXEL_RGBA) { in createPixel()
376 case RS_KIND_PIXEL_RGBA: in createPixel()
/frameworks/rs/tests/java_api/RsTest/src/com/android/rs/test/
Dsingle_source_alloc.rs279 TEST_SUPPORTED_PIXEL (RS_TYPE_UNSIGNED_5_5_5_1, RS_KIND_PIXEL_RGBA);
281 TEST_SUPPORTED_PIXEL (RS_TYPE_UNSIGNED_4_4_4_4, RS_KIND_PIXEL_RGBA);
/frameworks/rs/tests/java_api/RSTest_CompatLib/src/com/android/rs/test/
Dsingle_source_alloc.rs276 TEST_SUPPORTED_PIXEL (RS_TYPE_UNSIGNED_5_5_5_1, RS_KIND_PIXEL_RGBA);
278 TEST_SUPPORTED_PIXEL (RS_TYPE_UNSIGNED_4_4_4_4, RS_KIND_PIXEL_RGBA);
/frameworks/rs/driver/runtime/
Drs_allocation.c581 data_kind != RS_KIND_PIXEL_RGBA && in rsCreatePixelElement()
593 data_kind != RS_KIND_PIXEL_RGBA) { in rsCreatePixelElement()
599 data_kind != RS_KIND_PIXEL_RGBA) { in rsCreatePixelElement()
617 case RS_KIND_PIXEL_RGBA: in rsCreatePixelElement()
Drs_sample.c275 case RS_KIND_PIXEL_RGBA: in getBilinearSample1D()
326 case RS_KIND_PIXEL_RGBA: in getBilinearSample2D()
356 case RS_KIND_PIXEL_RGBA: in getNearestSample()
394 case RS_KIND_PIXEL_RGBA: in getNearestSample()
/frameworks/rs/script_api/
Drs_object_types.spec169 value: RS_KIND_PIXEL_RGBA = 11, "Red, Green, Blue, and Alpha."
/frameworks/rs/script_api/include/
Drs_object_types.rsh192 RS_KIND_PIXEL_RGBA = 11, // Red, Green, Blue, and Alpha.
/frameworks/rs/driver/
DrsdAllocation.cpp76 case RS_KIND_PIXEL_RGBA: return GL_RGBA; in rsdKindToGLFormat()
662 } else if (alloc->getType()->getElement()->getKind() != RS_KIND_PIXEL_RGBA) { in rsdAllocationSyncAll()