Searched defs:stage (Results 1 - 17 of 17) sorted by relevance

/external/skia/gpu/src/
H A DGrGpuGLFixed.h41 const GrMatrix& getHWSamplerMatrix(int stage) const {
42 return fHWDrawState.fSamplerStates[stage].getMatrix();
44 void recordHWSamplerMatrix(int stage, const GrMatrix& matrix) { argument
45 fHWDrawState.fSamplerStates[stage].setMatrix(matrix);
H A DGrDrawTarget.cpp25 // one stage
27 int stage_mask_recur(int stage) { argument
28 return GrDrawTarget::StageTexCoordVertexLayoutBit(stage, N) |
29 stage_mask_recur<N+1>(stage);
34 // mask of all tex coord indices for one stage
35 int stage_tex_coord_mask(int stage) { argument
36 return stage_mask_recur<0>(stage);
39 // mask of all bits relevant to one stage
40 int stage_mask(int stage) { argument
41 return stage_tex_coord_mask(stage) |
92 VertexStageCoordOffset(int stage, GrVertexLayout vertexLayout) argument
190 VertexUsesStage(int stage, GrVertexLayout vertexLayout) argument
[all...]
H A DGrGLProgram.h84 static int TextureMatrixAttributeIdx(int stage) { argument
85 return 5 + GrDrawTarget::kMaxTexCoords + 3 * stage;
H A DGrGpuGLShaders.cpp213 // enable the stage?
275 const GrMatrix& GrGpuGLShaders::getHWSamplerMatrix(int stage) { argument
279 fProgramData->fUniLocations.fStages[stage].fTextureMatrixUni) {
280 return fHWDrawState.fSamplerStates[stage].getMatrix();
282 return fProgramData->fTextureMatrices[stage];
286 void GrGpuGLShaders::recordHWSamplerMatrix(int stage, const GrMatrix& matrix) { argument
289 fProgramData->fUniLocations.fStages[stage].fTextureMatrixUni) {
290 fHWDrawState.fSamplerStates[stage].setMatrix(matrix);
292 fProgramData->fTextureMatrices[stage] = matrix;
738 GrGLProgram::ProgramDesc::StageDesc& stage local
[all...]
H A DGrGLProgram.cpp105 static void tex_matrix_name(int stage, GrStringBuilder* s) { argument
111 s->appendS32(stage);
114 static void normalized_texel_size_name(int stage, GrStringBuilder* s) { argument
116 s->appendS32(stage);
119 static void sampler_name(int stage, GrStringBuilder* s) { argument
121 s->appendS32(stage);
124 static void stage_varying_name(int stage, GrStringBuilder* s) { argument
126 s->appendS32(stage);
129 static void radial2_param_name(int stage, GrStringBuilder* s) { argument
131 s->appendS32(stage);
134 radial2_varying_name(int stage, GrStringBuilder* s) argument
139 tex_domain_name(int stage, GrStringBuilder* s) argument
[all...]
/external/llvm/lib/Target/CellSPU/
H A DSPUNopFiller.cpp140 const InstrStage *stage = IID->beginStage(sc); local
141 unsigned FUs = stage->getUnits();
/external/tagsoup/src/org/ccil/cowan/tagsoup/
H A DScanHandler.java106 public void stage(char[] buff, int offset, int length) throws SAXException; method in interface:ScanHandler
H A DPYXWriter.java137 public void stage(char[] buff, int offset, int length) throws SAXException { method in class:PYXWriter
H A DParser.java1023 public void stage(char[] buff, int offset, int length) throws SAXException { method in class:Parser
/external/chromium/chrome/browser/ui/toolbar/
H A Dwrench_menu_model.cc280 UpgradeDetector::UpgradeNotificationAnnoyanceLevel stage = local
282 switch (stage) {
/external/skia/gpu/include/
H A DGrDrawTarget.h39 * Number of texture stages. Each stage takes as input a color and
40 * 2D texture coordinates. The color input to the first enabled stage is the
43 * color from the previous enabled stage. The output color of each stage is
46 * coordinates for each stage come from the vertices based on a
48 * the last enabled stage. The presence or absence of texture coordinates
49 * for each stage in the vertex layout indicates whether a stage is enabled
222 * @param stage The texture stage fo
271 preConcatSamplerMatrix(int stage, const GrMatrix& matrix) argument
304 setSamplerMatrix(int stage, const GrMatrix& matrix) argument
541 StageTexCoordVertexLayoutBit(int stage, int texCoordIdx) argument
[all...]
/external/opencv/cv/src/
H A Dcvcorner.cpp223 int stage = CV_START; local
323 stage = stage & CV_START ? CV_START + CV_END : CV_END;
324 dx_filter.process( src, Dx, cvRect(0,y,-1,delta), cvPoint(0,0), stage );
326 cvPoint(0,0), stage );
387 stage = stage & CV_START ? CV_START + CV_END : CV_END;
390 cvRect(0,0,-1,stripe_size.height),cvPoint(0,0),stage+CV_ISOLATED_ROI);
406 stage = CV_MIDDLE;
519 int stage local
[all...]
H A Dcvhaar.cpp219 sprintf( errorstr, "header of the stage classifier #%d is invalid "
251 "the stage classifier #%d is not inside "
1546 const char* stage = input_cascade[i]; local
1553 sscanf( stage, "%d%n", &count, &dl );
1554 stage += dl;
1567 sscanf( stage, "%d%n", &classifier->count, &dl );
1568 stage += dl;
1583 sscanf( stage, "%d%n", &rects, &dl );
1584 stage += dl;
1592 sscanf( stage, "
[all...]
/external/qemu/
H A Darch_init.c252 int ram_save_live(QEMUFile *f, int stage, void *opaque) argument
259 if (stage < 0) {
269 if (stage == 1) {
322 if (stage == 3) {
336 return (stage == 2) && (expected_time <= migrate_max_downtime());
/external/netcat/
H A Dnetcat.c160 unsigned char * stage = NULL; /* hexdump line buffer */ variable
1007 int soc; /* stage write count */
1019 op = stage;
1031 stage[59] = '#'; /* preload separator */
1032 stage[60] = ' ';
1040 op = &stage[x];
1052 sprintf (&stage[2], "%8.8x ", obc); /* xxx: still slow? */
1054 op = &stage[11]; /* where hex starts */
1055 a = &stage[61]; /* where ascii starts */
1075 x = write (ofd, stage, so
[all...]
/external/quake/quake/src/QW/client/
H A Dgl_warp.c802 void ClipSkyPolygon (int nump, vec3_t vecs, int stage) argument
816 if (stage == 6)
823 norm = skyclip[stage];
844 ClipSkyPolygon (nump, vecs, stage+1);
889 ClipSkyPolygon (newc[0], newv[0][0], stage+1);
890 ClipSkyPolygon (newc[1], newv[1][0], stage+1);
/external/quake/quake/src/WinQuake/
H A Dgl_warp.cpp851 void ClipSkyPolygon (int nump, vec3_t vecs, int stage) argument
865 if (stage == 6)
872 norm = skyclip[stage];
893 ClipSkyPolygon (nump, vecs, stage+1);
938 ClipSkyPolygon (newc[0], newv[0][0], stage+1);
939 ClipSkyPolygon (newc[1], newv[1][0], stage+1);

Completed in 405 milliseconds