Searched defs:fPositionVar (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/skia/src/gpu/gl/
H A DGrGLShaderBuilder.h449 const GrGLShaderVar& positionAttribute() const { return *fPositionVar; }
459 bool hasExplicitLocalCoords() const { return (fLocalCoordsVar != fPositionVar); }
495 GrGLShaderVar* fPositionVar; member in class:GrGLFullShaderBuilder
/external/skia/src/gpu/gl/
H A DGrGLShaderBuilder.h449 const GrGLShaderVar& positionAttribute() const { return *fPositionVar; }
459 bool hasExplicitLocalCoords() const { return (fLocalCoordsVar != fPositionVar); }
495 GrGLShaderVar* fPositionVar; member in class:GrGLFullShaderBuilder

Completed in 99 milliseconds