Home
last modified time | relevance | path

Searched defs:gpuType (Results 1 – 5 of 5) sorted by relevance

/external/skqp/src/gpu/
DGrPrimitiveProcessor.h58 GrSLType gpuType) in Attribute()
68 constexpr GrSLType gpuType() const { return fGPUType; } in gpuType() function
/external/skia/src/gpu/
DGrPrimitiveProcessor.h57 GrSLType gpuType) in Attribute()
67 constexpr GrSLType gpuType() const { return fGPUType; } in gpuType() function
/external/skqp/src/gpu/gl/
DGrGLVertexArray.cpp85 GrSLType gpuType, in set()
/external/skia/src/gpu/gl/
DGrGLVertexArray.cpp89 GrSLType gpuType, in set()
/external/skia/src/core/
DSkRuntimeEffect.cpp115 #define SET_TYPES(cpuType, gpuType) do { v.fType = cpuType; v.fGPUType = gpuType;} while (false) in Make() argument
117 #define SET_TYPES(cpuType, gpuType) do { v.fType = cpuType; } while (false) in Make() argument