Searched refs:setIndexSourceToArray (Results 1 - 6 of 6) sorted by relevance

/external/chromium_org/third_party/skia/src/gpu/
H A DGrDrawTarget.h220 void setIndexSourceToArray(const void* indexArray, int indexCount);
252 * be able to free up temporary storage allocated by setIndexSourceToArray
H A DGrDrawTarget.cpp286 void GrDrawTarget::setIndexSourceToArray(const void* indexArray, function in class:GrDrawTarget
H A DGrContext.cpp1025 target->setIndexSourceToArray(indices, indexCount);
/external/skia/src/gpu/
H A DGrDrawTarget.h240 void setIndexSourceToArray(const void* indexArray, int indexCount);
272 * be able to free up temporary storage allocated by setIndexSourceToArray
H A DGrDrawTarget.cpp285 void GrDrawTarget::setIndexSourceToArray(const void* indexArray, function in class:GrDrawTarget
H A DGrContext.cpp1010 target->setIndexSourceToArray(indices, indexCount);

Completed in 96 milliseconds