Home
last modified time | relevance | path

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

/frameworks/base/tests/SurfaceComposition/src/android/surfacecomposition/
DSurfaceCompositionTest.java79 String formatName = SurfaceCompositionMeasuringActivity.getPixelFormatInfo(pixelFormat); in testSurfaceCompositionPerformance() local
81 Log.i(TAG, "testSurfaceCompositionPerformance(" + formatName + ") = " + score); in testSurfaceCompositionPerformance()
82 assertTrue("Device does not support surface(" + formatName + ") composition " + in testSurfaceCompositionPerformance()
102 String formatName = SurfaceCompositionMeasuringActivity.getPixelFormatInfo(pixelFormat); in testSurfaceAllocationPerformance() local
104 Log.i(TAG, "testSurfaceAllocationPerformance(" + formatName + ") = " + score); in testSurfaceAllocationPerformance()
105 assertTrue("Device does not support surface(" + formatName + ") allocation " + in testSurfaceAllocationPerformance()
/frameworks/base/libs/hwui/
DRenderBufferCache.cpp82 RenderBuffer::formatName(buffer->getFormat()), in deleteBuffer()
111 RenderBuffer::formatName(format), width, height); in get()
116 RenderBuffer::formatName(format), width, height); in get()
142 RenderBuffer::formatName(buffer->getFormat()), in put()
148 RenderBuffer::formatName(buffer->getFormat()), in put()
DRenderBuffer.h160 static const char* formatName(GLenum format) { in formatName() function
/frameworks/opt/vcard/java/com/android/vcard/
DVCardEntry.java1979 private void addPhotoBytes(String formatName, byte[] photoBytes, boolean isPrimary) { in addPhotoBytes() argument
1983 final PhotoData photoData = new PhotoData(formatName, photoBytes, isPrimary); in addPhotoBytes()
2278 String formatName = null; in addProperty() local
2284 } else if (formatName == null) { in addProperty()
2285 formatName = typeValue; in addProperty()
2289 addPhotoBytes(formatName, propertyBytes, isPrimary); in addProperty()
/frameworks/data-binding/prebuilds/1.0-rc0/
Ddatabinding-studio-bundle.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/databinding/ android/ ...