Searched refs:fScope (Results 1 - 3 of 3) sorted by relevance

/external/skia/src/gpu/glsl/
H A DGrGLSLVarying.h28 GrGLSLVarying(GrSLType type, Scope scope = Scope::kVertToFrag) : fType(type), fScope(scope) {}
33 fScope = scope;
37 Scope scope() const { return fScope; }
38 bool isInVertexShader() const { return Scope::kGeoToFrag != fScope; }
39 bool isInFragmentShader() const { return Scope::kVertToGeo != fScope; }
48 Scope fScope = Scope::kVertToFrag; member in class:GrGLSLVarying
/external/skqp/src/gpu/glsl/
H A DGrGLSLVarying.h28 GrGLSLVarying(GrSLType type, Scope scope = Scope::kVertToFrag) : fType(type), fScope(scope) {}
33 fScope = scope;
37 Scope scope() const { return fScope; }
38 bool isInVertexShader() const { return Scope::kGeoToFrag != fScope; }
39 bool isInFragmentShader() const { return Scope::kVertToGeo != fScope; }
48 Scope fScope = Scope::kVertToFrag; member in class:GrGLSLVarying
/external/v8/src/inspector/build/closure-compiler/
H A Dclosure-compiler.jarMETA-INF/MANIFEST.MF META-INF/ com/ com/google/ com/google/debugging/ com/google/debugging/sourcemap/ ...

Completed in 87 milliseconds