HomeSort by relevance Sort by last modified time
    Searched refs:stage (Results 51 - 75 of 309) sorted by null

1 23 4 5 6 7 8 91011>>

  /external/chromium_org/third_party/skia/tests/
SListTest.cpp 20 const char* stage) {
23 ERRORF(reporter, "%s - List not empty", stage);
27 ERRORF(reporter, "%s - List count is not zero, %d instead", stage, list.getCount());
31 ERRORF(reporter, "%s - List has elements when empty", stage);
39 const char* stage,
43 ERRORF(reporter, "%s - List was too short, %d instead of %d", stage, list.getCount(), count);
49 ERRORF(reporter, "%s - List too short, should be %d", stage, count);
53 ERRORF(reporter, "%s - List entries at index %d of %d don't match", stage, index, count);
59 ERRORF(reporter, "%s - List too long, should be %d", stage, count);
ObjectPoolTest.cpp 23 const char* stage,
27 stage, pool.available(), available);
32 stage, pool.blocks(), blocks);
  /external/skia/tests/
SListTest.cpp 20 const char* stage) {
23 ERRORF(reporter, "%s - List not empty", stage);
27 ERRORF(reporter, "%s - List count is not zero, %d instead", stage, list.getCount());
31 ERRORF(reporter, "%s - List has elements when empty", stage);
39 const char* stage,
43 ERRORF(reporter, "%s - List was too short, %d instead of %d", stage, list.getCount(), count);
49 ERRORF(reporter, "%s - List too short, should be %d", stage, count);
53 ERRORF(reporter, "%s - List entries at index %d of %d don't match", stage, index, count);
59 ERRORF(reporter, "%s - List too long, should be %d", stage, count);
ObjectPoolTest.cpp 23 const char* stage,
27 stage, pool.available(), available);
32 stage, pool.blocks(), blocks);
  /external/skia/include/gpu/
GrDrawEffect.h 21 GrDrawEffect(const GrEffectStage& stage, bool explicitLocalCoords)
22 : fEffectStage(&stage)
  /external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/draw/
draw_pipe_pstipple.c 29 * Polygon stipple stage: implement polygon stipple with texture map and
76 struct draw_stage stage; member in struct:pstip_stage
342 /*struct draw_context *draw = pstip->stage.draw;*/
502 struct draw_context *draw = pstip->stage.draw;
515 pstip_stage( struct draw_stage *stage )
517 return (struct pstip_stage *) stage;
522 pstip_first_tri(struct draw_stage *stage, struct prim_header *header)
524 struct pstip_stage *pstip = pstip_stage(stage);
526 struct draw_context *draw = stage->draw;
529 assert(stage->draw->rasterizer->poly_stipple_enable)
    [all...]
draw_pipe_aaline.c 29 * AA line stage: AA lines are converted to texture mapped triangles.
88 struct draw_stage stage; member in struct:aaline_stage
352 struct pipe_context *pipe = aaline->stage.draw->pipe;
406 struct pipe_context *pipe = aaline->stage.draw->pipe;
500 struct pipe_context *pipe = aaline->stage.draw->pipe;
528 struct draw_context *draw = aaline->stage.draw;
545 aaline_stage( struct draw_stage *stage )
547 return (struct aaline_stage *) stage;
556 aaline_line(struct draw_stage *stage, struct prim_header *header)
558 const struct aaline_stage *aaline = aaline_stage(stage);
    [all...]
draw_pipe_aapoint.c 29 * AA point stage: AA points are converted to quads and rendered with a
86 struct draw_stage stage; member in struct:aapoint_stage
501 struct pipe_context *pipe = aapoint->stage.draw->pipe;
551 struct draw_context *draw = aapoint->stage.draw;
568 aapoint_stage( struct draw_stage *stage )
570 return (struct aapoint_stage *) stage;
580 aapoint_point(struct draw_stage *stage, struct prim_header *header)
582 const struct aapoint_stage *aapoint = aapoint_stage(stage);
632 v[i] = dup_vert(stage, header->v[0], i);
669 stage->next->tri( stage->next, &tri )
    [all...]
  /external/mesa3d/src/gallium/auxiliary/draw/
