Home
last modified time | relevance | path

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

/external/skqp/src/gpu/gl/
DGrGLVertexArray.cpp85 GrSLType gpuType, in set() argument
94 array->fGPUType != gpuType || in set()
100 if (GrSLTypeIsFloatType(gpuType)) { in set()
118 array->fGPUType = gpuType; in set()
DGrGLVertexArray.h44 GrSLType gpuType,
/external/skia/src/gpu/gl/
DGrGLVertexArray.cpp86 GrSLType gpuType, in set() argument
111 array->fGPUType != gpuType || in set()
119 if (GrSLTypeIsFloatType(gpuType)) { in set()
136 array->fGPUType = gpuType; in set()
DGrGLVertexArray.h44 GrSLType gpuType,
/external/skqp/src/gpu/
DGrPrimitiveProcessor.h58 GrSLType gpuType) in Attribute() argument
59 : fName(name), fCPUType(cpuType), fGPUType(gpuType) {} in Attribute()
68 constexpr GrSLType gpuType() const { return fGPUType; } in gpuType() function
198 b->add32(attrs[i].isInitialized() ? (attrs[i].cpuType() << 16) | attrs[i].gpuType() in getAttributeKey()
/external/skia/src/gpu/
DGrPrimitiveProcessor.h58 GrSLType gpuType) in Attribute() argument
59 : fName(name), fCPUType(cpuType), fGPUType(gpuType) {} in Attribute()
68 constexpr GrSLType gpuType() const { return fGPUType; } in gpuType() function
198 b->add32(attrs[i].isInitialized() ? (attrs[i].cpuType() << 16) | attrs[i].gpuType() in getAttributeKey()
/external/skqp/src/gpu/glsl/
DGrGLSLVarying.cpp17 GrGLSLVarying v(input.gpuType()); in addPassThroughAttribute()
/external/skia/src/gpu/glsl/
DGrGLSLVarying.cpp17 GrGLSLVarying v(input.gpuType()); in addPassThroughAttribute()
/external/skqp/src/gpu/gl/builders/
DGrGLProgramBuilder.cpp144 fAttributes[i].fGPUType = a.gpuType(); in computeCountsAndStrides()
/external/skia/src/gpu/gl/builders/
DGrGLProgramBuilder.cpp144 fAttributes[i].fGPUType = a.gpuType(); in computeCountsAndStrides()
/external/skqp/src/gpu/ops/
DGrQuadPerEdgeAA.cpp623 GrGLSLVarying v(gp.fLocalCoord.gpuType()); in createGLSLInstance()
/external/skia/src/gpu/ops/
DGrQuadPerEdgeAA.cpp911 GrGLSLVarying v(gp.fLocalCoord.gpuType()); in createGLSLInstance()