Home
last modified time | relevance | path

Searched refs:getVertexAttribs (Results 1 – 4 of 4) sorted by relevance

/external/skia/src/gpu/gl/
DGrGpuGL_program.cpp347 const GrVertexAttrib* vertexArray = this->getDrawState().getVertexAttribs() + posIdx; in setupGeometry()
361 const GrVertexAttrib* vertexAttrib = this->getDrawState().getVertexAttribs(); in setupGeometry()
/external/chromium_org/third_party/skia/src/gpu/gl/
DGrGpuGL_program.cpp347 const GrVertexAttrib* vertexArray = this->getDrawState().getVertexAttribs() + posIdx; in setupGeometry()
361 const GrVertexAttrib* vertexAttrib = this->getDrawState().getVertexAttribs(); in setupGeometry()
/external/skia/src/gpu/
DGrDrawState.h107 const GrVertexAttrib* getVertexAttribs() const { return fCommon.fVAPtr; } in getVertexAttribs() function
/external/chromium_org/third_party/skia/src/gpu/
DGrDrawState.h107 const GrVertexAttrib* getVertexAttribs() const { return fCommon.fVAPtr; } in getVertexAttribs() function