draw_pipe_pstipple.c 29 * Polygon stipple stage: implement polygon stipple with texture map and
76 struct draw_stage stage; member in struct:pstip_stage
342 /*struct draw_context *draw = pstip->stage.draw;*/
502 struct draw_context *draw = pstip->stage.draw;
515 pstip_stage( struct draw_stage *stage )
517 return (struct pstip_stage *) stage;
522 pstip_first_tri(struct draw_stage *stage, struct prim_header *header)
524 struct pstip_stage *pstip = pstip_stage(stage);
526 struct draw_context *draw = stage->draw;
529 assert(stage->draw->rasterizer->poly_stipple_enable)
    [all...]
draw_pipe_aaline.c 29 * AA line stage: AA lines are converted to texture mapped triangles.
88 struct draw_stage stage; member in struct:aaline_stage
352 struct pipe_context *pipe = aaline->stage.draw->pipe;
406 struct pipe_context *pipe = aaline->stage.draw->pipe;
500 struct pipe_context *pipe = aaline->stage.draw->pipe;
528 struct draw_context *draw = aaline->stage.draw;
545 aaline_stage( struct draw_stage *stage )
547 return (struct aaline_stage *) stage;
556 aaline_line(struct draw_stage *stage, struct prim_header *header)
558 const struct aaline_stage *aaline = aaline_stage(stage);
    [all...]
draw_pipe_aapoint.c 29 * AA point stage: AA points are converted to quads and rendered with a
86 struct draw_stage stage; member in struct:aapoint_stage
501 struct pipe_context *pipe = aapoint->stage.draw->pipe;
551 struct draw_context *draw = aapoint->stage.draw;
568 aapoint_stage( struct draw_stage *stage )
570 return (struct aapoint_stage *) stage;
580 aapoint_point(struct draw_stage *stage, struct prim_header *header)
582 const struct aapoint_stage *aapoint = aapoint_stage(stage);
632 v[i] = dup_vert(stage, header->v[0], i);
669 stage->next->tri( stage->next, &tri )
    [all...]
  /external/chromium_org/third_party/webrtc/modules/audio_coding/codecs/ilbc/
cb_search_core.h 27 int16_t stage, /* (i) Stage of this search */
gain_quant.c 29 int16_t stage, /* (i) The stage of the search */
45 cb = WebRtcIlbcfix_kGain[stage];
46 cblen = 32>>stage;
47 noChecks = 4-stage;
  /external/chromium_org/third_party/harfbuzz-ng/src/
hb-ot-map.cc 108 info->stage[0] = current_stage[0];
109 info->stage[1] = current_stage[1];
137 /* We default to applying required feature in stage 0. If the required
139 * in the stage for that tag.
177 feature_infos[j].stage[0] = MIN (feature_infos[j].stage[0], feature_infos[i].stage[0]);
178 feature_infos[j].stage[1] = MIN (feature_infos[j].stage[1], feature_infos[i].stage[1])
    [all...]
  /external/harfbuzz_ng/src/
hb-ot-map.cc 108 info->stage[0] = current_stage[0];
109 info->stage[1] = current_stage[1];
137 /* We default to applying required feature in stage 0. If the required
139 * in the stage for that tag.
177 feature_infos[j].stage[0] = MIN (feature_infos[j].stage[0], feature_infos[i].stage[0]);
178 feature_infos[j].stage[1] = MIN (feature_infos[j].stage[1], feature_infos[i].stage[1])
    [all...]
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/softpipe/
sp_quad_fs.c 52 struct quad_stage stage; /**< base class */ member in struct:quad_shade_stage
169 qss->stage.softpipe = softpipe;
170 qss->stage.begin = shade_begin;
171 qss->stage.run = shade_quads;
172 qss->stage.destroy = shade_destroy;
174 return &qss->stage;
  /external/mesa3d/src/gallium/drivers/softpipe/
sp_quad_fs.c 52 struct quad_stage stage; /**< base class */ member in struct:quad_shade_stage
169 qss->stage.softpipe = softpipe;
170 qss->stage.begin = shade_begin;
171 qss->stage.run = shade_quads;
172 qss->stage.destroy = shade_destroy;
174 return &qss->stage;
  /external/chromium_org/extensions/browser/api/declarative_webrequest/
