Searched refs:formatName (Results 1 - 3 of 3) sorted by relevance

/frameworks/base/libs/hwui/
H A DRenderBufferCache.cpp94 RenderBuffer::formatName(buffer->getFormat()),
124 RenderBuffer::formatName(format), width, height);
129 RenderBuffer::formatName(format), width, height);
157 RenderBuffer::formatName(buffer->getFormat()),
H A DRenderBuffer.h160 static const char* formatName(GLenum format) { function in struct:android::uirenderer::RenderBuffer
/frameworks/opt/vcard/java/com/android/vcard/
H A DVCardEntry.java1977 private void addPhotoBytes(String formatName, byte[] photoBytes, boolean isPrimary) { argument
1981 final PhotoData photoData = new PhotoData(formatName, photoBytes, isPrimary);
2276 String formatName = null;
2282 } else if (formatName == null) {
2283 formatName = typeValue;
2287 addPhotoBytes(formatName, propertyBytes, isPrimary);

Completed in 127 milliseconds