Searched defs:sourceFormat (Results 1 - 20 of 20) sorted by relevance

/external/swiftshader/src/Main/
H A DFrameBufferAndroid.cpp65 void FrameBufferAndroid::blit(void *source, const Rect *sourceRect, const Rect *destRect, Format sourceFormat, size_t sourceStride) argument
67 copy(source, sourceFormat, sourceStride);
H A DFrameBufferX11.cpp133 void FrameBufferX11::blit(void *source, const Rect *sourceRect, const Rect *destRect, Format sourceFormat, size_t sourceStride) argument
135 copy(source, sourceFormat, sourceStride);
H A DFrameBuffer.hpp31 Format sourceFormat; member in struct:sw::BlitState
48 virtual void flip(void *source, Format sourceFormat, size_t sourceStride) = 0;
49 virtual void blit(void *source, const Rect *sourceRect, const Rect *destRect, Format sourceFormat, size_t sourceStride) = 0;
64 Format sourceFormat; member in class:sw::FrameBuffer
H A DFrameBufferDD.cpp253 void FrameBufferDD::flip(void *source, Format sourceFormat, size_t sourceStride) argument
255 copy(source, sourceFormat, sourceStride);
284 void FrameBufferDD::blit(void *source, const Rect *sourceRect, const Rect *destRect, Format sourceFormat, size_t sourceStride) argument
286 copy(source, sourceFormat, sourceStride);
323 void FrameBufferDD::flip(HWND windowOverride, void *source, Format sourceFormat, size_t sourceStride) argument
328 flip(source, sourceFormat, sourceStride);
331 void FrameBufferDD::blit(HWND windowOverride, void *source, const Rect *sourceRect, const Rect *destRect, Format sourceFormat, size_t sourceStride) argument
336 blit(source, sourceRect, destRect, sourceFormat, sourceStride);
H A DFrameBufferGDI.cpp74 void FrameBufferGDI::flip(void *source, Format sourceFormat, size_t sourceStride) argument
76 blit(source, 0, 0, sourceFormat, sourceStride);
79 void FrameBufferGDI::blit(void *source, const Rect *sourceRect, const Rect *destRect, Format sourceFormat, size_t sourceStride) argument
81 copy(source, sourceFormat, sourceStride);
95 void FrameBufferGDI::flip(HWND windowOverride, void *source, Format sourceFormat, size_t sourceStride) argument
97 blit(windowOverride, source, 0, 0, sourceFormat, sourceStride);
100 void FrameBufferGDI::blit(HWND windowOverride, void *source, const Rect *sourceRect, const Rect *destRect, Format sourceFormat, size_t sourceStride) argument
108 blit(source, sourceRect, destRect, sourceFormat, sourceStride);
/external/swiftshader/src/Renderer/
H A DBlitter.hpp47 Format sourceFormat; member in struct:sw::Blitter::BlitState
/external/guava/guava/src/com/google/common/base/
H A DCaseFormat.java165 private final CaseFormat sourceFormat; field in class:CaseFormat.StringConverter
168 StringConverter(CaseFormat sourceFormat, CaseFormat targetFormat) { argument
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
[all...]
/external/swiftshader/src/D3D9/
H A DDirect3D9Ex.cpp190 long Direct3D9Ex::CheckDeviceFormatConversion(unsigned int adapter, D3DDEVTYPE deviceType, D3DFORMAT sourceFormat, D3DFORMAT targetFormat) argument
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);
H A DDirect3D9.cpp727 long Direct3D9::CheckDeviceFormatConversion(unsigned int adapter, D3DDEVTYPE deviceType, D3DFORMAT sourceFormat, D3DFORMAT targetFormat) argument
729 TRACE("unsigned int adapter = %d, D3DDEVTYPE deviceType = %d, D3DFORMAT sourceFormat = %d, D3DFORMAT targetFormat = %d", adapter, deviceType, sourceFormat, targetFormat);
737 return d3d9->CheckDeviceFormatConversion(adapter, deviceType, sourceFormat, targetFormat);
741 return CheckDeviceFormatConversion(adapter, D3DDEVTYPE_HAL, sourceFormat, targetFormat);
/external/deqp/modules/gles31/functional/
H A Des31fDrawBuffersIndexedTests.cpp435 Vec4 getFixedPointFormatThreshold (const tcu::TextureFormat& sourceFormat, const tcu::TextureFormat& readPixelsFormat) argument
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) argument
454 const tcu::IVec4 srcMantissaBits = tcu::getTextureFormatMantissaBitDepth(sourceFormat);
/external/apache-commons-math/src/main/java/org/apache/commons/math/exception/util/
H A DLocalizedFormats.java310 private final String sourceFormat; field in class:LocalizedFormats
313 * @param sourceFormat source English format to use when no
316 private LocalizedFormats(final String sourceFormat) { argument
317 this.sourceFormat = sourceFormat;
322 return sourceFormat;
341 return sourceFormat;
/external/guice/lib/
H A Dguava-16.0.1.jarMETA-INF/MANIFEST.MF META-INF/ META-INF/maven/ META-INF/maven/com. ...
/external/v8/src/inspector/build/closure-compiler/
H A Dclosure-compiler.jarMETA-INF/MANIFEST.MF META-INF/ com/ com/google/ com/google/debugging/ com/google/debugging/sourcemap/ ...
/external/dagger2/lib/
H A Dgoogle-java-format-0.1-20151017.042846-2.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/googlejavaformat/ com/google/googlejavaformat/CloseOp ...
/external/robolectric/v3/runtime/
H A Dandroid-all-5.1.1_r9-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
H A Dandroid-all-4.1.2_r1-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.2.2_r1.2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.3_r2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.4_r1-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
H A Dandroid-all-5.0.0_r2-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...

Completed in 395 milliseconds