Searched refs:fGPUType (Results 1 – 12 of 12) sorted by relevance
/external/skia/src/gpu/ |
D | GrGeometryProcessor.h | 57 : fName(name), fCPUType(cpuType), fGPUType(gpuType) { in Attribute() 64 constexpr bool isInitialized() const { return fGPUType != kVoid_GrSLType; } in isInitialized() 68 constexpr GrSLType gpuType() const { return fGPUType; } in gpuType() 74 return {fName, fGPUType, GrShaderVar::TypeModifier::In}; in asShaderVar() 80 GrSLType fGPUType = kVoid_GrSLType; variable
|
/external/skqp/src/gpu/ |
D | GrPrimitiveProcessor.h | 59 : fName(name), fCPUType(cpuType), fGPUType(gpuType) {} in Attribute() 68 constexpr GrSLType gpuType() const { return fGPUType; } in gpuType() 74 return {fName, fGPUType, GrShaderVar::kIn_TypeModifier}; in asShaderVar() 80 GrSLType fGPUType = kFloat_GrSLType; variable
|
/external/skqp/src/gpu/gl/ |
D | GrGLVertexArray.cpp | 94 array->fGPUType != gpuType || in set() 118 array->fGPUType = gpuType; in set()
|
D | GrGLVertexArray.h | 82 GrSLType fGPUType; member
|
D | GrGLProgram.h | 37 GrSLType fGPUType; member
|
D | GrGLGpu.cpp | 2091 attribState->set(this, attrib.fLocation, vertexBuffer, attrib.fCPUType, attrib.fGPUType, in setupGeometry() 2104 attrib.fGPUType, instanceStride, bufferOffset + attrib.fOffset, in setupGeometry()
|
/external/skia/src/gpu/gl/ |
D | GrGLVertexArray.cpp | 108 array->fGPUType != gpuType || in set() 133 array->fGPUType = gpuType; in set()
|
D | GrGLVertexArray.h | 84 GrSLType fGPUType; member
|
D | GrGLProgram.h | 40 GrSLType fGPUType; member
|
D | GrGLOpsRenderPass.cpp | 142 attrib.fGPUType, instanceStride, bufferOffset + attrib.fOffset, in bindInstanceBuffer() 160 attrib.fGPUType, vertexStride, bufferOffset + attrib.fOffset, in bindVertexBuffer()
|
/external/skqp/src/gpu/gl/builders/ |
D | GrGLProgramBuilder.cpp | 144 fAttributes[i].fGPUType = a.gpuType(); in computeCountsAndStrides()
|
/external/skia/src/gpu/gl/builders/ |
D | GrGLProgramBuilder.cpp | 128 fAttributes[i].fGPUType = a.gpuType(); in computeCountsAndStrides()
|