Searched defs:v0 (Results 1 - 15 of 15) sorted by relevance

/frameworks/native/libs/ui/tests/
H A Dvec_test.cpp43 vec4 v0; local
44 EXPECT_EQ(v0.x, 0);
45 EXPECT_EQ(v0.y, 0);
46 EXPECT_EQ(v0.z, 0);
47 EXPECT_EQ(v0.w, 0);
87 vec4 v0(1,2,3,4);
88 v0.x = 10;
89 v0.y = 20;
90 v0.z = 30;
91 v0
[all...]
/frameworks/av/media/libstagefright/codecs/m4v_h263/dec/src/
H A Dderinging_chroma.cpp40 int v0, h0; local
122 v0 = v_blk - 1;
133 for (v_pel = v0; v_pel < v_blk + BLKSIZE - 1; v_pel++)
201 AdaptiveSmooth_NoMMX(Rec_C, v0, h0, v_blk, h_blk, thres, width, max_diff);
203 DeringAdaptiveSmoothMMX(&Rec_C[(int32)v0*width+h0], width, thres, max_diff);
H A Dderinging_luma.cpp39 int v0, h0; local
80 v0 = ((v_blk - 1) >= 1) ? (v_blk - 1) : 1;
96 AdaptiveSmooth_NoMMX(Rec_Y, v0, h0, v_blk, h_blk,
134 v0 = v_blk - 1;
150 AdaptiveSmooth_NoMMX(Rec_Y, v0, h0, v_blk, h_blk,
193 v0 = v_blk - 1;
212 AdaptiveSmooth_NoMMX(Rec_Y, v0, h0, v_blk, h_blk,
215 DeringAdaptiveSmoothMMX(&Rec_Y[v0*width+h0],
H A Dchvr_filter.cpp45 int max_diff, thres, v0, h0, min_blk, max_blk; local
463 v0 = (br << 3) - 1;
467 AdaptiveSmooth_NoMMX(rec, v0, h0, v0 + 1, h0 + 1, thres, width, max_diff);
539 v0 = (br << 3) + 1;
546 AdaptiveSmooth_NoMMX(rec, v0, h0, v0 - 3, h0 - 3, thres, width, max_diff);
/frameworks/native/services/surfaceflinger/
H A DTransform.cpp71 const float v0 = A[0][i]; local
74 D[0][i] = v0*B[0][0] + v1*B[0][1] + v2*B[0][2];
75 D[1][i] = v0*B[1][0] + v1*B[1][1] + v2*B[1][2];
76 D[2][i] = v0*B[2][0] + v1*B[2][1] + v2*B[2][2];
/frameworks/native/include/ui/
H A Dmat4.h113 tmat44(const tvec4<A>& v0, const tvec4<B>& v1, const tvec4<C>& v2, const tvec4<D>& v3);
212 tmat44<T>::tmat44(const tvec4<A>& v0, const tvec4<B>& v1, const tvec4<C>& v2, const tvec4<D>& v3) { argument
213 mValue[0] = v0;
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm11/api/
H A DarmCOMM_s.h115 M_VARIANTS $v0,$v1,$v2,$v3,$v4,$v5,$v6,$v7
118 _M_VARIANT $v0
167 _M_TRY $cpu, $v0,$v1,$v2,$v3,$v4,$v5,$v6,$v7
171 _M_TRY1 $v0
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm_neon/api/
H A DarmCOMM_s.h115 M_VARIANTS $v0,$v1,$v2,$v3,$v4,$v5,$v6,$v7
118 _M_VARIANT $v0
170 _M_TRY $cpu, $v0,$v1,$v2,$v3,$v4,$v5,$v6,$v7
174 _M_TRY1 $v0
/frameworks/native/opengl/libagl/
H A Darray.cpp569 vertex_t *v, *v0, *v1;
580 v0 = c->vc.vBuffer + 0;
590 const uint32_t cc = v0->flags & v1->flags;
592 c->prims.renderLine(c, v0, v1);
593 v0 = v1;
598 c->vc.vBuffer[0] = *v0;
599 c->arrays.cull = v0->flags & vertex_t::CLIP_ALL;
609 vertex_t* v0 = c->vc.vBuffer; local
612 const uint32_t cc = v0->flags & v1->flags;
614 c->prims.renderLine(c, v0, v
788 vertex_t* v0 = v; local
815 vertex_t* v0 = v; local
847 vertex_t* const v0 = fetch_vertex(c, read_index(type, indices)); local
870 vertex_t* v0 = v; local
917 vertex_t* const v0 = fetch_vertex(c, *p++); local
931 vertex_t* const v0 = fetch_vertex(c, *p++); local
[all...]
H A Dprimitives.cpp38 static void primitive_line(ogles_context_t* c, vertex_t* v0, vertex_t* v1);
40 vertex_t* v0, vertex_t* v1, vertex_t* v2);
43 static void primitive_nop_line(ogles_context_t* c, vertex_t* v0, vertex_t* v1);
45 vertex_t* v0, vertex_t* v1, vertex_t* v2);
48 vertex_t* v0, vertex_t* v1, vertex_t* v2);
51 vertex_t* v0, vertex_t* v1, vertex_t* v2);
54 vertex_t* v0, vertex_t* v1, vertex_t* v2);
57 vertex_t* v0, vertex_t* v1, vertex_t* v2);
60 vertex_t* v0, vertex_t* v1, vertex_t* v2);
63 vertex_t* v0, vertex_
73 lightTriangleDarkSmooth(ogles_context_t* c, vertex_t* v0, vertex_t* v1, vertex_t* v2) argument
109 lightTriangleSmooth(ogles_context_t* c, vertex_t* v0, vertex_t* v1, vertex_t* v2) argument
159 lightTriangleDarkSmoothFog(ogles_context_t* c, vertex_t* v0, vertex_t* v1, vertex_t* v2) argument
167 lightTriangleDarkFlatFog(ogles_context_t* c, vertex_t* v0, vertex_t* v1, vertex_t* v2) argument
177 lightTriangleSmoothFog(ogles_context_t* c, vertex_t* v0, vertex_t* v1, vertex_t* v2) argument
185 lightTriangleFlatFog(ogles_context_t* c, vertex_t* v0, vertex_t* v1, vertex_t* v2) argument
236 initTriangle( vertex_t const* v0, vertex_t const* v1, vertex_t const* v2) argument
246 initLine( vertex_t const* v0, vertex_t const* v1) argument
254 initLerp(vertex_t const* v0, uint32_t enables) argument
390 fetch_texcoord_impl(ogles_context_t* c, vertex_t* v0, vertex_t* v1, vertex_t* v2) argument
435 fetch_texcoord(ogles_context_t* c, vertex_t* v0, vertex_t* v1, vertex_t* v2) argument
532 primitive_line(ogles_context_t* c, vertex_t* v0, vertex_t* v1) argument
574 primitive_clip_triangle(ogles_context_t* c, vertex_t* v0, vertex_t* v1, vertex_t* v2) argument
614 triangle(ogles_context_t* c, vertex_t* v0, vertex_t* v1, vertex_t* v2) argument
631 lerp_triangle(ogles_context_t* c, vertex_t* v0, vertex_t* v1, vertex_t* v2) argument
715 lerp_texcoords(ogles_context_t* c, vertex_t* v0, vertex_t* v1, vertex_t* v2) argument
759 lerp_texcoords_w(ogles_context_t* c, vertex_t* v0, vertex_t* v1, vertex_t* v2) argument
850 clip_triangle(ogles_context_t* c, vertex_t* v0, vertex_t* v1, vertex_t* v2) argument
[all...]
/frameworks/base/core/jni/
H A Dandroid_opengl_GLES31.cpp999 /* void glProgramUniform1i ( GLuint program, GLint location, GLint v0 ) */
1002 (JNIEnv *_env, jobject _this, jint program, jint location, jint v0) {
1006 (GLint)v0
1010 /* void glProgramUniform2i ( GLuint program, GLint location, GLint v0, GLint v1 ) */
1013 (JNIEnv *_env, jobject _this, jint program, jint location, jint v0, jint v1) {
1017 (GLint)v0,
1022 /* void glProgramUniform3i ( GLuint program, GLint location, GLint v0, GLint v1, GLint v2 ) */
1025 (JNIEnv *_env, jobject _this, jint program, jint location, jint v0, jint v1, jint v2) {
1029 (GLint)v0,
1035 /* void glProgramUniform4i ( GLuint program, GLint location, GLint v0, GLin
1001 android_glProgramUniform1i__III(JNIEnv *_env, jobject _this, jint program, jint location, jint v0) argument
1012 android_glProgramUniform2i__IIII(JNIEnv *_env, jobject _this, jint program, jint location, jint v0, jint v1) argument
1024 android_glProgramUniform3i__IIIII(JNIEnv *_env, jobject _this, jint program, jint location, jint v0, jint v1, jint v2) argument
1037 android_glProgramUniform4i__IIIIII(JNIEnv *_env, jobject _this, jint program, jint location, jint v0, jint v1, jint v2, jint v3) argument
1051 android_glProgramUniform1ui__III(JNIEnv *_env, jobject _this, jint program, jint location, jint v0) argument
1062 android_glProgramUniform2ui__IIII(JNIEnv *_env, jobject _this, jint program, jint location, jint v0, jint v1) argument
1074 android_glProgramUniform3ui__IIIII(JNIEnv *_env, jobject _this, jint program, jint location, jint v0, jint v1, jint v2) argument
1087 android_glProgramUniform4ui__IIIIII(JNIEnv *_env, jobject _this, jint program, jint location, jint v0, jint v1, jint v2, jint v3) argument
1101 android_glProgramUniform1f__IIF(JNIEnv *_env, jobject _this, jint program, jint location, jfloat v0) argument
1112 android_glProgramUniform2f__IIFF(JNIEnv *_env, jobject _this, jint program, jint location, jfloat v0, jfloat v1) argument
1124 android_glProgramUniform3f__IIFFF(JNIEnv *_env, jobject _this, jint program, jint location, jfloat v0, jfloat v1, jfloat v2) argument
1137 android_glProgramUniform4f__IIFFFF(JNIEnv *_env, jobject _this, jint program, jint location, jfloat v0, jfloat v1, jfloat v2, jfloat v3) argument
[all...]
H A Dandroid_opengl_GLES30.cpp2537 /* void glUniform1ui ( GLint location, GLuint v0 ) */
2540 (JNIEnv *_env, jobject _this, jint location, jint v0) {
2543 (GLuint)v0
2547 /* void glUniform2ui ( GLint location, GLuint v0, GLuint v1 ) */
2550 (JNIEnv *_env, jobject _this, jint location, jint v0, jint v1) {
2553 (GLuint)v0,
2558 /* void glUniform3ui ( GLint location, GLuint v0, GLuint v1, GLuint v2 ) */
2561 (JNIEnv *_env, jobject _this, jint location, jint v0, jint v1, jint v2) {
2564 (GLuint)v0,
2570 /* void glUniform4ui ( GLint location, GLuint v0, GLuin
2539 android_glUniform1ui__II(JNIEnv *_env, jobject _this, jint location, jint v0) argument
2549 android_glUniform2ui__III(JNIEnv *_env, jobject _this, jint location, jint v0, jint v1) argument
2560 android_glUniform3ui__IIII(JNIEnv *_env, jobject _this, jint location, jint v0, jint v1, jint v2) argument
2572 android_glUniform4ui__IIIII(JNIEnv *_env, jobject _this, jint location, jint v0, jint v1, jint v2, jint v3) argument
[all...]
/frameworks/base/opengl/java/android/opengl/
H A DGLES31.java400 // C function void glProgramUniform1i ( GLuint program, GLint location, GLint v0 )
405 int v0
408 // C function void glProgramUniform2i ( GLuint program, GLint location, GLint v0, GLint v1 )
413 int v0,
417 // C function void glProgramUniform3i ( GLuint program, GLint location, GLint v0, GLint v1, GLint v2 )
422 int v0,
427 // C function void glProgramUniform4i ( GLuint program, GLint location, GLint v0, GLint v1, GLint v2, GLint v3 )
432 int v0,
438 // C function void glProgramUniform1ui ( GLuint program, GLint location, GLuint v0 )
443 int v0
410 glProgramUniform2i( int program, int location, int v0, int v1 ) argument
419 glProgramUniform3i( int program, int location, int v0, int v1, int v2 ) argument
429 glProgramUniform4i( int program, int location, int v0, int v1, int v2, int v3 ) argument
448 glProgramUniform2ui( int program, int location, int v0, int v1 ) argument
457 glProgramUniform3ui( int program, int location, int v0, int v1, int v2 ) argument
467 glProgramUniform4ui( int program, int location, int v0, int v1, int v2, int v3 ) argument
486 glProgramUniform2f( int program, int location, float v0, float v1 ) argument
495 glProgramUniform3f( int program, int location, float v0, float v1, float v2 ) argument
505 glProgramUniform4f( int program, int location, float v0, float v1, float v2, float v3 ) argument
[all...]
H A DGLES30.java1069 // C function void glUniform1ui ( GLint location, GLuint v0 )
1073 int v0
1076 // C function void glUniform2ui ( GLint location, GLuint v0, GLuint v1 )
1080 int v0,
1084 // C function void glUniform3ui ( GLint location, GLuint v0, GLuint v1, GLuint v2 )
1088 int v0,
1093 // C function void glUniform4ui ( GLint location, GLuint v0, GLuint v1, GLuint v2, GLuint v3 )
1097 int v0,
1078 glUniform2ui( int location, int v0, int v1 ) argument
1086 glUniform3ui( int location, int v0, int v1, int v2 ) argument
1095 glUniform4ui( int location, int v0, int v1, int v2, int v3 ) argument
/frameworks/native/opengl/libs/GLES_trace/src/
H A Dgltrace_api.cpp4439 void GLTrace_glUniform1f(GLint location, GLfloat v0) { argument
4451 // copy argument v0
4455 arg_v0->add_floatvalue(v0);
4460 glContext->hooks->gl.glUniform1f(location, v0);
4514 void GLTrace_glUniform1i(GLint location, GLint v0) { argument
4526 // copy argument v0
4530 arg_v0->add_intvalue(v0);
4535 glContext->hooks->gl.glUniform1i(location, v0);
4589 void GLTrace_glUniform2f(GLint location, GLfloat v0, GLfloat v1) { argument
4601 // copy argument v0
4670 GLTrace_glUniform2i(GLint location, GLint v0, GLint v1) argument
4751 GLTrace_glUniform3f(GLint location, GLfloat v0, GLfloat v1, GLfloat v2) argument
4838 GLTrace_glUniform3i(GLint location, GLint v0, GLint v1, GLint v2) argument
4925 GLTrace_glUniform4f(GLint location, GLfloat v0, GLfloat v1, GLfloat v2, GLfloat v3) argument
5018 GLTrace_glUniform4i(GLint location, GLint v0, GLint v1, GLint v2, GLint v3) argument
7976 GLTrace_glUniform1ui(GLint location, GLuint v0) argument
8010 GLTrace_glUniform2ui(GLint location, GLuint v0, GLuint v1) argument
8050 GLTrace_glUniform3ui(GLint location, GLuint v0, GLuint v1, GLuint v2) argument
8096 GLTrace_glUniform4ui(GLint location, GLuint v0, GLuint v1, GLuint v2, GLuint v3) argument
11146 GLTrace_glProgramUniform1i(GLuint program, GLint location, GLint v0) argument
11186 GLTrace_glProgramUniform2i(GLuint program, GLint location, GLint v0, GLint v1) argument
11232 GLTrace_glProgramUniform3i(GLuint program, GLint location, GLint v0, GLint v1, GLint v2) argument
11284 GLTrace_glProgramUniform4i(GLuint program, GLint location, GLint v0, GLint v1, GLint v2, GLint v3) argument
11342 GLTrace_glProgramUniform1ui(GLuint program, GLint location, GLuint v0) argument
11382 GLTrace_glProgramUniform2ui(GLuint program, GLint location, GLuint v0, GLuint v1) argument
11428 GLTrace_glProgramUniform3ui(GLuint program, GLint location, GLuint v0, GLuint v1, GLuint v2) argument
11480 GLTrace_glProgramUniform4ui(GLuint program, GLint location, GLuint v0, GLuint v1, GLuint v2, GLuint v3) argument
11538 GLTrace_glProgramUniform1f(GLuint program, GLint location, GLfloat v0) argument
11578 GLTrace_glProgramUniform2f(GLuint program, GLint location, GLfloat v0, GLfloat v1) argument
11624 GLTrace_glProgramUniform3f(GLuint program, GLint location, GLfloat v0, GLfloat v1, GLfloat v2) argument
11676 GLTrace_glProgramUniform4f(GLuint program, GLint location, GLfloat v0, GLfloat v1, GLfloat v2, GLfloat v3) argument
18533 GLTrace_glProgramUniform1fEXT(GLuint program, GLint location, GLfloat v0) argument
18620 GLTrace_glProgramUniform1iEXT(GLuint program, GLint location, GLint v0) argument
18707 GLTrace_glProgramUniform2fEXT(GLuint program, GLint location, GLfloat v0, GLfloat v1) argument
18800 GLTrace_glProgramUniform2iEXT(GLuint program, GLint location, GLint v0, GLint v1) argument
18893 GLTrace_glProgramUniform3fEXT(GLuint program, GLint location, GLfloat v0, GLfloat v1, GLfloat v2) argument
18992 GLTrace_glProgramUniform3iEXT(GLuint program, GLint location, GLint v0, GLint v1, GLint v2) argument
19091 GLTrace_glProgramUniform4fEXT(GLuint program, GLint location, GLfloat v0, GLfloat v1, GLfloat v2, GLfloat v3) argument
19196 GLTrace_glProgramUniform4iEXT(GLuint program, GLint location, GLint v0, GLint v1, GLint v2, GLint v3) argument
19528 GLTrace_glProgramUniform1uiEXT(GLuint program, GLint location, GLuint v0) argument
19568 GLTrace_glProgramUniform2uiEXT(GLuint program, GLint location, GLuint v0, GLuint v1) argument
19614 GLTrace_glProgramUniform3uiEXT(GLuint program, GLint location, GLuint v0, GLuint v1, GLuint v2) argument
19666 GLTrace_glProgramUniform4uiEXT(GLuint program, GLint location, GLuint v0, GLuint v1, GLuint v2, GLuint v3) argument
[all...]

Completed in 958 milliseconds