Home
last modified time | relevance | path

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

/external/skqp/src/gpu/
DGrPrimitiveProcessor.h57 GrVertexAttribType cpuType, in Attribute()
67 constexpr GrVertexAttribType cpuType() const { return fCPUType; } in cpuType() function
/external/skia/src/gpu/
DGrPrimitiveProcessor.h56 GrVertexAttribType cpuType, in Attribute()
66 constexpr GrVertexAttribType cpuType() const { return fCPUType; } in cpuType() function
/external/skqp/src/gpu/gl/
DGrGLVertexArray.cpp84 GrVertexAttribType cpuType, in set()
/external/skia/src/gpu/gl/
DGrGLVertexArray.cpp88 GrVertexAttribType cpuType, 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