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

  /external/skia/src/gpu/gl/
GrGLVertexArray.h 84 GrSLType fGPUType;
GrGLProgram.h 37 GrSLType fGPUType;
  /external/skqp/src/gpu/gl/
GrGLVertexArray.h 82 GrSLType fGPUType;
GrGLProgram.h 37 GrSLType fGPUType;
  /external/skia/src/gpu/
GrPrimitiveProcessor.h 59 : fName(name), fCPUType(cpuType), fGPUType(gpuType) {}
68 constexpr GrSLType gpuType() const { return fGPUType; }
74 return {fName, fGPUType, GrShaderVar::kIn_TypeModifier};
80 GrSLType fGPUType = kFloat_GrSLType;
  /external/skqp/src/gpu/
GrPrimitiveProcessor.h 59 : fName(name), fCPUType(cpuType), fGPUType(gpuType) {}
68 constexpr GrSLType gpuType() const { return fGPUType; }
74 return {fName, fGPUType, GrShaderVar::kIn_TypeModifier};
80 GrSLType fGPUType = kFloat_GrSLType;

Completed in 3844 milliseconds