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

1 2 3 4 5 67 8 91011>>

  /external/chromium_org/third_party/skia/src/gpu/gl/builders/
GrGLFullProgramBuilder.h 97 virtual void emitEffect(const GrProcessorStage& stage,
  /external/skia/src/gpu/
GrDrawState.cpp 153 const GrEffectStage& stage = covIdx < 0 ? fColorStages[s] : fCoverageStages[covIdx]; local
154 const GrEffectRef* effect = stage.getEffect();
159 const int* attributeIndices = stage.getVertexAttribIndices();
160 int numAttributes = stage.getVertexAttribIndexCount();
327 // check for coverage due to constant coverage, per-vertex coverage, or coverage stage
  /external/chromium_org/chrome/renderer/extensions/
webstore_bindings.cc 64 // The first two arguments indicate whether or not there are install stage
222 void WebstoreBindings::OnInlineInstallStageChanged(int stage) {
225 static_cast<api::webstore::InstallStage>(stage);
  /external/chromium_org/third_party/WebKit/Source/devtools/front_end/
accelerometer.css 31 .accelerometer-stage {
  /external/chromium_org/third_party/skia/src/gpu/
GrRODrawState.cpp 90 const GrGeometryStage& stage = *this->getGeometryProcessor(); local
91 const GrGeometryProcessor* gp = stage.getGeometryProcessor();
  /external/oprofile/events/mips/5K/
events 35 event:0xa counters:1 um:zero minimum:500 name:CONFLICT_STALL_M_STAGE : Instruction stall in M stage due to scheduling conflicts
  /external/skia/tests/
GLProgramsTest.cpp 199 GrEffectStage* stage = SkNEW_ARGS(GrEffectStage, local
201 stages[s] = stage;
  /packages/apps/Settings/src/com/android/settings/
ConfirmLockPattern.java 61 private enum Stage {
143 updateStage(Stage.NeedToUnlock);
186 updateStage(Stage.NeedToUnlock);
190 private void updateStage(Stage stage) {
191 switch (stage) {
288 updateStage(Stage.NeedToUnlockWrong);
297 updateStage(Stage.LockedOut);
315 updateStage(Stage.NeedToUnlock);
  /external/deqp/modules/glshared/
glsShaderLibraryCase.cpp 385 // program with an active stage must contain executable code for that stage
392 // no two programs with with the same stage active
658 for (int stage = glu::SHADERTYPE_VERTEX; stage < glu::SHADERTYPE_LAST; ++stage)
659 if (program->hasShader((glu::ShaderType)stage) && !program->getShaderInfo((glu::ShaderType)stage).compileOk)
683 for (int stage = glu::SHADERTYPE_VERTEX; stage < glu::SHADERTYPE_LAST; ++stage
    [all...]
  /external/chromium_org/chrome/browser/resources/chromeos/chromevox/common/
chromevox_json.js 317 // Parsing happens in four stages. In the first stage, we replace
331 // In the second stage, we run the text against regular expressions that
336 // We split the second stage into 4 regexp operations in order to work
350 // In the third stage we use the eval function to compile the text
358 // In the optional fourth stage, we recursively walk the new
  /external/chromium_org/third_party/libvpx/source/libvpx/vp9/common/arm/neon/
vp9_idct16x16_add_neon.asm 74 ; stage 3
147 ; stage 4
215 ; stage 5
247 ; stage 6
321 ; stage 3
460 ; stage 3
468 ; stage 4
535 ; stage 5
545 ; stage 6.
609 ; stage
    [all...]
  /external/libvpx/libvpx/vp9/common/arm/neon/
vp9_idct16x16_add_neon.asm 74 ; stage 3
147 ; stage 4
215 ; stage 5
247 ; stage 6
321 ; stage 3
460 ; stage 3
468 ; stage 4
535 ; stage 5
545 ; stage 6.
609 ; stage
    [all...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/common/arm/neon/
vp9_idct16x16_add_neon.asm 74 ; stage 3
147 ; stage 4
215 ; stage 5
247 ; stage 6
321 ; stage 3
460 ; stage 3
468 ; stage 4
535 ; stage 5
545 ; stage 6.
609 ; stage
    [all...]
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/softpipe/
sp_quad_blend.c 67 blend_quad_stage(struct quad_stage *stage)
69 return (struct blend_quad_stage *) stage;
1295 struct blend_quad_stage *stage = CALLOC_STRUCT(blend_quad_stage); local
    [all...]
  /external/mesa3d/src/gallium/drivers/softpipe/
sp_quad_blend.c 67 blend_quad_stage(struct quad_stage *stage)
69 return (struct blend_quad_stage *) stage;
1295 struct blend_quad_stage *stage = CALLOC_STRUCT(blend_quad_stage); local
    [all...]
  /bootable/recovery/
screen_ui.cpp 75 stage(-1),
122 gr_blit((i < stage) ? stageMarkerFill : stageMarkerEmpty,
465 stage = current;
  /external/chromium_org/third_party/cython/src/Cython/Compiler/
Pipeline.py 168 # compilation stage.
274 for stage in pyx_pipeline:
275 pipeline.append(stage)
276 if isinstance(stage, AnalyseDeclarationsTransform):
277 # This is the last stage we need.
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/svga/
svga_state_tss.c 145 ts[i].stage = queue.bind[i].unit;
216 ts[i].stage = queue.bind[i].unit;
282 q->ts[q->ts_count].stage = unit;
  /external/chromium_org/third_party/openmax_dl/dl/sp/src/arm/neon/
omxSP_FFTInv_CCSToR_S16_Sfs_s.S 145 @ Call the preTwiddle Radix2 stage before doing the complex IFFT
181 MOVEQ pOut,pDst @ Pass the first stage destination in RN5
209 MOVEQ pOut,pDst @ Pass the first stage destination in RN5
  /external/mesa3d/src/gallium/drivers/svga/
svga_state_tss.c 145 ts[i].stage = queue.bind[i].unit;
216 ts[i].stage = queue.bind[i].unit;
282 q->ts[q->ts_count].stage = unit;
  /external/chromium_org/chrome/installer/util/
installer_state.h 198 void UpdateStage(installer::InstallerStage stage) const;
  /external/chromium_org/content/common/gpu/client/
gl_helper_scaling.cc 99 // Implementation of a single stage in a scaler pipeline. If the pipeline has
267 // create one scaler stage for each ScaleOp. However, if |quality|
269 // by combining two or more ScaleOps in to a single scaler stage.
468 ScalerStage stage(SHADER_PLANAR,
475 return new ScalerImpl(gl_, this, stage, NULL, color_weights);
486 ScalerStage stage(shader,
493 return new ScalerImpl(gl_, this, stage, NULL, NULL);
    [all...]
  /external/chromium_org/third_party/libvpx/source/libvpx/build/make/
iosbuild.sh 193 --verbose: Output information about the environment and each stage of the
  /external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/draw/
draw_context.h 99 struct draw_stage *stage );
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/i915/
i915_prim_vbuf.c 754 * Create a new primitive vbuf/render stage.
759 struct draw_stage *stage; local
765 stage = draw_vbuf_stage(i915->draw, render);
766 if(!stage) {
773 return stage;

Completed in 1910 milliseconds

1 2 3 4 5 67 8 91011>>