/frameworks/native/libs/ui/tests/ |
D | vec_test.cpp | 43 vec4 v0; in TEST_F() local 44 EXPECT_EQ(v0.x, 0); in TEST_F() 45 EXPECT_EQ(v0.y, 0); in TEST_F() 46 EXPECT_EQ(v0.z, 0); in TEST_F() 47 EXPECT_EQ(v0.w, 0); in TEST_F() 87 vec4 v0(1,2,3,4); in TEST_F() local 88 v0.x = 10; in TEST_F() 89 v0.y = 20; in TEST_F() 90 v0.z = 30; in TEST_F() 91 v0.w = 40; in TEST_F() [all …]
|
/frameworks/native/opengl/libagl/arch-mips/ |
D | fixed_asm.S | 44 srl $v0,$t2,$t1 46 andi $t4,$v0,0x1 47 srl $v0,$v0,1 /* scale to 16.16 */ 48 addu $v0,$v0,$t4 /* round-to-nearest */ 49 subu $t2,$zero,$v0 50 movn $v0,$t2,$t0 /* if negative? */ 52 movz $v0,$zero,$t1 53 movz $v0,$zero,$t3 /* t3=0 then res=0 */ 57 and $v0,$a0,$t1 /* keep only the sign bit */ 59 movz $v0,$t1,$t0 /* positive, maximum value */
|
/frameworks/rs/cpu_ref/ |
D | rsCpuIntrinsics_advsimd_Blend.S | 58 movi v0.16b, #0 66 mov v0.16b, v8.16b 81 umull2 v12.8h, v7.16b, v0.16b 82 umull v0.8h, v7.8b, v0.8b 90 rshrn v4.8b, v0.8h, #8 99 uaddw v0.8h, v0.8h, v4.8b 108 rshrn v0.8b, v0.8h, #8 109 rshrn2 v0.16b, v12.8h, #8 117 uqadd v0.16b, v0.16b, v8.16b 163 uqadd v0.16b, v0.16b, v8.16b [all …]
|
D | rsCpuIntrinsics_advsimd_Convolve.S | 36 ld1 {v0.8h, v1.8h}, [x4] 66 smull v8.4s, v2.4h, v0.h[0] 67 smull2 v9.4s, v2.8h, v0.h[0] 68 smlal2 v8.4s, v2.8h, v0.h[1] 69 smlal v9.4s, v3.4h, v0.h[1] 70 smlal v8.4s, v3.4h, v0.h[2] 71 smlal2 v9.4s, v3.8h, v0.h[2] 72 smlal v8.4s, v4.4h, v0.h[3] 73 smlal2 v9.4s, v4.8h, v0.h[3] 74 smlal2 v8.4s, v4.8h, v0.h[4] [all …]
|
D | rsCpuIntrinsics_advsimd_Blur.S | 83 umull v12.4s, v14.4h, v0.h[0] 85 umull2 v13.4s, v14.8h, v0.h[0] 87 umull v14.4s, v15.4h, v0.h[0] 89 umull2 v15.4s, v15.8h, v0.h[0] 161 umull v14.4s, v9.4h, v0.h[0] 162 umull2 v15.4s, v9.8h, v0.h[0] 184 umlal v14.4s, v12.4h, v0.h[7] 185 umlal2 v15.4s, v12.8h, v0.h[7] 186 umlal v14.4s, v13.4h, v0.h[7] 187 umlal2 v15.4s, v13.8h, v0.h[7] [all …]
|
D | rsCpuIntrinsics_advsimd_3DLUT.S | 144 2: ld4 {v0.8b-v3.8b}, [x1], #32 148 3: uxtl v0.8h, v0.8b 151 mul v0.8h, v0.8h, v4.h[0] 160 usra v0.8h, v0.8h, #8 164 ushr v12.8h, v0.8h, #8 167 bic v0.8h, #0xff, LSL #8 189 …lanepair dst=v20.8b, src0=v6.s[0], src1=v6.s[1], xr0=v0.h[0], xr1=v0.h[1], yr0=v1.b[0], yr1=v1… 192 …lanepair dst=v20.16b, src0=v6.s[2], src1=v6.s[3], xr0=v0.h[2], xr1=v0.h[3], yr0=v1.b[2], yr1=v1… 195 …lanepair dst=v21.8b, src0=v7.s[0], src1=v7.s[1], xr0=v0.h[4], xr1=v0.h[5], yr0=v1.b[4], yr1=v1… 198 …lanepair dst=v21.16b, src0=v7.s[2], src1=v7.s[3], xr0=v0.h[6], xr1=v0.h[7], yr0=v1.b[6], yr1=v1… [all …]
|
D | rsCpuIntrinsics_advsimd_YuvToRGB.S | 76 uaddw v0.8h, v1.8h, v19.8b // r0 = g0 + (v >> 1) 96 uhadd v0.8h, v0.8h, v12.8h // r0 = (r0 + r2) >> 1 110 …uqsub v0.8h, v0.8h, v29.8h // r0 = satu16(r0 - (16 * 149 + (128 >> 1) + 128 * 204) >>… 124 uqrshrn v0.8b, v0.8h, #6 138 zip1 v0.16b, v0.16b, v16.16b 189 st4 {v0.16b - v3.16b}, [x0], #64 273 zip1 v16.16b, v0.16b, v2.16b 274 zip2 v18.16b, v0.16b, v2.16b 277 zip1 v0.16b, v16.16b, v17.16b 292 st1 {v0.d}[1], [x0], #8 [all …]
|
D | rsCpuIntrinsics_advsimd_ColorMatrix.S | 80 vmxx_s16 \i, 1, v6.4s, v12.4h, v0.h[0] 81 vmxx_s16 \i, 2, v6.4s, v13.4h, v0.h[4] 84 vmxx2_s16 \i, 1, v7.4s, v12.8h, v0.h[0] 85 vmxx2_s16 \i, 2, v7.4s, v13.8h, v0.h[4] 97 vmxx_s16 \i^31, 1, v6.4s, v12.4h, v0.h[0] 98 vmxx_s16 \i^31, 2, v6.4s, v13.4h, v0.h[4] 101 vmxx2_s16 \i^31, 1, v7.4s, v12.8h, v0.h[0] 102 vmxx2_s16 \i^31, 2, v7.4s, v13.8h, v0.h[4] 115 vmxx_s16 \i, 1, v6.4s, v12.4h, v0.h[1] 116 vmxx_s16 \i, 2, v6.4s, v13.4h, v0.h[5] [all …]
|
/frameworks/native/opengl/libagl/ |
D | primitives.cpp | 38 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_t* v1, vertex_t* v2); [all …]
|
D | array.cpp | 569 vertex_t *v, *v0, *v1; in drawPrimitivesLineStrip() local 580 v0 = c->vc.vBuffer + 0; in drawPrimitivesLineStrip() 590 const uint32_t cc = v0->flags & v1->flags; in drawPrimitivesLineStrip() 592 c->prims.renderLine(c, v0, v1); in drawPrimitivesLineStrip() 593 v0 = v1; in drawPrimitivesLineStrip() 598 c->vc.vBuffer[0] = *v0; in drawPrimitivesLineStrip() 599 c->arrays.cull = v0->flags & vertex_t::CLIP_ALL; in drawPrimitivesLineStrip() 609 vertex_t* v0 = c->vc.vBuffer; in drawPrimitivesLineLoop() local 612 const uint32_t cc = v0->flags & v1->flags; in drawPrimitivesLineLoop() 614 c->prims.renderLine(c, v0, v1); in drawPrimitivesLineLoop() [all …]
|
/frameworks/native/opengl/tools/glgen/specs/gles11/ |
D | GLES31.spec | 20 void glProgramUniform1i ( GLuint program, GLint location, GLint v0 ) 21 void glProgramUniform2i ( GLuint program, GLint location, GLint v0, GLint v1 ) 22 void glProgramUniform3i ( GLuint program, GLint location, GLint v0, GLint v1, GLint v2 ) 23 void glProgramUniform4i ( GLuint program, GLint location, GLint v0, GLint v1, GLint v2, GLint v3 ) 24 void glProgramUniform1ui ( GLuint program, GLint location, GLuint v0 ) 25 void glProgramUniform2ui ( GLuint program, GLint location, GLuint v0, GLuint v1 ) 26 void glProgramUniform3ui ( GLuint program, GLint location, GLuint v0, GLuint v1, GLuint v2 ) 27 void glProgramUniform4ui ( GLuint program, GLint location, GLuint v0, GLuint v1, GLuint v2, GLuint … 28 void glProgramUniform1f ( GLuint program, GLint location, GLfloat v0 ) 29 void glProgramUniform2f ( GLuint program, GLint location, GLfloat v0, GLfloat v1 ) [all …]
|
/frameworks/av/media/libstagefright/codecs/m4v_h263/dec/src/ |
D | deringing_luma.cpp | 39 int v0, h0; in Deringing_Luma() local 80 v0 = ((v_blk - 1) >= 1) ? (v_blk - 1) : 1; in Deringing_Luma() 96 AdaptiveSmooth_NoMMX(Rec_Y, v0, h0, v_blk, h_blk, in Deringing_Luma() 134 v0 = v_blk - 1; in Deringing_Luma() 150 AdaptiveSmooth_NoMMX(Rec_Y, v0, h0, v_blk, h_blk, in Deringing_Luma() 193 v0 = v_blk - 1; in Deringing_Luma() 212 AdaptiveSmooth_NoMMX(Rec_Y, v0, h0, v_blk, h_blk, in Deringing_Luma() 215 DeringAdaptiveSmoothMMX(&Rec_Y[v0*width+h0], in Deringing_Luma()
|
D | deringing_chroma.cpp | 40 int v0, h0; in Deringing_Chroma() local 122 v0 = v_blk - 1; in Deringing_Chroma() 133 for (v_pel = v0; v_pel < v_blk + BLKSIZE - 1; v_pel++) in Deringing_Chroma() 201 AdaptiveSmooth_NoMMX(Rec_C, v0, h0, v_blk, h_blk, thres, width, max_diff); in Deringing_Chroma() 203 DeringAdaptiveSmoothMMX(&Rec_C[(int32)v0*width+h0], width, thres, max_diff); in Deringing_Chroma()
|
D | chvr_filter.cpp | 45 int max_diff, thres, v0, h0, min_blk, max_blk; in CombinedHorzVertRingFilter() local 463 v0 = (br << 3) - 1; in CombinedHorzVertRingFilter() 467 … AdaptiveSmooth_NoMMX(rec, v0, h0, v0 + 1, h0 + 1, thres, width, max_diff); in CombinedHorzVertRingFilter() 539 v0 = (br << 3) + 1; in CombinedHorzVertRingFilter() 546 … AdaptiveSmooth_NoMMX(rec, v0, h0, v0 - 3, h0 - 3, thres, width, max_diff); in CombinedHorzVertRingFilter()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/recents/misc/ |
D | Utilities.java | 91 View v0 = ancestorChain.get(i); in mapCoordInDescendentToSelf() local 94 if (v0 != descendant || includeRootScroll) { in mapCoordInDescendentToSelf() 95 pt[0] -= v0.getScrollX(); in mapCoordInDescendentToSelf() 96 pt[1] -= v0.getScrollY(); in mapCoordInDescendentToSelf() 99 v0.getMatrix().mapPoints(pt); in mapCoordInDescendentToSelf() 100 pt[0] += v0.getLeft(); in mapCoordInDescendentToSelf() 101 pt[1] += v0.getTop(); in mapCoordInDescendentToSelf() 102 scale *= v0.getScaleX(); in mapCoordInDescendentToSelf()
|
/frameworks/base/opengl/java/android/opengl/ |
D | GLES31.java | 405 int v0 in glProgramUniform1i() argument 413 int v0, in glProgramUniform2i() argument 422 int v0, in glProgramUniform3i() argument 432 int v0, in glProgramUniform4i() argument 443 int v0 in glProgramUniform1ui() argument 451 int v0, in glProgramUniform2ui() argument 460 int v0, in glProgramUniform3ui() argument 470 int v0, in glProgramUniform4ui() argument 481 float v0 in glProgramUniform1f() argument 489 float v0, in glProgramUniform2f() argument [all …]
|
/frameworks/native/opengl/libs/GLES2/ |
D | gl2_api.in | 334 void API_ENTRY(glUniform1f)(GLint location, GLfloat v0) { 335 CALL_GL_API(glUniform1f, location, v0); 340 void API_ENTRY(glUniform1i)(GLint location, GLint v0) { 341 CALL_GL_API(glUniform1i, location, v0); 346 void API_ENTRY(glUniform2f)(GLint location, GLfloat v0, GLfloat v1) { 347 CALL_GL_API(glUniform2f, location, v0, v1); 352 void API_ENTRY(glUniform2i)(GLint location, GLint v0, GLint v1) { 353 CALL_GL_API(glUniform2i, location, v0, v1); 358 void API_ENTRY(glUniform3f)(GLint location, GLfloat v0, GLfloat v1, GLfloat v2) { 359 CALL_GL_API(glUniform3f, location, v0, v1, v2); [all …]
|
D | gl2ext_api.in | 337 void API_ENTRY(glProgramUniform1fEXT)(GLuint program, GLint location, GLfloat v0) { 338 CALL_GL_API(glProgramUniform1fEXT, program, location, v0); 343 void API_ENTRY(glProgramUniform1iEXT)(GLuint program, GLint location, GLint v0) { 344 CALL_GL_API(glProgramUniform1iEXT, program, location, v0); 349 void API_ENTRY(glProgramUniform2fEXT)(GLuint program, GLint location, GLfloat v0, GLfloat v1) { 350 CALL_GL_API(glProgramUniform2fEXT, program, location, v0, v1); 355 void API_ENTRY(glProgramUniform2iEXT)(GLuint program, GLint location, GLint v0, GLint v1) { 356 CALL_GL_API(glProgramUniform2iEXT, program, location, v0, v1); 361 void API_ENTRY(glProgramUniform3fEXT)(GLuint program, GLint location, GLfloat v0, GLfloat v1, GLflo… 362 CALL_GL_API(glProgramUniform3fEXT, program, location, v0, v1, v2); [all …]
|
/frameworks/native/opengl/libs/ |
D | trace.in | 478 … program, GLint location, GLfloat v0), (program, location, v0), 3, "GLuint", program, "GLint", loc… 479 … program, GLint location, GLfloat v0), (program, location, v0), 3, "GLuint", program, "GLint", loc… 482 …int program, GLint location, GLint v0), (program, location, v0), 3, "GLuint", program, "GLint", lo… 483 …int program, GLint location, GLint v0), (program, location, v0), 3, "GLuint", program, "GLint", lo… 486 …nt program, GLint location, GLuint v0), (program, location, v0), 3, "GLuint", program, "GLint", lo… 487 …nt program, GLint location, GLuint v0), (program, location, v0), 3, "GLuint", program, "GLint", lo… 490 …, GLint location, GLfloat v0, GLfloat v1), (program, location, v0, v1), 4, "GLuint", program, "GLi… 491 …, GLint location, GLfloat v0, GLfloat v1), (program, location, v0, v1), 4, "GLuint", program, "GLi… 494 …gram, GLint location, GLint v0, GLint v1), (program, location, v0, v1), 4, "GLuint", program, "GLi… 495 …gram, GLint location, GLint v0, GLint v1), (program, location, v0, v1), 4, "GLuint", program, "GLi… [all …]
|
D | entries.in | 478 GL_ENTRY(void, glProgramUniform1f, GLuint program, GLint location, GLfloat v0) 479 GL_ENTRY(void, glProgramUniform1fEXT, GLuint program, GLint location, GLfloat v0) 482 GL_ENTRY(void, glProgramUniform1i, GLuint program, GLint location, GLint v0) 483 GL_ENTRY(void, glProgramUniform1iEXT, GLuint program, GLint location, GLint v0) 486 GL_ENTRY(void, glProgramUniform1ui, GLuint program, GLint location, GLuint v0) 487 GL_ENTRY(void, glProgramUniform1uiEXT, GLuint program, GLint location, GLuint v0) 490 GL_ENTRY(void, glProgramUniform2f, GLuint program, GLint location, GLfloat v0, GLfloat v1) 491 GL_ENTRY(void, glProgramUniform2fEXT, GLuint program, GLint location, GLfloat v0, GLfloat v1) 494 GL_ENTRY(void, glProgramUniform2i, GLuint program, GLint location, GLint v0, GLint v1) 495 GL_ENTRY(void, glProgramUniform2iEXT, GLuint program, GLint location, GLint v0, GLint v1) [all …]
|
/frameworks/native/opengl/libs/GLES_trace/src/ |
D | gltrace_api.h | 135 void GLTrace_glUniform1f(GLint location, GLfloat v0); 137 void GLTrace_glUniform1i(GLint location, GLint v0); 139 void GLTrace_glUniform2f(GLint location, GLfloat v0, GLfloat v1); 141 void GLTrace_glUniform2i(GLint location, GLint v0, GLint v1); 143 void GLTrace_glUniform3f(GLint location, GLfloat v0, GLfloat v1, GLfloat v2); 145 void GLTrace_glUniform3i(GLint location, GLint v0, GLint v1, GLint v2); 147 void GLTrace_glUniform4f(GLint location, GLfloat v0, GLfloat v1, GLfloat v2, GLfloat v3); 149 void GLTrace_glUniform4i(GLint location, GLint v0, GLint v1, GLint v2, GLint v3); 214 void GLTrace_glUniform1ui(GLint location, GLuint v0); 215 void GLTrace_glUniform2ui(GLint location, GLuint v0, GLuint v1); [all …]
|
/frameworks/native/opengl/include/GLES3/ |
D | gl31.h | 488 GL_APICALL void GL_APIENTRY glUniform1f (GLint location, GLfloat v0); 490 GL_APICALL void GL_APIENTRY glUniform1i (GLint location, GLint v0); 492 GL_APICALL void GL_APIENTRY glUniform2f (GLint location, GLfloat v0, GLfloat v1); 494 GL_APICALL void GL_APIENTRY glUniform2i (GLint location, GLint v0, GLint v1); 496 GL_APICALL void GL_APIENTRY glUniform3f (GLint location, GLfloat v0, GLfloat v1, GLfloat v2); 498 GL_APICALL void GL_APIENTRY glUniform3i (GLint location, GLint v0, GLint v1, GLint v2); 500 GL_APICALL void GL_APIENTRY glUniform4f (GLint location, GLfloat v0, GLfloat v1, GLfloat v2, GLfloa… 502 GL_APICALL void GL_APIENTRY glUniform4i (GLint location, GLint v0, GLint v1, GLint v2, GLint v3); 877 GL_APICALL void GL_APIENTRY glUniform1ui (GLint location, GLuint v0); 878 GL_APICALL void GL_APIENTRY glUniform2ui (GLint location, GLuint v0, GLuint v1); [all …]
|
/frameworks/base/docs/html/tools/revisions/ |
D | studio.jd | 80 alt=""/>Android Studio v0.8.14</a> <em>(October 2014)</em> 93 alt=""/>Android Studio v0.8.6</a> <em>(August 2014)</em> 104 alt=""/>Android Studio v0.8.0</a> <em>(June 2014)</em> 116 alt=""/>Android Studio v0.5.2</a> <em>(May 2014)</em> 129 alt=""/>Android Studio v0.4.6</a> <em>(March 2014)</em> 142 alt=""/>Android Studio v0.4.2</a> <em>(Jan 2014)</em> 155 alt=""/>Android Studio v0.3.2</a> <em>(Oct 2013)</em> 168 alt=""/>Android Studio v0.2.x</a> <em>(July 2013)</em> 229 alt=""/>Android Studio v0.1.x</a> <em>(May 2013)</em>
|
/frameworks/native/services/surfaceflinger/ |
D | Transform.cpp | 71 const float v0 = A[0][i]; in operator *() local 74 D[0][i] = v0*B[0][0] + v1*B[0][1] + v2*B[0][2]; in operator *() 75 D[1][i] = v0*B[1][0] + v1*B[1][1] + v2*B[1][2]; in operator *() 76 D[2][i] = v0*B[2][0] + v1*B[2][1] + v2*B[2][2]; in operator *()
|
/frameworks/native/opengl/include/GLES2/ |
D | gl2.h | 488 GL_APICALL void GL_APIENTRY glUniform1f (GLint location, GLfloat v0); 490 GL_APICALL void GL_APIENTRY glUniform1i (GLint location, GLint v0); 492 GL_APICALL void GL_APIENTRY glUniform2f (GLint location, GLfloat v0, GLfloat v1); 494 GL_APICALL void GL_APIENTRY glUniform2i (GLint location, GLint v0, GLint v1); 496 GL_APICALL void GL_APIENTRY glUniform3f (GLint location, GLfloat v0, GLfloat v1, GLfloat v2); 498 GL_APICALL void GL_APIENTRY glUniform3i (GLint location, GLint v0, GLint v1, GLint v2); 500 GL_APICALL void GL_APIENTRY glUniform4f (GLint location, GLfloat v0, GLfloat v1, GLfloat v2, GLfloa… 502 GL_APICALL void GL_APIENTRY glUniform4i (GLint location, GLint v0, GLint v1, GLint v2, GLint v3);
|