HomeSort by relevance Sort by last modified time
    Searched refs:sourceFormat (Results 1 - 25 of 105) sorted by null

1 2 3 4 5

  /external/guava/guava/src/com/google/common/base/
CaseFormat.java 165 private final CaseFormat sourceFormat;
168 StringConverter(CaseFormat sourceFormat, CaseFormat targetFormat) {
169 this.sourceFormat = checkNotNull(sourceFormat);
175 return s == null ? null : sourceFormat.to(targetFormat, s);
180 return s == null ? null : targetFormat.to(sourceFormat, s);
186 return sourceFormat.equals(that.sourceFormat)
193 return sourceFormat.hashCode() ^ targetFormat.hashCode();
197 return sourceFormat + ".converterTo(" + targetFormat + ")"
    [all...]
  /external/apache-commons-math/src/main/java/org/apache/commons/math/exception/util/
LocalizedFormats.java 310 private final String sourceFormat;
313 * @param sourceFormat source English format to use when no
316 private LocalizedFormats(final String sourceFormat) {
317 this.sourceFormat = sourceFormat;
322 return sourceFormat;
341 return sourceFormat;
  /frameworks/base/media/mca/filterfw/java/android/filterfw/core/
FilterGraph.java 242 FrameFormat sourceFormat = inputPort.getSourceFormat();
244 if (sourceFormat != null && targetFormat != null) {
245 if (mLogVerbose) Log.v(TAG, "Checking " + sourceFormat + " against " + targetFormat + ".");
253 compatible = sourceFormat.mayBeCompatibleWith(targetFormat);
257 compatible = sourceFormat.isCompatibleWith(targetFormat);
265 + sourceFormat + "!");
  /external/swiftshader/src/Main/
FrameBuffer.hpp 31 Format sourceFormat;
FrameBuffer.cpp 125 updateState.sourceFormat = source->getInternalFormat();
176 const int sBytes = Surface::bytes(state.sourceFormat);
199 switch(state.sourceFormat)
257 switch(state.sourceFormat)
307 switch(state.sourceFormat)
366 switch(state.sourceFormat)
412 switch(state.sourceFormat)
454 switch(state.sourceFormat)
548 switch(state.sourceFormat)
  /external/swiftshader/src/D3D9/
Direct3D9.hpp 50 long __stdcall CheckDeviceFormatConversion(unsigned int adapter, D3DDEVTYPE deviceType, D3DFORMAT sourceFormat, D3DFORMAT targetFormat) override;
Direct3D9Ex.cpp 190 long Direct3D9Ex::CheckDeviceFormatConversion(unsigned int adapter, D3DDEVTYPE deviceType, D3DFORMAT sourceFormat, D3DFORMAT targetFormat)
192 TRACE("unsigned int adapter = %d, D3DDEVTYPE deviceType = %d, D3DFORMAT sourceFormat = %d, D3DFORMAT targetFormat = %d", adapter, deviceType, sourceFormat, targetFormat);
200 return d3d9ex->CheckDeviceFormatConversion(adapter, deviceType, sourceFormat, targetFormat);
204 return CheckDeviceFormatConversion(adapter, D3DDEVTYPE_HAL, sourceFormat, targetFormat);
Direct3D9Ex.hpp 50 long __stdcall CheckDeviceFormatConversion(unsigned int adapter, D3DDEVTYPE deviceType, D3DFORMAT sourceFormat, D3DFORMAT targetFormat) override;
Direct3D9.cpp     [all...]
Direct3DDevice9.cpp     [all...]
  /external/swiftshader/src/Renderer/
Blitter.hpp 66 Format sourceFormat;
Blitter.cpp 228 switch(state.sourceFormat)
790 switch(state.sourceFormat)
1082 Surface::isNonNormalizedInteger(state.sourceFormat) &
    [all...]
  /external/deqp/modules/gles31/functional/
es31fShaderFramebufferFetchTests.cpp 145 tcu::Vec4 getFixedPointFormatThreshold (const tcu::TextureFormat& sourceFormat, const tcu::TextureFormat& readPixelsFormat)
147 DE_ASSERT(tcu::getTextureChannelClass(sourceFormat.type) != tcu::TEXTURECHANNELCLASS_FLOATING_POINT);
150 DE_ASSERT(tcu::getTextureChannelClass(sourceFormat.type) != tcu::TEXTURECHANNELCLASS_SIGNED_INTEGER);
153 DE_ASSERT(tcu::getTextureChannelClass(sourceFormat.type) != tcu::TEXTURECHANNELCLASS_UNSIGNED_INTEGER);
156 const tcu::IVec4 srcBits = tcu::getTextureFormatBitDepth(sourceFormat);
162 tcu::UVec4 getFloatULPThreshold (const tcu::TextureFormat& sourceFormat, const tcu::TextureFormat& readPixelsFormat)
164 const tcu::IVec4 srcMantissaBits = tcu::getTextureFormatMantissaBitDepth(sourceFormat);
    [all...]
es31fDrawBuffersIndexedTests.cpp 435 Vec4 getFixedPointFormatThreshold (const tcu::TextureFormat& sourceFormat, const tcu::TextureFormat& readPixelsFormat)
437 DE_ASSERT(tcu::getTextureChannelClass(sourceFormat.type) != tcu::TEXTURECHANNELCLASS_FLOATING_POINT);
440 DE_ASSERT(tcu::getTextureChannelClass(sourceFormat.type) != tcu::TEXTURECHANNELCLASS_SIGNED_INTEGER);
443 DE_ASSERT(tcu::getTextureChannelClass(sourceFormat.type) != tcu::TEXTURECHANNELCLASS_UNSIGNED_INTEGER);
446 const tcu::IVec4 srcBits = tcu::getTextureFormatBitDepth(sourceFormat);
452 UVec4 getFloatULPThreshold (const tcu::TextureFormat& sourceFormat, const tcu::TextureFormat& readPixelsFormat)
454 const tcu::IVec4 srcMantissaBits = tcu::getTextureFormatMantissaBitDepth(sourceFormat);
    [all...]
es31fCopyImageTests.cpp     [all...]
  /frameworks/base/services/core/java/com/android/server/tv/
TvInputHardwareManager.java     [all...]
  /external/deqp/external/vulkancts/modules/vulkan/api/
vktApiCopiesAndBlittingTests.cpp     [all...]
  /cts/tests/libcore/javautilcollections/libs/
guava-20.0.jar 
  /external/annotation-tools/annotation-file-utilities/
annotation-file-utilities.jar 
  /external/annotation-tools/annotation-file-utilities/lib/
guava-20.0.jar 
  /external/dagger2/lib/
google-java-format-0.1-20151017.042846-2.jar 
  /external/error_prone/error_prone/
error_prone_core-2.2.0-with-dependencies.jar 
  /external/guice/lib/
guava-16.0.1.jar 
  /frameworks/data-binding/prebuilds/1.0-rc0/
databinding-studio-bundle.jar 
  /packages/apps/Messaging/build/gcheckstyle/
google-style-checker_deploy.jar 

Completed in 1579 milliseconds

1 2 3 4 5