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,
46 pipeline, primProc, primProcProxies, desc);
68 const GrPrimitiveProcessor& primProc,
71 : INHERITED(renderTarget, origin, primProc, primProcProxies, pipeline, desc)
136 const GrPrimitiveProcessor& primProc,
138 fVertexAttributeCnt = primProc.numVertexAttributes();
139 fInstanceAttributeCnt = primProc.numInstanceAttributes();
154 for (const auto& attr : primProc.vertexAttributes()) {
157 SkASSERT(fVertexStride == primProc.vertexStride());
159 for (const auto& attr : primProc.instanceAttributes())
    [all...]
  /external/skqp/src/gpu/gl/builders/
GrGLProgramBuilder.cpp 33 const GrPrimitiveProcessor& primProc,
46 pipeline, primProc, primProcProxies, desc);
68 const GrPrimitiveProcessor& primProc,
71 : INHERITED(renderTarget, origin, primProc, primProcProxies, pipeline, desc)
136 const GrPrimitiveProcessor& primProc,
138 fVertexAttributeCnt = primProc.numVertexAttributes();
139 fInstanceAttributeCnt = primProc.numInstanceAttributes();
154 for (const auto& attr : primProc.vertexAttributes()) {
157 SkASSERT(fVertexStride == primProc.vertexStride());
159 for (const auto& attr : primProc.instanceAttributes())
    [all...]

Completed in 130 milliseconds