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

  /external/skia/src/gpu/
GrDrawTargetCaps.h 17 class GrShaderCaps : public SkRefCnt {
19 SK_DECLARE_INST_COUNT(GrShaderCaps)
55 GrShaderCaps() {
58 virtual ~GrShaderCaps() {}
59 GrShaderCaps(const GrShaderCaps& other) : INHERITED() {
62 GrShaderCaps& operator= (const GrShaderCaps&);
125 GrShaderCaps* shaderCaps() const { return fShaderCaps; }
205 SkAutoTUnref<GrShaderCaps> fShaderCaps
    [all...]
GrCoordTransform.cpp 30 const GrShaderCaps* caps = texture->getContext()->getGpu()->caps()->shaderCaps();
33 const GrShaderCaps::PrecisionInfo* info;
GrDrawTarget.cpp 535 void GrShaderCaps::reset() {
545 GrShaderCaps& GrShaderCaps::operator=(const GrShaderCaps& other) {
585 SkString GrShaderCaps::dump() const {
  /external/skia/src/gpu/gl/
GrGLCaps.h 378 class GrGLSLCaps : public GrShaderCaps {
460 typedef GrShaderCaps INHERITED;
GrGLCaps.cpp     [all...]
  /external/skia/include/gpu/
GrXferProcessor.h 17 class GrShaderCaps;

Completed in 419 milliseconds