Searched defs:translated (Results 1 - 8 of 8) sorted by relevance

/external/openssl/crypto/dso/
H A Ddso_dl.c326 char *translated; local
338 translated = OPENSSL_malloc(rsize);
339 if(translated == NULL)
348 sprintf(translated, "lib%s%s", filename, extension);
350 sprintf(translated, "%s%s", filename, extension);
353 sprintf(translated, "%s", filename);
354 return(translated);
H A Ddso_dlfcn.c373 char *translated; local
386 translated = OPENSSL_malloc(rsize);
387 if(translated == NULL)
396 sprintf(translated, "lib%s" DSO_ext, filename);
398 sprintf(translated, "%s" DSO_ext, filename);
401 sprintf(translated, "%s", filename);
402 return(translated);
/external/webkit/Source/ThirdParty/ANGLE/src/libGLESv2/geometry/
H A DIndexDataManager.cpp99 GLenum IndexDataManager::prepareIndexData(GLenum type, GLsizei count, Buffer *buffer, const void *indices, TranslatedIndexData *translated) argument
132 streamOffset = staticBuffer->lookupRange(offset, count, &translated->minIndex, &translated->maxIndex);
137 computeRange(type, indices, count, &translated->minIndex, &translated->maxIndex);
138 staticBuffer->addRange(offset, count, translated->minIndex, translated->maxIndex, streamOffset);
176 computeRange(type, indices, count, &translated->minIndex, &translated->maxIndex);
181 staticBuffer->addRange(offset, count, translated
[all...]
H A DVertexDataManager.cpp104 GLenum VertexDataManager::prepareVertexData(GLint start, GLsizei count, TranslatedAttribute *translated) argument
112 translated[attributeIndex].active = (program->getSemanticIndex(attributeIndex) != -1);
120 if (translated[i].active && attribs[i].mArrayEnabled && (buffer || attribs[i].mPointer))
144 if (translated[i].active && attribs[i].mArrayEnabled && buffer)
154 if (translated[j].active && attribs[j].mArrayEnabled && attribs[j].mBoundBuffer.get() == buffer)
178 if (translated[i].active && attribs[i].mArrayEnabled && (buffer || attribs[i].mPointer))
193 if (translated[i].active)
241 translated[i].vertexBuffer = vertexBuffer->getBuffer();
242 translated[i].type = converter.d3dDeclType;
243 translated[
[all...]
/external/webkit/Source/WebCore/platform/graphics/android/context/
H A DPlatformGraphicsContextRecording.cpp1011 SkRect translated; local
1012 mCurrentMatrix->mapRect(&translated, bounds);
1013 FloatRect ftrect = translated;
1015 && !translated.intersect(mRecordingStateStack.last().mBounds)) {
1020 return enclosingIntRect(translated);
1033 SkRect translated; local
1034 mCurrentMatrix->mapRect(&translated, bounds);
1035 FloatRect ftrect = translated;
1037 && !translated.intersect(mRecordingStateStack.last().mBounds)) {
1042 return enclosedIntRect(translated);
[all...]
/external/webkit/Source/ThirdParty/ANGLE/src/libGLESv2/
H A DContext.cpp1966 TranslatedAttribute translated[MAX_VERTEX_ATTRIBS]; local
1968 GLenum err = mVertexDataManager->prepareVertexData(first, count, translated);
1974 lookupAttributeMapping(translated);
1976 mVertexDataManager->setupAttributes(translated);
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.equinox.registry_3.5.0.v20100503.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.equinox.common_3.6.0.v20100503.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 934 milliseconds