HomeSort by relevance Sort by last modified time
    Searched refs:flipX (Results 1 - 20 of 20) sorted by null

  /external/replicaisland/src/com/replica/replicaisland/
CollisionVolume.java 60 if (flip != null && flip.flipX) {
71 if (flip != null && flip.flipX) {
109 public boolean flipX;
SphereCollisionVolume.java 160 if (flip != null && (flip.flipX || flip.flipY)) {
161 if (flip.flipX) {
GameObjectCollisionSystem.java 108 sFlip.flipX = (record.object.facingDirection.x < 0.0f);
121 sOtherFlip.flipX = (other.object.facingDirection.x < 0.0f);
328 sCompareFlip.flipX = (object1.object.facingDirection.x < 0.0f);
336 sCompareFlip.flipX = (object2.object.facingDirection.x < 0.0f);
  /external/deqp/modules/glshared/
glsFragmentOpUtil.cpp 229 bool flipX = quad.posA.x() > quad.posB.x();
231 rr::FaceType faceType = flipX == flipY ? rr::FACETYPE_FRONT : rr::FACETYPE_BACK;
232 int xFirst = flipX ? quad.posB.x() : quad.posA.x();
233 int xLast = flipX ? quad.posA.x() : quad.posB.x();
250 if (flipX)
glsInteractionTestUtil.cpp 240 bool flipX = rnd.getBool();
245 quad.posA = IVec2(flipX ? (x+width-1) : x, flipY ? (y+height-1) : y);
246 quad.posB = IVec2(flipX ? x : (x+width-1), flipY ? y : (y+height-1));
glsFragOpInteractionCase.cpp 199 const bool flipX = rnd.getBool();
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));
286 const bool flipX = quad.posB.x() < quad.posA.x();
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/swiftshader/src/OpenGL/libGLESv2/
Device.cpp 448 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)
453 if(flipX)
510 bool flipX = false;
514 flipX = (sourceRect->x0 < sourceRect->x1) ^ (destRect->x0 < destRect->x1);
519 flipX = (sourceRect->x0 > sourceRect->x1);
524 flipX = (destRect->x0 > destRect->x1);
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);
645 if(flipX)
    [all...]
Device.hpp 77 void 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);
Context.cpp     [all...]
  /external/deqp/modules/gles2/functional/
es2fRandomFragmentOpTests.cpp 135 bool flipX = quad.posB.x() < quad.posA.x();
142 translated.posA = Vec2(flipX ? 1.0f : -1.0f, flipY ? 1.0f : -1.0f);
143 translated.posB = Vec2(flipX ? -1.0f : 1.0f, flipY ? -1.0f : 1.0f);
  /external/deqp/modules/gles3/functional/
es3fRandomFragmentOpTests.cpp 135 bool flipX = quad.posB.x() < quad.posA.x();
142 translated.posA = Vec2(flipX ? 1.0f : -1.0f, flipY ? 1.0f : -1.0f);
143 translated.posB = Vec2(flipX ? -1.0f : 1.0f, flipY ? -1.0f : 1.0f);
  /external/skia/src/core/
SkRRect.cpp 395 const bool flipX = xScale < 0;
396 if (flipX) {
412 if (flipX) {
  /external/deqp/external/vulkancts/modules/vulkan/geometry/
vktGeometryInstancedRenderingTests.cpp 478 const float flipX = rng.getBool() ? 1.0f : -1.0f;
480 const float x = flipX * rng.getFloat(0.1f, 0.9f); // x mustn't be 0.0, because we are using sign() in the shader
  /external/swiftshader/src/Renderer/
Blitter.cpp 64 bool flipX = destRect.x0 > destRect.x1;
67 if(flipX)
    [all...]
  /external/opencv/cvaux/include/
cvmat.hpp 545 void flipX();
1307 inline void CvMAT::flipX()
    [all...]
  /external/deqp/framework/opengl/simplereference/
sglrReferenceContext.hpp 786 deUint32 blitResolveMultisampleFramebuffer (deUint32 mask, const tcu::IVec4& srcRect, const tcu::IVec4& dstRect, bool flipX, bool flipY);
    [all...]
sglrReferenceContext.cpp     [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.swt.gtk.linux.x86_3.6.1.v3657a.jar 
org.eclipse.swt.win32.win32.x86_3.6.1.v3657a.jar 
  /prebuilts/tools/common/m2/repository/net/sourceforge/htmlunit/htmlunit/2.14/
htmlunit-2.14.jar 

Completed in 696 milliseconds