Home
last modified time | relevance | path

Searched refs:fBoneWeights (Results 1 – 5 of 5) sorted by relevance

/external/skia/include/core/
DSkVertices.h225 const BoneWeights* boneWeights() const { return fBoneWeights; } in boneWeights()
268 BoneWeights* fBoneWeights; variable
/external/skqp/include/core/
DSkVertices.h225 const BoneWeights* boneWeights() const { return fBoneWeights; } in boneWeights()
268 BoneWeights* fBoneWeights; variable
/external/skia/src/core/
DSkVertices.cpp129 fVertices->fBoneWeights = sizes.fBWSize ? (BoneWeights*) ptr : nullptr; ptr += sizes.fBWSize; in init()
370 writer.write(fBoneWeights, sizes.fBWSize); in encode()
/external/skqp/src/core/
DSkVertices.cpp129 fVertices->fBoneWeights = sizes.fBWSize ? (BoneWeights*) ptr : nullptr; ptr += sizes.fBWSize; in init()
370 writer.write(fBoneWeights, sizes.fBWSize); in encode()
/external/swiftshader/third_party/PowerVR_SDK/Tools/
DPVRTModelPOD.cpp4235 float fBoneIdx[4], fBoneWeights[4]; local
4251 …PVRTVertexRead((PVRTVECTOR4f*) &fBoneWeights[0], inMesh.sBoneWeight.pData + (idx * inMesh.sBoneWei…
4253 …ODData(inMesh.sVertex, outMesh.sVertex, idx, pPalette, &fBoneIdx[0], &fBoneWeights[0], inMesh.sBon…
4254 …esh.sNormals, outMesh.sNormals, idx, pPaletteInvTrans, &fBoneIdx[0], &fBoneWeights[0], inMesh.sBon…
4255 …h.sTangents, outMesh.sTangents, idx, pPaletteInvTrans, &fBoneIdx[0], &fBoneWeights[0], inMesh.sBon…
4256 …sBinormals, outMesh.sBinormals, idx, pPaletteInvTrans, &fBoneIdx[0], &fBoneWeights[0], inMesh.sBon…
4277 …PVRTVertexRead((PVRTVECTOR4f*) &fBoneWeights[0], inMesh.sBoneWeight.pData + (idx * inMesh.sBoneWei…
4279 …ODData(inMesh.sVertex, outMesh.sVertex, idx, pPalette, &fBoneIdx[0], &fBoneWeights[0], inMesh.sBon…
4280 …esh.sNormals, outMesh.sNormals, idx, pPaletteInvTrans, &fBoneIdx[0], &fBoneWeights[0], inMesh.sBon…
4281 …h.sTangents, outMesh.sTangents, idx, pPaletteInvTrans, &fBoneIdx[0], &fBoneWeights[0], inMesh.sBon…
[all …]