Home
last modified time | relevance | path

Searched refs:fCPUType (Results 1 – 12 of 12) sorted by relevance

/external/skqp/src/gpu/
DGrPrimitiveProcessor.h59 : fName(name), fCPUType(cpuType), fGPUType(gpuType) {} in Attribute()
67 constexpr GrVertexAttribType cpuType() const { return fCPUType; } in cpuType()
79 GrVertexAttribType fCPUType = kFloat_GrVertexAttribType; variable
366 return GrVertexAttribTypeSize(fCPUType); in size()
/external/skia/src/gpu/
DGrPrimitiveProcessor.h59 : fName(name), fCPUType(cpuType), fGPUType(gpuType) {} in Attribute()
67 constexpr GrVertexAttribType cpuType() const { return fCPUType; } in cpuType()
79 GrVertexAttribType fCPUType = kFloat_GrVertexAttribType; variable
366 return GrVertexAttribTypeSize(fCPUType); in size()
/external/skqp/src/gpu/gl/
DGrGLVertexArray.cpp93 array->fCPUType != cpuType || in set()
117 array->fCPUType = cpuType; in set()
DGrGLVertexArray.h81 GrVertexAttribType fCPUType; member
DGrGLProgram.h36 GrVertexAttribType fCPUType; member
DGrGLGpu.cpp2091 attribState->set(this, attrib.fLocation, vertexBuffer, attrib.fCPUType, attrib.fGPUType, in setupGeometry()
2103 attribState->set(this, attrib.fLocation, instanceBuffer, attrib.fCPUType, in setupGeometry()
/external/skia/src/gpu/gl/
DGrGLVertexArray.cpp110 array->fCPUType != cpuType || in set()
135 array->fCPUType = cpuType; in set()
DGrGLVertexArray.h83 GrVertexAttribType fCPUType; member
DGrGLProgram.h36 GrVertexAttribType fCPUType; member
DGrGLGpu.cpp2122 attribState->set(this, attrib.fLocation, vertexBuffer, attrib.fCPUType, attrib.fGPUType, in setupGeometry()
2135 attribState->set(this, attrib.fLocation, instanceBuffer, attrib.fCPUType, in setupGeometry()
/external/skqp/src/gpu/gl/builders/
DGrGLProgramBuilder.cpp143 fAttributes[i].fCPUType = a.cpuType(); in computeCountsAndStrides()
/external/skia/src/gpu/gl/builders/
DGrGLProgramBuilder.cpp143 fAttributes[i].fCPUType = a.cpuType(); in computeCountsAndStrides()