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

  /frameworks/rs/tests/typecheck/
kernels.rs 35 uchar3 uc3;
36 uchar3 uc3i = {1, 2, 3};
  /frameworks/rs/scriptc/
rs_debug.rsh 156 rsDebug(const char *, uchar3);
rs_allocation.rsh 180 GET_ELEMENT_AT(uchar3)
315 SET_ELEMENT_AT(uchar3)
rs_types.rsh 233 typedef uchar uchar3 __attribute__((ext_vector_type(3)));
  /prebuilts/sdk/renderscript/include/
rs_debug.rsh 156 rsDebug(const char *, uchar3);
rs_allocation.rsh 180 GET_ELEMENT_AT(uchar3)
315 SET_ELEMENT_AT(uchar3)
rs_types.rsh 233 typedef uchar uchar3 __attribute__((ext_vector_type(3)));
  /frameworks/rs/cpu_ref/
rsCpuRuntimeStubs.cpp 39 typedef unsigned char uchar3 __attribute__((ext_vector_type(3))); typedef
123 static void SC_debugUC3(const char *s, const uchar3 *c) {
124 ALOGD("uchar3 %s {%hhu, %hhu, %hhu} 0x%hhx 0x%hhx 0x%hhx", s, c->x, c->y, c->z, c->x, c->y, c->z);
rsCpuIntrinsicInlines.h 27 typedef uchar uchar3 __attribute__((ext_vector_type(3))); typedef
  /frameworks/rs/driver/runtime/
rs_core.c 138 PRIM_DEBUG(uchar3)
rs_allocation.c 222 ELEMENT_AT(uchar3)
  /frameworks/rs/driver/runtime/arch/
generic.c 350 extern uchar3 __attribute__((overloadable)) max(uchar3 v1, uchar3 v2) {
351 uchar3 r;
607 extern uchar3 __attribute__((overloadable)) min(uchar3 v1, uchar3 v2) {
608 uchar3 r;
  /external/chromium_org/third_party/icu/source/test/cintltst/
ccapitst.c 315 UChar* uchar3 = 0; local
    [all...]
  /external/icu4c/test/cintltst/
ccapitst.c 272 UChar* uchar3 = 0; local
    [all...]
  /frameworks/rs/driver/
rsdRuntimeStubs.cpp 47 typedef unsigned char uchar3 __attribute__((ext_vector_type(3))); typedef
746 ELEMENT_AT(uchar3, RS_TYPE_UNSIGNED_8, 3)
    [all...]
  /cts/tests/src/android/renderscript/cts/
intrinsic_convolve3x3.rs 66 uchar3 __attribute__((kernel)) convolve_U3(uint32_t x, uint32_t y) {
intrinsic_convolve5x5.rs 73 uchar3 __attribute__((kernel)) convolve_U3(uint32_t x, uint32_t y) {

Completed in 734 milliseconds