Searched defs:v1 (Results 151 - 175 of 541) sorted by relevance

1234567891011>>

/external/chromium_org/net/tools/balsa/
H A Dbalsa_headers_test.cc174 std::vector<base::StringPiece> v1, v2, v3; local
176 headers_->GetAllOfHeader("key1", &v1);
183 ASSERT_EQ(1u, v1.size());
186 ASSERT_EQ("value1", v1[0]);
/external/chromium_org/third_party/freetype/src/base/
H A Dfttrigon.c83 FT_UInt32 v1, v2, k1, k2, hi, lo1, lo2, lo3; local
89 v1 = (FT_UInt32)val >> 16;
95 hi = k1 * v1;
96 lo1 = k1 * v2 + k2 * v1; /* can't overflow */
/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/draw/
H A Ddraw_pipe_offset.c74 float *v1 = header->v[1]->data[pos]; local
77 /* edge vectors e = v0 - v2, f = v1 - v2 */
81 float fx = v1[0] - v2[0];
82 float fy = v1[1] - v2[1];
83 float fz = v1[2] - v2[2];
103 v1[2] = CLAMP(v1[2] + zoffset, 0.0f, 1.0f);
H A Ddraw_pipe_wide_line.c68 struct vertex_header *v1 = dup_vert(stage, header->v[0], 1); local
73 float *pos1 = v1->data[pos];
147 tri.v[2] = v1;
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/i965/
H A Dbrw_clip_tri.c477 struct brw_reg v1 = get_tmp(c); local
494 brw_MOV(p, v1, deref_4f(vt1, hpos_offset));
502 brw_CMP(p, t2, BRW_CONDITIONAL_L, v1, negate(get_element(v1, 3)));
543 brw_CMP(p, t2, BRW_CONDITIONAL_G, v1, get_element(v1, 3));
H A Dbrw_clip_unfilled.c58 struct brw_reg v1 = byte_offset(c->reg.vertex[1], hpos_offset); local
75 brw_MOV(p, v1n, v1);
277 struct brw_indirect v1 = brw_indirect(1, 0); local
312 brw_MOV(p, get_addr_reg(v1), deref_1uw(v0ptr, 2));
326 brw_clip_emit_vue(c, v1, 1, 0,
/external/chromium_org/third_party/mesa/src/src/mesa/swrast/
H A Ds_aalinetemp.h106 NAME(line)(struct gl_context *ctx, const SWvertex *v0, const SWvertex *v1) argument
117 line.x1 = v1->attrib[FRAG_ATTRIB_WPOS][0];
118 line.y1 = v1->attrib[FRAG_ATTRIB_WPOS][1];
138 v0->attrib[FRAG_ATTRIB_WPOS][2], v1->attrib[FRAG_ATTRIB_WPOS][2], line.zPlane);
143 v0->color[RCOMP], v1->color[RCOMP], line.rPlane);
145 v0->color[GCOMP], v1->color[GCOMP], line.gPlane);
147 v0->color[BCOMP], v1->color[BCOMP], line.bPlane);
149 v0->color[ACOMP], v1->color[ACOMP], line.aPlane);
152 constant_plane(v1->color[RCOMP], line.rPlane);
153 constant_plane(v1
[all...]
H A Ds_lines.c164 const SWvertex *v0, const SWvertex *v1)
167 SWvertex *ncv1 = (SWvertex *)v1;
181 /* sum v1 */
163 _swrast_add_spec_terms_line(struct gl_context *ctx, const SWvertex *v0, const SWvertex *v1) argument
/external/chromium_org/third_party/mesa/src/src/mesa/swrast_setup/
H A Dss_triangle.c56 const SWvertex *v1,
69 const SWvertex *v1,
76 if (ef[e0]) _swrast_Line( ctx, v0, v1 );
77 if (ef[e1]) _swrast_Line( ctx, v1, v2 );
79 if (ef[e0]) _swrast_Line( ctx, v0, v1 );
80 if (ef[e1]) _swrast_Line( ctx, v1, v2 );
95 const SWvertex *v1,
99 if (ef[e1]) _swrast_Point( ctx, v1 );
120 SWvertex *v1 = &verts[e1]; local
137 /* save colors/indexes for v0, v1 vertice
63 _swsetup_edge_render_line_tri(struct gl_context *ctx, const GLubyte *ef, GLuint e0, GLuint e1, GLuint e2, const SWvertex *v0, const SWvertex *v1, const SWvertex *v2) argument
89 _swsetup_edge_render_point_tri(struct gl_context *ctx, const GLubyte *ef, GLuint e0, GLuint e1, GLuint e2, const SWvertex *v0, const SWvertex *v1, const SWvertex *v2) argument
[all...]
H A Dss_tritmp.h217 GLuint v1, GLuint v2, GLuint v3 )
222 GLubyte ef1 = VB->EdgeFlag[v1];
224 VB->EdgeFlag[v1] = 0;
225 TAG(triangle)( ctx, v0, v1, v3 );
226 VB->EdgeFlag[v1] = ef1;
228 TAG(triangle)( ctx, v1, v2, v3 );
232 TAG(triangle)( ctx, v0, v1, v3 );
233 TAG(triangle)( ctx, v1, v2, v3 );
216 quadfunc( struct gl_context *ctx, GLuint v0, GLuint v1, GLuint v2, GLuint v3 ) argument
/external/chromium_org/third_party/mesa/src/src/mesa/tnl/
H A Dt_vb_cliptmp.h87 const GLfloat dp1 = CLIP_DOTPROD( v1, A, B, C, D ); \
118 TAG(clip_line)( struct gl_context *ctx, GLuint v0, GLuint v1, GLubyte mask ) argument
152 INTERP_4F( t0, coord[newvert], coord[v0], coord[v1] );
153 interp( ctx, t0, newvert, v0, v1, GL_FALSE );
165 if (VB->ClipMask[v1]) {
166 INTERP_4F( t1, coord[newvert], coord[v1], coord[v0_orig] );
167 interp( ctx, t1, newvert, v1, v0_orig, GL_FALSE );
170 tnl->Driver.Render.CopyPV( ctx, newvert, v1 );
172 v1 = newvert;
180 tnl->Driver.Render.ClippedLine( ctx, v0, v1 );
187 clip_tri( struct gl_context *ctx, GLuint v0, GLuint v1, GLuint v2, GLubyte mask ) argument
266 clip_quad( struct gl_context *ctx, GLuint v0, GLuint v1, GLuint v2, GLuint v3, GLubyte mask ) argument
[all...]
/external/chromium_org/third_party/mesa/src/src/mesa/tnl_dd/
H A Dt_dd_vertex.h57 GLfloat u1, v1; member in struct:__anon14590::__anon14591
66 GLfloat u1, v1, q1; member in struct:__anon14590::__anon14592
/external/chromium_org/third_party/skia/src/animator/
H A DSkOperandIterpolator.cpp112 SkOperand v1[3], v2[3], v[3], vv[3]; local
115 inter.setKeyFrame(0, 100, iset(v1, 10, 20, 30), 0);
120 SkASSERT(memcmp(v, v1, sizeof(v)) == 0);
124 SkASSERT(memcmp(v, v1, sizeof(v)) == 0);
128 SkASSERT(memcmp(v, v1, sizeof(v)) == 0);
/external/chromium_org/third_party/skia/src/gpu/gl/
H A DGrGLProgramDataManager.cpp111 void GrGLProgramDataManager::set2f(UniformHandle u, GrGLfloat v0, GrGLfloat v1) const {
117 GR_GL_CALL(fGpu->glInterface(), Uniform2f(uni.fFSLocation, v0, v1));
120 GR_GL_CALL(fGpu->glInterface(), Uniform2f(uni.fVSLocation, v0, v1));
140 void GrGLProgramDataManager::set3f(UniformHandle u, GrGLfloat v0, GrGLfloat v1, GrGLfloat v2) const { argument
146 GR_GL_CALL(fGpu->glInterface(), Uniform3f(uni.fFSLocation, v0, v1, v2));
149 GR_GL_CALL(fGpu->glInterface(), Uniform3f(uni.fVSLocation, v0, v1, v2));
171 GrGLfloat v1,
179 GR_GL_CALL(fGpu->glInterface(), Uniform4f(uni.fFSLocation, v0, v1, v2, v3));
182 GR_GL_CALL(fGpu->glInterface(), Uniform4f(uni.fVSLocation, v0, v1, v2, v3));
169 set4f(UniformHandle u, GrGLfloat v0, GrGLfloat v1, GrGLfloat v2, GrGLfloat v3) const argument
/external/chromium_org/third_party/tcmalloc/chromium/src/
H A Dfree_list.h62 const T& v1,
65 if (v0 != v1) Log(kCrash, file, line, "Memory corruption detected.");
61 FL_EqualityCheck(const T& v0, const T& v1, const char* file, int line) argument
/external/chromium_org/third_party/webrtc/base/
H A Dchecks.h98 std::string* MakeCheckOpString(const t1& v1, const t2& v2, const char* names) { argument
100 ss << names << " (" << v1 << " vs. " << v2 << ")";
131 inline std::string* Check##name##Impl(const t1& v1, const t2& v2, \
133 if (v1 op v2) return NULL; \
134 else return rtc::MakeCheckOpString(v1, v2, names); \
136 inline std::string* Check##name##Impl(int v1, int v2, const char* names) { \
137 if (v1 op v2) return NULL; \
138 else return rtc::MakeCheckOpString(v1, v2, names); \
159 #define DCHECK_EQ(v1, v2) CHECK_EQ(v1, v
[all...]
/external/chromium_org/third_party/yasm/source/patched-yasm/tools/re2c/
H A Dmain.c128 int v1, v2, v3; local
129 sscanf(PACKAGE_VERSION, "%d.%d.%d", &v1, &v2, &v3);
130 fprintf(stdout, "%02d%02d%02d\n", v1, v2, v3);
/external/chromium_org/ui/file_manager/file_manager/foreground/js/metadata/
H A Did3_parser.js473 Id3Parser.v1 = {
/external/chromium_org/ui/views/layout/
H A Dgrid_layout_unittest.cc76 : v1(gfx::Size(10, 20)),
88 layout.AddView(&v1);
93 *bounds = v1.bounds();
98 SettableSizeView v1; member in class:views::GridLayoutAlignmentTest
127 SettableSizeView v1(gfx::Size(10, 20));
135 layout.AddView(&v1);
143 ExpectViewBoundsEquals(0, 0, 10, 20, &v1);
150 SettableSizeView v1(gfx::Size(100, 20));
158 layout.AddView(&v1, 2, 1);
167 ExpectViewBoundsEquals(0, 0, 100, 20, &v1);
[all...]
/external/chromium_org/ui/views/
H A Dview_unittest_aura.cc52 // +-- v1
72 View* v1 = CreateViewWithLayer(gfx::Rect(0, 3, 100, 103), "v1"); local
73 ui::Layer* v1_layer = v1->layer();
74 w1->GetRootView()->AddChildView(v1);
108 ASSERT_EQ("v1 v4 w2 v7", ui::test::ChildLayerNamesAsString(*w1_layer));
122 ASSERT_EQ("v1 v4 w2 v7", ui::test::ChildLayerNamesAsString(*w1_layer));
148 ASSERT_EQ("v1 v4 w2 v7", ui::test::ChildLayerNamesAsString(*w1_new_layer));
/external/clang/test/CXX/class/class.mem/
H A Dp1.cpp5 static int v1; // expected-note{{previous declaration is here}} member in struct:S
6 int v1; //expected-error{{duplicate member 'v1'}} member in struct:S
/external/clang/test/Headers/
H A Dstddefneeds.cpp14 void* v1 = NULL; // expected-error{{undeclared}} variable
/external/clang/test/Sema/
H A Doffsetof.c31 int v1 = offsetof (struct s1, a) == 0 ? 0 : f(); variable
/external/clang/test/SemaCXX/
H A Daggregate-initialization.cpp38 __v4hi v1 = { (void *)1, 2, 3 }; // expected-error {{cannot initialize a vector element of type 'short' with an rvalue of type 'void *'}} variable
/external/deqp/modules/glshared/
H A DglsShaderPerformanceMeasurer.cpp48 static inline float triangleInterpolate (float v0, float v1, float v2, float x, float y) argument
50 return v0 + (v2-v0)*x + (v1-v0)*y;

Completed in 879 milliseconds

1234567891011>>