Searched refs:int2 (Results 1 - 16 of 16) sorted by relevance

/frameworks/base/core/tests/coretests/src/android/database/
H A DCursorWindowTest.java87 long int2 = window.getLong(0, 1);
88 assertEquals(int1, int2);
/frameworks/rs/scriptc/
H A Drs_debug.rsh206 rsDebug(const char *, int2);
H A Drs_allocation.rsh181 GET_ELEMENT_AT(int2)
H A Drs_cl.rsh106 _RS_RUNTIME int2 __attribute__((overloadable)) fnc(float2 v); \
126 _RS_RUNTIME float2 __attribute__((overloadable)) fnc(float2 v1, int2 v2); \
144 _RS_RUNTIME float2 __attribute__((overloadable)) fnc(float2 v1, int2 *v2); \
174 fnc(float2 v1, float2 v2, int2 *v3); \
H A Drs_types.rsh324 typedef int int2 __attribute__((ext_vector_type(2)));
/frameworks/support/renderscript/v8/rs_support/scriptc/
H A Drs_debug.rsh206 rsDebug(const char *, int2);
H A Drs_allocation.rsh181 GET_ELEMENT_AT(int2)
H A Drs_cl.rsh106 _RS_RUNTIME int2 __attribute__((overloadable)) fnc(float2 v); \
126 _RS_RUNTIME float2 __attribute__((overloadable)) fnc(float2 v1, int2 v2); \
144 _RS_RUNTIME float2 __attribute__((overloadable)) fnc(float2 v1, int2 *v2); \
174 fnc(float2 v1, float2 v2, int2 *v3); \
H A Drs_types.rsh324 typedef int int2 __attribute__((ext_vector_type(2)));
/frameworks/rs/driver/
H A DrsdIntrinsicInlines.h41 typedef int int2 __attribute__((ext_vector_type(2))); typedef
H A DrsdRuntimeStubs.cpp59 typedef int32_t int2 __attribute__((ext_vector_type(2))); typedef
633 static void SC_debugI2(const char *s, int2 i) {
/frameworks/support/renderscript/v8/rs_support/driver/
H A DrsdIntrinsicInlines.h41 typedef int int2 __attribute__((ext_vector_type(2))); typedef
H A DrsdRuntimeStubs.cpp57 typedef int32_t int2 __attribute__((ext_vector_type(2))); typedef
344 static void SC_debugI2(const char *s, int2 i) {
/frameworks/compile/libbcc/lib/Renderscript/runtime/arch/
H A Dgeneric.c260 extern int2 __attribute__((overloadable)) max(int2 v1, int2 v2) {
261 int2 r;
517 extern int2 __attribute__((overloadable)) min(int2 v1, int2 v2) {
518 int2 r;
/frameworks/compile/libbcc/lib/Renderscript/runtime/
H A Drs_cl.c3 extern float2 __attribute__((overloadable)) convert_float2(int2 c);
33 extern int2 __attribute__((overloadable)) fnc(float2 v) { \
34 int2 r; \
102 extern float2 __attribute__((overloadable)) fnc(float2 v1, int2 v2) { \
186 extern float2 __attribute__((overloadable)) fnc(float2 v1, int2 *v2) { \
248 fnc(float2 v1, float2 v2, int2 *v3) { \
498 extern float2 __attribute__((overloadable)) pown(float2 v, int2 p) {
H A Drs_sample.c317 int2 iPixel = convert_int2(pixelUV);
365 int2 iPixel = convert_int2(uv * dimF);

Completed in 827 milliseconds