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

  /external/skia/include/gpu/
GrEffectStage.h 25 fCoordChangeMatrixSet = false;
41 fCoordChangeMatrixSet = other.fCoordChangeMatrixSet;
42 if (other.fCoordChangeMatrixSet) {
58 if (fCoordChangeMatrixSet != other.fCoordChangeMatrixSet) {
62 if (!fCoordChangeMatrixSet) {
78 if (fCoordChangeMatrixSet) {
81 fCoordChangeMatrixSet = true;
88 bool fCoordChangeMatrixSet;
    [all...]
  /external/chromium_org/third_party/skia/include/gpu/
GrProcessorStage.h 31 fCoordChangeMatrixSet = false;
35 fCoordChangeMatrixSet = other.fCoordChangeMatrixSet;
36 if (other.fCoordChangeMatrixSet) {
57 if (a.fCoordChangeMatrixSet != b.fCoordChangeMatrixSet) {
61 if (!a.fCoordChangeMatrixSet) {
75 if (fCoordChangeMatrixSet) {
78 fCoordChangeMatrixSet = true;
87 bool fCoordChangeMatrixSet;
    [all...]

Completed in 58 milliseconds