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

  /external/skia/src/gpu/glsl/
GrGLSLXferProcessor.h 42 , fShaderCaps(caps)
52 const GrShaderCaps* fShaderCaps;
GrGLSLPrimitiveProcessor.h 88 , fShaderCaps(caps)
102 const GrShaderCaps* fShaderCaps;
GrGLSLFragmentProcessor.h 122 , fShaderCaps(caps)
132 const GrShaderCaps* fShaderCaps;
  /external/skia/include/gpu/
GrCaps.h 28 const GrShaderCaps* shaderCaps() const { return fShaderCaps.get(); }
184 sk_sp<GrShaderCaps> fShaderCaps;

Completed in 143 milliseconds