Searched defs:flipY (Results 1 - 11 of 11) sorted by relevance

/external/replicaisland/src/com/replica/replicaisland/
H A DCollisionVolume.java82 if (flip != null && flip.flipY) {
93 if (flip != null && flip.flipY) {
110 public boolean flipY; field in class:CollisionVolume.FlipInfo
/external/skia/tests/
H A DGpuSampleLocationsTest.cpp110 const GrGpu::MultisampleSpecs& specs, bool flipY) {
118 if (flipY) {
109 assert_equal(skiatest::Reporter* reporter, const SamplePattern& pattern, const GrGpu::MultisampleSpecs& specs, bool flipY) argument
/external/deqp/modules/glshared/
H A DglsFragmentOpUtil.cpp230 bool flipY = quad.posA.y() > quad.posB.y(); local
231 rr::FaceType faceType = flipX == flipY ? rr::FACETYPE_FRONT : rr::FACETYPE_BACK;
234 int yFirst = flipY ? quad.posB.y() : quad.posA.y();
235 int yLast = flipY ? quad.posA.y() : quad.posB.y();
243 if (flipY)
H A DglsFragOpInteractionCase.cpp200 const bool flipY = rnd.getBool(); local
204 quad.posA = tcu::IVec2(flipX ? (x+width-1) : x, flipY ? (y+height-1) : y);
205 quad.posB = tcu::IVec2(flipX ? x : (x+width-1), flipY ? y : (y+height-1));
287 const bool flipY = quad.posB.y() < quad.posA.y();
293 const Vec2 pA (flipX ? 1.0f : -1.0f, flipY ? 1.0f : -1.0f);
294 const Vec2 pB (flipX ? -1.0f : 1.0f, flipY ? -1.0f : 1.0f);
/external/deqp/external/vulkancts/modules/vulkan/geometry/
H A DvktGeometryInstancedRenderingTests.cpp479 const float flipY = rng.getBool() ? 1.0f : -1.0f; local
481 const float y = flipY * rng.getFloat(0.0f, 0.7f);
/external/swiftshader/src/OpenGL/libGLESv2/
H A DDevice.cpp448 void Device::copyBuffer(sw::byte *sourceBuffer, sw::byte *destBuffer, unsigned int width, unsigned int height, unsigned int sourcePitch, unsigned int destPitch, unsigned int bytes, bool flipX, bool flipY) argument
455 if(flipY)
479 if(flipY)
511 bool flipY = false; local
515 flipY = (sourceRect->y0 < sourceRect->y1) ^ (destRect->y0 < destRect->y1);
520 flipY = (sourceRect->y0 > sourceRect->y1);
525 flipY = (destRect->y0 > destRect->y1);
600 copyBuffer(sourceBuffer, destBuffer, source->getWidth(), source->getHeight(), source->getInternalPitchB(), dest->getInternalPitchB(), egl::Image::bytes(source->getInternalFormat()), flipX, flipY);
611 copyBuffer(sourceBuffer, destBuffer, source->getWidth(), source->getHeight(), source->getInternalPitchB(), dest->getInternalPitchB(), egl::Image::bytes(source->getInternalFormat()), flipX, flipY);
627 copyBuffer(sourceBytes, destBytes, width, height, sourcePitch, destPitch, egl::Image::bytes(source->getInternalFormat()), flipX, flipY);
[all...]
/external/swiftshader/src/Renderer/
H A DBlitter.cpp65 bool flipY = destRect.y0 > destRect.y1; local
72 if(flipY)
/external/skia/src/gpu/vk/
H A DGrVkGpu.cpp538 bool flipY = (kBottomLeft_GrSurfaceOrigin == desc.fOrigin && !texelsShallowCopy.empty()); local
596 if (flipY) {
613 region.imageOffset = { left, flipY ? tex->height() - top - currentHeight : top, 0 };
1684 bool flipY = kBottomLeft_GrSurfaceOrigin == surface->origin(); local
1693 (uint32_t)(flipY ? surface->height() - top : top + height),
1699 flipY ? surface->height() - top - height : top,
1744 if (flipY) {
/external/skia/src/gpu/gl/
H A DGrGLGpu.cpp2425 bool flipY = kBottomLeft_GrSurfaceOrigin == surface->origin(); local
2475 if (flipY && this->glCaps().packFlipYSupport()) {
2487 if (flipY && this->glCaps().packFlipYSupport()) {
2489 flipY = false;
2497 if (flipY) {
2519 if (flipY) {
2525 if (!flipY) {
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.swt.gtk.linux.x86_3.6.1.v3657a.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.swt.win32.win32.x86_3.6.1.v3657a.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 273 milliseconds