OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:hasMultipleViewMatrices
(Results
1 - 2
of
2
) sorted by null
/external/skia/src/gpu/ops/
GrDrawVerticesOp.cpp
111
if (this->anyMeshHasExplicitLocalCoords() || this->
hasMultipleViewMatrices
()) {
132
const SkMatrix& vm = this->
hasMultipleViewMatrices
() ? SkMatrix::I() : fMeshes[0].fViewMatrix;
186
bool fastMesh = (!this->
hasMultipleViewMatrices
() ||
197
if (this->
hasMultipleViewMatrices
()) {
212
if (this->
hasMultipleViewMatrices
()) {
280
if (!this->
hasMultipleViewMatrices
() &&
GrDrawVerticesOp.h
121
bool
hasMultipleViewMatrices
() const {
Completed in 92 milliseconds