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

  /external/skia/src/gpu/glsl/
GrGLSLVarying.h 19 class GrGLSLVarying {
27 GrGLSLVarying() = default;
28 GrGLSLVarying(GrSLType type, Scope scope = Scope::kVertToFrag) : fType(type), fScope(scope) {}
31 *this = GrGLSLVarying();
96 void addVarying(const char* name, GrGLSLVarying* varying,
  /external/skqp/src/gpu/glsl/
GrGLSLVarying.h 19 class GrGLSLVarying {
27 GrGLSLVarying() = default;
28 GrGLSLVarying(GrSLType type, Scope scope = Scope::kVertToFrag) : fType(type), fScope(scope) {}
31 *this = GrGLSLVarying();
90 void addVarying(const char* name, GrGLSLVarying* varying) {
101 void addFlatVarying(const char* name, GrGLSLVarying* varying) {
151 void internalAddVarying(const char* name, GrGLSLVarying*, bool flat);
153 const GrGLSLVarying&);

Completed in 72 milliseconds