Home
last modified time | relevance | path

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

/frameworks/rs/
DrsComponent.cpp49 case RS_KIND_PIXEL_LA: in set()
DrsDefines.h161 RS_KIND_PIXEL_LA, enumerator
/frameworks/rs/driver/runtime/
Drs_sample.c286 case RS_KIND_PIXEL_LA: in getBilinearSample1D()
330 case RS_KIND_PIXEL_LA: in getBilinearSample2D()
362 case RS_KIND_PIXEL_LA: in getNearestSample()
400 case RS_KIND_PIXEL_LA: in getNearestSample()
Drs_allocation.c580 data_kind != RS_KIND_PIXEL_LA && in rsCreatePixelElement()
612 case RS_KIND_PIXEL_LA: in rsCreatePixelElement()
/frameworks/rs/cpp/
DElement.cpp336 dk == RS_KIND_PIXEL_LA || in createPixel()
371 case RS_KIND_PIXEL_LA: in createPixel()
/frameworks/rs/api/
Drs_object_types.spec167 value: RS_KIND_PIXEL_LA = 9, "Luminance and Alpha."
/frameworks/rs/scriptc/
Drs_object_types.rsh190 RS_KIND_PIXEL_LA = 9, // Luminance and Alpha.
/frameworks/base/docs/html/guide/topics/renderscript/reference/
Drs_object_types.jd174 <tr><th>RS_KIND_PIXEL_LA = 9</th><td>Luminance and Alpha.</td></tr>
/frameworks/rs/driver/
DrsdAllocation.cpp81 case RS_KIND_PIXEL_LA: return GL_LUMINANCE_ALPHA; in rsdKindToGLFormat()