Home
last modified time | relevance | path

Searched refs:RS_KIND_PIXEL_A (Results 1 – 9 of 9) sorted by relevance

/frameworks/rs/
DrsComponent.cpp44 case RS_KIND_PIXEL_A: in set()
DrsDefines.h160 RS_KIND_PIXEL_A, enumerator
DrsFont.cpp546 RS_KIND_PIXEL_A, true, 1); in initTextTexture()
/frameworks/rs/driver/runtime/
Drs_sample.c277 case RS_KIND_PIXEL_A: in getBilinearSample1D()
328 case RS_KIND_PIXEL_A: in getBilinearSample2D()
359 case RS_KIND_PIXEL_A: in getNearestSample()
397 case RS_KIND_PIXEL_A: in getNearestSample()
Drs_allocation.c493 data_kind != RS_KIND_PIXEL_A && in rsCreatePixelElement()
/frameworks/rs/script_api/
Drs_object_types.spec166 value: RS_KIND_PIXEL_A = 8, "Alpha."
/frameworks/rs/script_api/include/
Drs_object_types.rsh189 RS_KIND_PIXEL_A = 8, // Alpha.
/frameworks/rs/cpp/
DElement.cpp334 dk == RS_KIND_PIXEL_A || in createPixel()
/frameworks/rs/driver/
DrsdAllocation.cpp76 case RS_KIND_PIXEL_A: return GL_ALPHA; in rsdKindToGLFormat()