HomeSort by relevance Sort by last modified time
    Searched defs:stages (Results 1 - 7 of 7) sorted by null

  /external/skia/tests/
GLProgramsTest.cpp 109 GrEffectStage stages[GrDrawState::kNumStages]; local
128 stages[s].setEffect(effect.get());
129 if (NULL != stages[s].getEffect()) {
131 (*stages[s].getEffect())->getFactory().glEffectKey(stages[s],
138 stagePtrs[s] = &stages[s];
  /external/libvorbis/lib/
mdct.c 322 int stages=init->log2n-5; local
325 if(--stages>0){
329 for(i=1;--stages>0;i++){
res0.c 45 int stages; member in struct:__anon10865
132 for(k=0;k<look->stages;k++)
286 int stages=ilog(info->secondstages[j]); local
287 if(stages){
288 if(stages>maxstage)maxstage=stages;
289 look->partbooks[j]=_ogg_calloc(stages,sizeof(*look->partbooks[j]));
290 for(k=0;k<stages;k++)
305 look->stages=maxstage;
576 for(s=0;s<look->stages;s++)
    [all...]
  /external/tremolo/Tremolo/
mdct.c 230 int stages=7-shift; local
233 for(i=0;--stages>=0;i++){
codec_internal.h 144 char stages; member in struct:vorbis_info_residue
  /external/skia/src/gpu/gl/
GrGpuGL_program.cpp 36 const GrEffectStage* stages[]) {
42 newEntry.fProgram.reset(GrGLProgram::Create(fGL, desc, stages));
274 const GrEffectStage* stages[GrDrawState::kNumStages]; local
276 stages[i] = drawState.isStageEnabled(i) ? &drawState.getStage(i) : NULL;
281 fCurrentProgram.reset(fProgramCache->getProgram(desc, stages));
572 // coverage stages or the distinction between coverage and color is immaterial.
  /external/webrtc/src/modules/audio_processing/ns/
nsx_core.h 42 int stages; member in struct:NsxInst_t_

Completed in 615 milliseconds