Home
last modified time | relevance | path

Searched defs:targetFormat (Results 1 – 5 of 5) sorted by relevance

/external/robolectric/shadows/framework/src/main/java/org/robolectric/shadows/
DShadowTranslationManager.java21 int sourceFormat, int targetFormat) { in getOnDeviceTranslationCapabilities()
29 int sourceFormat, int targetFormat, Set<TranslationCapability> capabilities) { in setOnDeviceTranslationCapabilities()
/external/guava/android/guava/src/com/google/common/base/
DCaseFormat.java158 public Converter<String, String> converterTo(CaseFormat targetFormat) { in converterTo()
166 private final CaseFormat targetFormat; field in CaseFormat.StringConverter
168 StringConverter(CaseFormat sourceFormat, CaseFormat targetFormat) { in StringConverter()
/external/guava/guava/src/com/google/common/base/
DCaseFormat.java158 public Converter<String, String> converterTo(CaseFormat targetFormat) { in converterTo()
166 private final CaseFormat targetFormat; field in CaseFormat.StringConverter
168 StringConverter(CaseFormat sourceFormat, CaseFormat targetFormat) { in StringConverter()
/external/deqp/external/vulkancts/modules/vulkan/imageless_framebuffer/
DvktImagelessFramebufferTests.cpp936 …ormat, const int width, const int height, const void* data, const tcu::TextureFormat& targetFormat) in convertDepthToColor()
954 …ormat, const int width, const int height, const void* data, const tcu::TextureFormat& targetFormat) in convertStencilToColor()
/external/angle/src/libANGLE/
DvalidationES3.cpp953 GLenum targetFormat, in QueryEffectiveFormatList()