Searched refs:Current (Results 176 - 200 of 442) sorted by relevance

1234567891011>>

/external/chromium_org/third_party/mesa/src/src/mesa/program/
H A Dprog_statevars.c368 COPY_4V(value, ctx->FragmentProgram.Current->Base.LocalParams[idx]);
387 COPY_4V(value, ctx->VertexProgram.Current->Base.LocalParams[idx]);
405 COPY_4V(value, ctx->Current.Attrib[idx]);
415 value[0] = CLAMP(ctx->Current.Attrib[idx][0], 0.0f, 1.0f);
416 value[1] = CLAMP(ctx->Current.Attrib[idx][1], 0.0f, 1.0f);
417 value[2] = CLAMP(ctx->Current.Attrib[idx][2], 0.0f, 1.0f);
418 value[3] = CLAMP(ctx->Current.Attrib[idx][3], 0.0f, 1.0f);
421 COPY_4V(value, ctx->Current.Attrib[idx]);
H A Dprogram_parse.y99 #define YYLLOC_DEFAULT(Current, Rhs, N) \
102 (Current).first_line = YYRHSLOC(Rhs, 1).first_line; \
103 (Current).first_column = YYRHSLOC(Rhs, 1).first_column; \
104 (Current).position = YYRHSLOC(Rhs, 1).position; \
105 (Current).last_line = YYRHSLOC(Rhs, N).last_line; \
106 (Current).last_column = YYRHSLOC(Rhs, N).last_column; \
108 (Current).first_line = YYRHSLOC(Rhs, 0).last_line; \
109 (Current).last_line = (Current).first_line; \
110 (Current)
[all...]
/external/chromium_org/third_party/mesa/src/src/mesa/state_tracker/
H A Dst_cb_bitmap.c440 COPY_4V(colorSave, ctx->Current.Attrib[VERT_ATTRIB_COLOR0]);
441 COPY_4V(ctx->Current.Attrib[VERT_ATTRIB_COLOR0], color);
443 COPY_4V(ctx->Current.Attrib[VERT_ATTRIB_COLOR0], colorSave);
698 const GLfloat z = st->ctx->Current.RasterPos[2];
709 !TEST_EQ_4V(st->ctx->Current.RasterColor, cache->color) ||
727 COPY_4FV(cache->color, st->ctx->Current.RasterColor);
791 draw_bitmap_quad(ctx, x, y, ctx->Current.RasterPos[2],
793 st->ctx->Current.RasterColor);
H A Dst_cb_feedback.c106 color = ctx->Current.Attrib[VERT_ATTRIB_COLOR0];
112 texcoord = ctx->Current.Attrib[VERT_ATTRIB_TEX0];
/external/chromium_org/third_party/webrtc/base/
H A Dphysicalsocketserver_unittest.cc162 signaled_thread_ = Thread::Current();
275 EXPECT_EQ(Thread::Current(), signaled_thread_);
/external/chromium_org/v8/src/
H A Dhydrogen-environment-liveness.cc52 HBasicBlock* successor = it.Current();
89 live->Union(*live_at_block_start_[it.Current()->block_id()]);
H A Dlithium.h549 LOperand* Current() { function in class:v8::internal::BASE_EMBEDDED
591 LOperand* Current() { function in class:v8::internal::BASE_EMBEDDED
593 DCHECK(current_iterator_.Current() != NULL);
594 return current_iterator_.Current();
789 inline LOperand* Current();
805 inline LOperand* Current();
820 inline LOperand* Current();
H A Dapi.cc163 i::Isolate* isolate = i::Isolate::Current();
176 i::Isolate* isolate = i::Isolate::Current();
190 i::Isolate* isolate = i::Isolate::Current();
352 i::Isolate* isolate = i::Isolate::Current();
359 i::Isolate* isolate = i::Isolate::Current();
757 i::Factory* factory = i::Isolate::Current()->factory();
805 i::Isolate* isolate = i::Isolate::Current();
1071 i::Isolate* isolate = i::Isolate::Current();
1087 i::Isolate* isolate = i::Isolate::Current();
1245 return New(i::Isolate::Current(), Loca
[all...]
/external/chromium_org/v8/test/cctest/
H A Dtest-code-stubs-mips.cc146 Simulator::current(Isolate::Current())->CallFP(FUNCTION_ADDR(func), from, 0.);
147 return Simulator::current(Isolate::Current())->get_register(v0.code());
H A Dtest-code-stubs-mips64.cc146 Simulator::current(Isolate::Current())->CallFP(FUNCTION_ADDR(func), from, 0.);
147 return Simulator::current(Isolate::Current())->get_register(v0.code());
/external/llvm/include/llvm/ADT/
H A DImmutableSet.h211 "Current value is not less that value of right child");
706 TreeTy* Current = reinterpret_cast<TreeTy*>(stack.back() & ~Flags); local
707 assert(Current);
710 if (TreeTy* L = Current->getLeft())
716 if (TreeTy* R = Current->getRight())
732 TreeTy* Current = reinterpret_cast<TreeTy*>(stack.back() & ~Flags); local
733 assert(Current);
740 if (TreeTy* L = Current->getLeft())
746 if (TreeTy* R = Current->getRight())
/external/mesa3d/src/mesa/drivers/dri/i915/
H A Dintel_pixel_bitmap.c214 COPY_4V(tmpColor, ctx->Current.RasterColor);
217 ADD_3V(tmpColor, tmpColor, ctx->Current.RasterSecondaryColor);
/external/mesa3d/src/mesa/drivers/dri/i965/
H A Dintel_pixel_bitmap.c214 COPY_4V(tmpColor, ctx->Current.RasterColor);
217 ADD_3V(tmpColor, tmpColor, ctx->Current.RasterSecondaryColor);
/external/mesa3d/src/mesa/drivers/dri/intel/
H A Dintel_pixel_bitmap.c214 COPY_4V(tmpColor, ctx->Current.RasterColor);
217 ADD_3V(tmpColor, tmpColor, ctx->Current.RasterSecondaryColor);
/external/mesa3d/src/mesa/program/
H A Dprog_statevars.c368 COPY_4V(value, ctx->FragmentProgram.Current->Base.LocalParams[idx]);
387 COPY_4V(value, ctx->VertexProgram.Current->Base.LocalParams[idx]);
405 COPY_4V(value, ctx->Current.Attrib[idx]);
415 value[0] = CLAMP(ctx->Current.Attrib[idx][0], 0.0f, 1.0f);
416 value[1] = CLAMP(ctx->Current.Attrib[idx][1], 0.0f, 1.0f);
417 value[2] = CLAMP(ctx->Current.Attrib[idx][2], 0.0f, 1.0f);
418 value[3] = CLAMP(ctx->Current.Attrib[idx][3], 0.0f, 1.0f);
421 COPY_4V(value, ctx->Current.Attrib[idx]);
H A Dprogram_parse.y99 #define YYLLOC_DEFAULT(Current, Rhs, N) \
102 (Current).first_line = YYRHSLOC(Rhs, 1).first_line; \
103 (Current).first_column = YYRHSLOC(Rhs, 1).first_column; \
104 (Current).position = YYRHSLOC(Rhs, 1).position; \
105 (Current).last_line = YYRHSLOC(Rhs, N).last_line; \
106 (Current).last_column = YYRHSLOC(Rhs, N).last_column; \
108 (Current).first_line = YYRHSLOC(Rhs, 0).last_line; \
109 (Current).last_line = (Current).first_line; \
110 (Current)
[all...]
/external/mesa3d/src/mesa/state_tracker/
H A Dst_cb_bitmap.c440 COPY_4V(colorSave, ctx->Current.Attrib[VERT_ATTRIB_COLOR0]);
441 COPY_4V(ctx->Current.Attrib[VERT_ATTRIB_COLOR0], color);
443 COPY_4V(ctx->Current.Attrib[VERT_ATTRIB_COLOR0], colorSave);
698 const GLfloat z = st->ctx->Current.RasterPos[2];
709 !TEST_EQ_4V(st->ctx->Current.RasterColor, cache->color) ||
727 COPY_4FV(cache->color, st->ctx->Current.RasterColor);
791 draw_bitmap_quad(ctx, x, y, ctx->Current.RasterPos[2],
793 st->ctx->Current.RasterColor);
H A Dst_cb_feedback.c106 color = ctx->Current.Attrib[VERT_ATTRIB_COLOR0];
112 texcoord = ctx->Current.Attrib[VERT_ATTRIB_TEX0];
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/r200/
H A Dr200_fragshader.c128 const struct ati_fragment_shader *shader = ctx->ATIFragmentShader.Current;
322 rmesa->afs_loaded = ctx->ATIFragmentShader.Current;
327 const struct ati_fragment_shader *shader = ctx->ATIFragmentShader.Current;
505 const struct ati_fragment_shader *shader = ctx->ATIFragmentShader.Current;
546 if (rmesa->afs_loaded != ctx->ATIFragmentShader.Current)
/external/mesa3d/src/mesa/drivers/dri/r200/
H A Dr200_fragshader.c128 const struct ati_fragment_shader *shader = ctx->ATIFragmentShader.Current;
322 rmesa->afs_loaded = ctx->ATIFragmentShader.Current;
327 const struct ati_fragment_shader *shader = ctx->ATIFragmentShader.Current;
505 const struct ati_fragment_shader *shader = ctx->ATIFragmentShader.Current;
546 if (rmesa->afs_loaded != ctx->ATIFragmentShader.Current)
/external/chromium_org/third_party/libjingle/source/talk/session/media/
H A Dchannelmanager.cc117 main_thread_ = rtc::Thread::Current();
141 if (worker_thread_ != rtc::Thread::Current()) {
302 ASSERT(worker_thread_ == rtc::Thread::Current());
475 ASSERT(worker_thread_ == rtc::Thread::Current());
561 ASSERT(worker_thread_ == rtc::Thread::Current());
596 ASSERT(worker_thread_ == rtc::Thread::Current());
721 ASSERT(worker_thread_ == rtc::Thread::Current());
/external/chromium_org/third_party/mesa/src/chromium_gensrc/mesa/
H A Dglsl_parser.cc2167 # define YYLLOC_DEFAULT(Current, Rhs, N) \
2171 (Current).first_line = YYRHSLOC (Rhs, 1).first_line; \
2172 (Current).first_column = YYRHSLOC (Rhs, 1).first_column; \
2173 (Current).last_line = YYRHSLOC (Rhs, N).last_line; \
2174 (Current).last_column = YYRHSLOC (Rhs, N).last_column; \
2178 (Current).first_line = (Current).last_line = \
2180 (Current).first_column = (Current).last_column = \
/external/elfutils/0.153/libcpu/
H A Di386_parse.c850 # define YYLLOC_DEFAULT(Current, Rhs, N) \
854 (Current).first_line = YYRHSLOC (Rhs, 1).first_line; \
855 (Current).first_column = YYRHSLOC (Rhs, 1).first_column; \
856 (Current).last_line = YYRHSLOC (Rhs, N).last_line; \
857 (Current).last_column = YYRHSLOC (Rhs, N).last_column; \
861 (Current).first_line = (Current).last_line = \
863 (Current).first_column = (Current).last_column = \
/external/chromium_org/third_party/libjingle/source/talk/media/sctp/
H A Dsctpdataengine_unittest.cc244 net1_.reset(new SctpFakeNetworkInterface(rtc::Thread::Current()));
245 net2_.reset(new SctpFakeNetworkInterface(rtc::Thread::Current()));
323 rtc::Thread* thread = rtc::Thread::Current();
/external/llvm/lib/Option/
H A DArgList.cpp22 for (; Current != Args.end(); ++Current) {
28 const Option &O = (*Current)->getOption();

Completed in 293 milliseconds

1234567891011>>