Searched refs:fCPUType (Results 1 – 12 of 12) sorted by relevance
/external/skqp/src/gpu/ |
D | GrPrimitiveProcessor.h | 59 : 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/ |
D | GrPrimitiveProcessor.h | 59 : 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/ |
D | GrGLVertexArray.cpp | 93 array->fCPUType != cpuType || in set() 117 array->fCPUType = cpuType; in set()
|
D | GrGLVertexArray.h | 81 GrVertexAttribType fCPUType; member
|
D | GrGLProgram.h | 36 GrVertexAttribType fCPUType; member
|
D | GrGLGpu.cpp | 2091 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/ |
D | GrGLVertexArray.cpp | 110 array->fCPUType != cpuType || in set() 135 array->fCPUType = cpuType; in set()
|
D | GrGLVertexArray.h | 83 GrVertexAttribType fCPUType; member
|
D | GrGLProgram.h | 36 GrVertexAttribType fCPUType; member
|
D | GrGLGpu.cpp | 2122 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/ |
D | GrGLProgramBuilder.cpp | 143 fAttributes[i].fCPUType = a.cpuType(); in computeCountsAndStrides()
|
/external/skia/src/gpu/gl/builders/ |
D | GrGLProgramBuilder.cpp | 143 fAttributes[i].fCPUType = a.cpuType(); in computeCountsAndStrides()
|