HomeSort by relevance Sort by last modified time
    Searched refs:getVertexLayout (Results 1 - 5 of 5) sorted by null

  /external/skia/src/gpu/gl/
GrGpuGL_program.cpp 168 if (this->getVertexLayout() & GrDrawState::kColor_VertexLayoutBit) {
217 if (this->getVertexLayout() & GrDrawState::kCoverage_VertexLayoutBit) {
350 GrVertexLayout currLayout = this->getVertexLayout();
489 desc->fVertexLayout = this->getVertexLayout();
  /external/skia/src/gpu/
GrInOrderDrawBuffer.cpp 315 draw->fVertexLayout = this->getVertexLayout();
649 fVertexPool.appendVertices(GrDrawState::VertexSize(this->getVertexLayout()),
GrDrawTarget.h 729 GrVertexLayout getVertexLayout() const {
    [all...]
GrGpu.cpp 493 fVertexPool->appendVertices(GrDrawState::VertexSize(this->getVertexLayout()),
GrDrawTarget.cpp 497 layout = this->getVertexLayout();

Completed in 71 milliseconds