Home
last modified time | relevance | path

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

/external/guava/android/guava/src/com/google/common/base/
DCaseFormat.java156 public Converter<String, String> converterTo(CaseFormat targetFormat) { in converterTo()
164 private final CaseFormat targetFormat; field in CaseFormat.StringConverter
166 StringConverter(CaseFormat sourceFormat, CaseFormat targetFormat) { in StringConverter()
/external/guava/guava/src/com/google/common/base/
DCaseFormat.java156 public Converter<String, String> converterTo(CaseFormat targetFormat) { in converterTo()
164 private final CaseFormat targetFormat; field in CaseFormat.StringConverter
166 StringConverter(CaseFormat sourceFormat, CaseFormat targetFormat) { in StringConverter()
/external/swiftshader/src/Device/
DPixelProcessor.hpp86 vk::Format targetFormat[RENDERTARGETS]; member
/external/swiftshader/src/Renderer/
DPixelProcessor.hpp82 Format targetFormat[RENDERTARGETS]; member
/external/swiftshader/src/Pipeline/
DPixelRoutine.cpp2220 auto targetFormat = state.targetFormat[index]; in writeColor() local
/external/deqp/external/vulkancts/modules/vulkan/imageless_framebuffer/
DvktImagelessFramebufferTests.cpp880 …ormat, const int width, const int height, const void* data, const tcu::TextureFormat& targetFormat) in convertDepthToColor()
898 …ormat, const int width, const int height, const void* data, const tcu::TextureFormat& targetFormat) in convertStencilToColor()
/external/angle/src/libANGLE/
DvalidationES3.cpp868 GLenum targetFormat, in QueryEffectiveFormatList()