Home
last modified time | relevance | path

Searched defs:vecLength (Results 1 – 2 of 2) sorted by relevance

/external/skia/tests/graphite/
DUniformManagerTest.cpp77 int vecLength = SkSLTypeVecLength(type); in DEF_GRAPHITE_TEST() local
119 int vecLength = SkSLTypeVecLength(type); in DEF_GRAPHITE_TEST() local
136 int vecLength = SkSLTypeVecLength(type); in DEF_GRAPHITE_TEST() local
/external/flatbuffers/ts/flexbuffers/
Dbuilder.ts190 const vecLength = this.stack.length - stackPointer.stackPosition; constant
204 const vecLength = (this.stack.length - stackPointer.stackPosition) >> 1; constant