webrequest_condition.h 25 WebRequestData(net::URLRequest* request, RequestStage stage);
28 RequestStage stage,
34 // The stage (progress) of the network request.
35 RequestStage stage; member in struct:extensions::WebRequestData
95 // contains a 1 for each request stage during which the condition can be
webrequest_condition.cc 48 WebRequestData::WebRequestData(net::URLRequest* request, RequestStage stage)
50 stage(stage),
55 RequestStage stage,
58 stage(stage),
95 if (!(request_data.data->stage & applicable_request_stages_)) {
  /external/chromium_org/chrome/browser/chromeos/policy/
consumer_management_service.cc 210 EnrollmentStage stage = GetEnrollmentStage(); local
211 if (stage > ENROLLMENT_STAGE_NONE && stage < ENROLLMENT_STAGE_SUCCESS)
224 int stage = prefs->GetInteger(prefs::kConsumerManagementEnrollmentStage); local
225 if (stage < 0 || stage >= ENROLLMENT_STAGE_LAST) {
226 LOG(ERROR) << "Unknown enrollment stage: " << stage;
227 stage = 0;
229 return static_cast<EnrollmentStage>(stage);
362 const EnrollmentStage stage = GetEnrollmentStage(); local
    [all...]
  /external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/i965/
brw_shader.cpp 84 unsigned int stage; local
86 for (stage = 0; stage < ARRAY_SIZE(shProg->_LinkedShaders); stage++) {
88 (struct brw_shader *)shProg->_LinkedShaders[stage];
99 ctx->Driver.NewProgram(ctx, targets[stage], shader->base.Name);
107 if (stage == 0) {
143 bool output = stage == MESA_SHADER_FRAGMENT;
144 bool temp = stage == MESA_SHADER_FRAGMENT;
145 bool uniform = stage == MESA_SHADER_FRAGMENT
    [all...]
  /external/chromium_org/third_party/mesa/src/src/mesa/tnl/
t_vb_vertex.c 51 #define VERTEX_STAGE_DATA(stage) ((struct vertex_stage_data *)stage->privatePtr)
138 struct tnl_pipeline_stage *stage )
140 struct vertex_stage_data *store = (struct vertex_stage_data *)stage->privatePtr;
211 * is essentially required to be in this stage.
233 struct tnl_pipeline_stage *stage )
239 stage->privatePtr = CALLOC(sizeof(*store));
240 store = VERTEX_STAGE_DATA(stage);
259 static void dtr( struct tnl_pipeline_stage *stage )
261 struct vertex_stage_data *store = VERTEX_STAGE_DATA(stage);
    [all...]
t_vb_light.c 47 struct tnl_pipeline_stage *stage,
62 * Data private to this pipeline stage.
76 #define LIGHT_STAGE_DATA(stage) ((struct light_stage_data *)(stage->privatePtr))
218 * Prepare things prior to running the lighting stage.
326 struct tnl_pipeline_stage *stage )
328 struct light_stage_data *store = LIGHT_STAGE_DATA(stage);
375 store->light_func_tab[idx]( ctx, VB, stage, input );
384 struct tnl_pipeline_stage *stage )
405 LIGHT_STAGE_DATA(stage)->light_func_tab = tab
    [all...]
  /external/mesa3d/src/mesa/drivers/dri/i965/
brw_shader.cpp 84 unsigned int stage; local
86 for (stage = 0; stage < ARRAY_SIZE(shProg->_LinkedShaders); stage++) {
88 (struct brw_shader *)shProg->_LinkedShaders[stage];
99 ctx->Driver.NewProgram(ctx, targets[stage], shader->base.Name);
107 if (stage == 0) {
143 bool output = stage == MESA_SHADER_FRAGMENT;
144 bool temp = stage == MESA_SHADER_FRAGMENT;
145 bool uniform = stage == MESA_SHADER_FRAGMENT
    [all...]
  /external/mesa3d/src/mesa/tnl/
t_vb_vertex.c 51 #define VERTEX_STAGE_DATA(stage) ((struct vertex_stage_data *)stage->privatePtr)
138 struct tnl_pipeline_stage *stage )
140 struct vertex_stage_data *store = (struct vertex_stage_data *)stage->privatePtr;
211 * is essentially required to be in this stage.
233 struct tnl_pipeline_stage *stage )
239 stage->privatePtr = CALLOC(sizeof(*store));
240 store = VERTEX_STAGE_DATA(stage);
259 static void dtr( struct tnl_pipeline_stage *stage )
261 struct vertex_stage_data *store = VERTEX_STAGE_DATA(stage);
    [all...]

Completed in 3784 milliseconds

1 23 4 5 6 7 8 91011>>