Home
last modified time | relevance | path

Searched defs:v1 (Results 1 – 25 of 42) sorted by relevance

12

/frameworks/rs/driver/runtime/arch/
Dgeneric.c114 extern float __attribute__((overloadable)) fmax(float v1, float v2) { in fmax()
118 extern float2 __attribute__((overloadable)) fmax(float2 v1, float2 v2) { in fmax()
125 extern float3 __attribute__((overloadable)) fmax(float3 v1, float3 v2) { in fmax()
133 extern float4 __attribute__((overloadable)) fmax(float4 v1, float4 v2) { in fmax()
142 extern float2 __attribute__((overloadable)) fmax(float2 v1, float v2) { in fmax()
149 extern float3 __attribute__((overloadable)) fmax(float3 v1, float v2) { in fmax()
157 extern float4 __attribute__((overloadable)) fmax(float4 v1, float v2) { in fmax()
166 extern float __attribute__((overloadable)) fmin(float v1, float v2) { in fmin()
174 extern float2 __attribute__((overloadable)) fmin(float2 v1, float2 v2) { in fmin()
181 extern float3 __attribute__((overloadable)) fmin(float3 v1, float3 v2) { in fmin()
[all …]
/frameworks/rs/java/tests/RSTest_CompatLib/src/com/android/rs/test/
DUT_math_agree.java149 private float min(float v1, float v2) { in min()
152 private float[] min(float[] v1, float[] v2) { in min()
159 private byte min(byte v1, byte v2) { in min()
162 private byte[] min(byte[] v1, byte[] v2) { in min()
169 private short min(short v1, short v2) { in min()
172 private short[] min(short[] v1, short[] v2) { in min()
179 private int min(int v1, int v2) { in min()
182 private int[] min(int[] v1, int[] v2) { in min()
189 private long min(long v1, long v2) { in min()
192 private long[] min(long[] v1, long[] v2) { in min()
[all …]
DUT_bug_char.java40 private byte min(byte v1, byte v2) { in min()
43 private byte[] min(byte[] v1, byte[] v2) { in min()
/frameworks/rs/java/tests/RsTest/src/com/android/rs/test/
DUT_math_agree.java149 private float min(float v1, float v2) { in min()
152 private float[] min(float[] v1, float[] v2) { in min()
159 private byte min(byte v1, byte v2) { in min()
162 private byte[] min(byte[] v1, byte[] v2) { in min()
169 private short min(short v1, short v2) { in min()
172 private short[] min(short[] v1, short[] v2) { in min()
179 private int min(int v1, int v2) { in min()
182 private int[] min(int[] v1, int[] v2) { in min()
189 private long min(long v1, long v2) { in min()
192 private long[] min(long[] v1, long[] v2) { in min()
[all …]
DUT_bug_char.java40 private byte min(byte v1, byte v2) { in min()
43 private byte[] min(byte[] v1, byte[] v2) { in min()
/frameworks/rs/driver/runtime/
Drs_cl.c1267 extern double __attribute__((overloadable)) min(double v1, double v2) { in min()
1271 extern double2 __attribute__((overloadable)) min(double2 v1, double2 v2) { in min()
1278 extern double3 __attribute__((overloadable)) min(double3 v1, double3 v2) { in min()
1286 extern double4 __attribute__((overloadable)) min(double4 v1, double4 v2) { in min()
1295 extern long __attribute__((overloadable)) min(long v1, long v2) { in min()
1298 extern long2 __attribute__((overloadable)) min(long2 v1, long2 v2) { in min()
1304 extern long3 __attribute__((overloadable)) min(long3 v1, long3 v2) { in min()
1311 extern long4 __attribute__((overloadable)) min(long4 v1, long4 v2) { in min()
1320 extern ulong __attribute__((overloadable)) min(ulong v1, ulong v2) { in min()
1323 extern ulong2 __attribute__((overloadable)) min(ulong2 v1, ulong2 v2) { in min()
[all …]
/frameworks/native/libs/ui/tests/
Dvec_test.cpp49 vec4 v1(1); in TEST_F() local
140 vec4 v1(10, 20, 30, 40); in TEST_F() local
200 vec4 v1(10,20,30,40); in TEST_F() local
210 vec4 v1(10,20,30,40); in TEST_F() local
/frameworks/native/opengl/libagl/
Dprimitives.cpp74 vertex_t* v0, vertex_t* v1, vertex_t* v2) in lightTriangleDarkSmooth()
110 vertex_t* v0, vertex_t* v1, vertex_t* v2) in lightTriangleSmooth()
160 vertex_t* v0, vertex_t* v1, vertex_t* v2) in lightTriangleDarkSmoothFog()
168 vertex_t* v0, vertex_t* v1, vertex_t* v2) in lightTriangleDarkFlatFog()
178 vertex_t* v0, vertex_t* v1, vertex_t* v2) in lightTriangleSmoothFog()
186 vertex_t* v0, vertex_t* v1, vertex_t* v2) in lightTriangleFlatFog()
237 vertex_t const* v0, vertex_t const* v1, vertex_t const* v2) in initTriangle()
247 vertex_t const* v0, vertex_t const* v1) in initLine()
391 vertex_t* v0, vertex_t* v1, vertex_t* v2) in fetch_texcoord_impl()
436 vertex_t* v0, vertex_t* v1, vertex_t* v2) in fetch_texcoord()
[all …]
Darray.cpp569 vertex_t *v, *v0, *v1; in drawPrimitivesLineStrip() local
610 vertex_t* v1 = c->vc.vBuffer + 1; in drawPrimitivesLineLoop() local
659 vertex_t *v, *v0, *v1, *v2; in drawPrimitivesTriangleFanOrStrip() local
789 vertex_t* v1; in drawIndexedPrimitivesLineStrip() local
816 vertex_t* v1; in drawIndexedPrimitivesLineLoop() local
848 vertex_t* const v1 = fetch_vertex(c, read_index(type, indices)); in drawIndexedPrimitivesLines() local
871 vertex_t* v1 = v+1; in drawIndexedPrimitivesTriangleFanOrStrip() local
918 vertex_t* const v1 = fetch_vertex(c, *p++); in drawIndexedPrimitivesTriangles() local
932 vertex_t* const v1 = fetch_vertex(c, *p++); in drawIndexedPrimitivesTriangles() local
/frameworks/base/tools/split-select/
DAbi.cpp24 static Vector<Variant> buildVariants(Variant v1, Variant v2) { in buildVariants()
31 static Vector<Variant> buildVariants(Variant v1, Variant v2, Variant v3) { in buildVariants()
/frameworks/base/tools/layoutlib/bridge/tests/src/android/graphics/
DMatrix_DelegateTest.java39 float[] v1 = new float[9]; in testCopyConstructor() local
/frameworks/base/libs/hwui/
DPatch.cpp125 float v1 = 0.0f; in createMesh() local
172 float y1, float y2, float v1, float v2, float stretchX, float rescaleX, in generateRow()
212 float u1, float v1, float u2, float v2, uint32_t& quadCount) { in generateQuad()
DUvMapper.h101 void map(float& u1, float& v1, float& u2, float& v2) const { in map()
DInterpolator.cpp119 float v1 = mValues[i1]; in interpolate() local
DFontRenderer.cpp537 void FontRenderer::appendMeshQuadNoClip(float x1, float y1, float u1, float v1, in appendMeshQuadNoClip()
549 void FontRenderer::appendMeshQuad(float x1, float y1, float u1, float v1, in appendMeshQuad()
572 void FontRenderer::appendRotatedMeshQuad(float x1, float y1, float u1, float v1, in appendRotatedMeshQuad()
/frameworks/base/libs/androidfw/tests/
DTypeWrappers_test.cpp44 Res_value v1; in createTypeData() local
/frameworks/rs/java/tests/ImageProcessing_jb/src/com/android/rs/image/
DConvolve3x3.java43 private float blend(float v1, float v2, float p) { in blend()
DConvolve5x5.java43 private float blend(float v1, float v2, float p) { in blend()
/frameworks/base/libs/hwui/utils/
DMathUtils.h84 inline static float lerp(float v1, float v2, float t) { in lerp()
/frameworks/av/media/libstagefright/codecs/m4v_h263/dec/src/
Dconceal.cpp147 uint8 *y1, *y2, *u1, *u2, *v1, *v2; in CopyVopMB() local
/frameworks/compile/mclinker/unittests/
DGCFactoryListTraitsTest.cpp65 #define CHECK_LIST_VALUE(v1, v2, v3, v4, v5, v6, v7, v8, v9, v10) do { \ argument
/frameworks/base/libs/hwui/font/
DFont.cpp173 float v1 = glyph->mBitmapMinV; in drawCachedGlyph() local
202 float v1 = glyph->mBitmapMinV; in drawCachedGlyphTransformed() local
268 const float v1 = glyph->mBitmapMinV; in drawCachedGlyph() local
DCacheTexture.h157 inline void addQuad(float x1, float y1, float u1, float v1, in addQuad()
/frameworks/base/opengl/java/android/opengl/
DGLES31.java414 int v1 in glProgramUniform2i()
423 int v1, in glProgramUniform3i()
433 int v1, in glProgramUniform4i()
452 int v1 in glProgramUniform2ui()
461 int v1, in glProgramUniform3ui()
471 int v1, in glProgramUniform4ui()
490 float v1 in glProgramUniform2f()
499 float v1, in glProgramUniform3f()
509 float v1, in glProgramUniform4f()
/frameworks/base/tests/ActivityTests/src/com/google/android/test/activity/
DArrayMapTests.java111 private static boolean compare(Object v1, Object v2) { in compare()

12