HomeSort by relevance Sort by last modified time
    Searched refs:RS_KIND_PIXEL_A (Results 1 - 11 of 11) sorted by null

  /frameworks/rs/script_api/include/
rs_object_types.rsh 189 RS_KIND_PIXEL_A = 8, // Alpha.
  /prebuilts/sdk/renderscript/include/
rs_object_types.rsh 189 RS_KIND_PIXEL_A = 8, // Alpha.
  /frameworks/rs/
rsComponent.cpp 44 case RS_KIND_PIXEL_A:
rsDefines.h 160 RS_KIND_PIXEL_A,
rsFont.cpp 546 RS_KIND_PIXEL_A, true, 1);
  /frameworks/rs/driver/runtime/
rs_sample.c 277 case RS_KIND_PIXEL_A:
328 case RS_KIND_PIXEL_A:
359 case RS_KIND_PIXEL_A:
397 case RS_KIND_PIXEL_A:
rs_allocation.c 493 data_kind != RS_KIND_PIXEL_A &&
  /frameworks/rs/script_api/
rs_object_types.spec 166 value: RS_KIND_PIXEL_A = 8, "Alpha."
  /cts/tests/tests/rscpp/librscpptest/
rs_jni_element.cpp 44 RS_KIND_PIXEL_A) != nullptr);
  /frameworks/rs/cpp/
Element.cpp 334 dk == RS_KIND_PIXEL_A ||
  /frameworks/rs/driver/
rsdAllocation.cpp 75 case RS_KIND_PIXEL_A: return GL_ALPHA;
    [all...]

Completed in 168 milliseconds