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

/frameworks/base/tests/SurfaceComposition/src/android/surfacecomposition/
H A DSurfaceCompositionTest.java79 String formatName = SurfaceCompositionMeasuringActivity.getPixelFormatInfo(pixelFormat);
81 Log.i(TAG, "testSurfaceCompositionPerformance(" + formatName + ") = " + score);
82 assertTrue("Device does not support surface(" + formatName + ") composition " +
102 String formatName = SurfaceCompositionMeasuringActivity.getPixelFormatInfo(pixelFormat);
104 Log.i(TAG, "testSurfaceAllocationPerformance(" + formatName + ") = " + score);
105 assertTrue("Device does not support surface(" + formatName + ") allocation " +
/frameworks/base/libs/hwui/
H A DRenderBufferCache.cpp82 RenderBuffer::formatName(buffer->getFormat()),
111 RenderBuffer::formatName(format), width, height);
116 RenderBuffer::formatName(format), width, height);
142 RenderBuffer::formatName(buffer->getFormat()),
148 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.java1979 private void addPhotoBytes(String formatName, byte[] photoBytes, boolean isPrimary) { argument
1983 final PhotoData photoData = new PhotoData(formatName, photoBytes, isPrimary);
2278 String formatName = null;
2284 } else if (formatName == null) {
2285 formatName = typeValue;
2289 addPhotoBytes(formatName, propertyBytes, isPrimary);
/frameworks/data-binding/prebuilds/1.0-rc0/
H A Ddatabinding-studio-bundle.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/databinding/ android/databinding/Bindable.class Bindable. ...

Completed in 2003 milliseconds