Searched refs:vectorSize (Results 1 - 13 of 13) sorted by relevance

/frameworks/rs/script_api/
H A DGenerateStubsWhiteList.cpp96 list<string> expandTypedefs(const string type, unsigned int apiLevel, int intSize, string& vectorSize) { argument
118 istringstream vectorSizeBuf(vectorSize);
127 vectorSize = newVectorSize;
196 static bool mangleType(string vectorSize, list<string>* tokens, vector<string>* previousManglings, argument
209 } else if (vectorSize != "1" && vectorSize != "") {
211 delta = "Dv" + vectorSize + "_";
212 vectorSize.clear(); // Reset to mark the size as consumed.
259 if (!mangleType(vectorSize, tokens, previousManglings, &rest, &compressedRest)) {
306 string vectorSize local
[all...]
H A DGenerateTestFiles.cpp29 static void convertToRsType(const string& name, string* dataType, char* vectorSize) { argument
35 *vectorSize = lastChar;
37 *vectorSize = '1';
109 char vectorSize,
113 char vectorSize,
319 char vectorSize; local
320 convertToRsType(param.rsType, &dataType, &vectorSize);
326 writeJavaRandomCompatibleFloatAllocation(dataType, seed, vectorSize,
330 writeJavaRandomCompatibleIntegerAllocation(dataType, seed, vectorSize,
336 << vectorSize << ", " << see
348 writeJavaRandomCompatibleFloatAllocation( const string& dataType, const string& seed, char vectorSize, const NumericalType& compatibleType, const NumericalType& generatedType) const argument
380 writeJavaRandomCompatibleIntegerAllocation( const string& dataType, const string& seed, char vectorSize, const NumericalType& compatibleType, const NumericalType& generatedType) const argument
402 char vectorSize; local
413 string vectorSize = "1"; local
[all...]
H A DSpecification.cpp118 void getVectorSizeAndBaseType(const string& type, string& vectorSize, string& baseType) { argument
119 vectorSize = "1";
134 vectorSize = lastChar;
H A DSpecification.h624 void getVectorSizeAndBaseType(const std::string& type, std::string& vectorSize,
/frameworks/base/core/java/android/transition/
H A DExplode.java153 double vectorSize = Math.hypot(xVector, yVector);
154 xVector /= vectorSize;
155 yVector /= vectorSize;
/frameworks/support/transition/src/android/support/transition/
H A DExplode.java154 float vectorSize = calculateDistance(xVector, yVector);
155 xVector /= vectorSize;
156 yVector /= vectorSize;
/frameworks/rs/
H A DrsMesh.cpp217 uint32_t vectorSize = 0; local
228 vectorSize = bufferElem->getField(ct)->getComponent().getVectorSize();
254 for (uint32_t v = 0; v < vectorSize; v ++) {
H A DrsElement.h47 uint32_t vectorSize; member in struct:android::renderscript::Element::Hal::State
H A DrsElement.cpp175 mHal.state.vectorSize = mComponent.getVectorSize();
/frameworks/rs/driver/runtime/
H A Drs_structs.h213 uint32_t vectorSize; member in struct:Element::__anon2006::__anon2007
H A Drs_element.c116 return element->mHal.state.vectorSize;
/frameworks/rs/driver/
H A DrsdShader.cpp152 switch (f->mHal.state.vectorSize) {
177 switch (f->mHal.state.vectorSize) {
294 switch (f->mHal.state.vectorSize) {
338 switch (field->mHal.state.vectorSize) {
371 switch (field->mHal.state.vectorSize) {
H A DrsdMeshObj.cpp114 mAttribs[userNum].size = f->mHal.state.vectorSize;

Completed in 573 milliseconds