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

  /external/skia/src/gpu/glsl/
GrGLSLXferProcessor.h 41 , fShaderCaps(caps)
51 const GrShaderCaps* fShaderCaps;
GrGLSLPrimitiveProcessor.h 86 , fShaderCaps(caps)
99 const GrShaderCaps* fShaderCaps;
GrGLSLFragmentProcessor.h 115 , fShaderCaps(caps)
124 const GrShaderCaps* fShaderCaps;
  /external/skqp/src/gpu/glsl/
GrGLSLXferProcessor.h 41 , fShaderCaps(caps)
51 const GrShaderCaps* fShaderCaps;
GrGLSLPrimitiveProcessor.h 86 , fShaderCaps(caps)
99 const GrShaderCaps* fShaderCaps;
GrGLSLFragmentProcessor.h 115 , fShaderCaps(caps)
124 const GrShaderCaps* fShaderCaps;
  /external/skia/include/gpu/
GrCaps.h 35 const GrShaderCaps* shaderCaps() const { return fShaderCaps.get(); }
258 sk_sp<GrShaderCaps> fShaderCaps;
  /external/skqp/include/gpu/
GrCaps.h 33 const GrShaderCaps* shaderCaps() const { return fShaderCaps.get(); }
199 sk_sp<GrShaderCaps> fShaderCaps;

Completed in 95 milliseconds