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

  /external/skia/src/gpu/gl/builders/
GrGLProgramBuilder.cpp 33 const GrPrimitiveProcessor& primProc,
41 GrGLProgramBuilder builder(gpu, pipeline, primProc, desc);
60 const GrPrimitiveProcessor& primProc,
62 : INHERITED(pipeline, primProc, desc)
128 const GrPrimitiveProcessor& primProc = this->primitiveProcessor();
129 bool useNvpr = primProc.isPathRendering();
131 int vaCount = primProc.numAttribs();
133 GL_CALL(BindAttribLocation(programID, i, primProc.getAttrib(i).fName));
137 if (primProc.willUseGeoShader() &&
  /external/skia/src/gpu/glsl/
GrGLSLProgramBuilder.cpp 22 const GrPrimitiveProcessor& primProc,
29 , fPrimProc(primProc)
60 const GrPrimitiveProcessor& primProc = this->primitiveProcessor();
62 this->emitAndInstallPrimProc(primProc, inputColor, inputCoverage);

Completed in 111 milliseconds