HomeSort by relevance Sort by last modified time
    Searched defs:flipY (Results 1 - 14 of 14) sorted by null

  /external/skia/src/gpu/glsl/
GrGLSLXferProcessor.cpp 44 bool flipY = kBottomLeft_GrSurfaceOrigin == args.fDstTextureOrigin;
76 if (flipY) {
  /external/skqp/src/gpu/glsl/
GrGLSLXferProcessor.cpp 44 bool flipY = kBottomLeft_GrSurfaceOrigin == args.fDstTextureOrigin;
76 if (flipY) {
  /external/replicaisland/src/com/replica/replicaisland/
CollisionVolume.java 82 if (flip != null && flip.flipY) {
93 if (flip != null && flip.flipY) {
110 public boolean flipY;
  /external/deqp/modules/glshared/
glsFragmentOpUtil.cpp 230 bool flipY = quad.posA.y() > quad.posB.y();
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)
glsFragOpInteractionCase.cpp 200 const bool flipY = 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));
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/swiftshader/src/OpenGL/libGLESv2/
Device.cpp 390 void Device::copyBuffer(byte *sourceBuffer, byte *destBuffer, unsigned int width, unsigned int height, unsigned int sourcePitch, unsigned int destPitch, unsigned int bytes, bool flipX, bool flipY)
394 if(flipY)
424 if(flipY)
456 bool flipY = false;
460 flipY = (sourceRect->y0 < sourceRect->y1) ^ (destRect->y0 < destRect->y1);
465 flipY = (sourceRect->y0 > sourceRect->y1);
470 flipY = (destRect->y0 > destRect->y1);
525 ClipSrcRect(sRect, dRect, srcClipRect, flipX, flipY);
528 ClipDstRect(sRect, dRect, dstClipRect, flipX, flipY);
573 if(fullCopy && !scaling && !isOutOfBounds && equalFormats && !alpha0xFF && equalSlice && smallMargin && !flipX && !flipY)
    [all...]
Context.cpp     [all...]
  /external/deqp/external/vulkancts/modules/vulkan/geometry/
vktGeometryInstancedRenderingTests.cpp 480 const float flipY = rng.getBool() ? 1.0f : -1.0f;
482 const float y = flipY * rng.getFloat(0.0f, 0.7f);
  /external/swiftshader/src/Renderer/
Blitter.cpp 153 bool flipY = destRect.y0 > destRect.y1;
160 if(flipY)
    [all...]
  /external/skia/src/gpu/vk/
GrVkGpu.cpp 654 bool flipY = (kBottomLeft_GrSurfaceOrigin == texOrigin && mipLevelCount);
714 if (flipY) {
731 region.imageOffset = { left, flipY ? layerHeight - top - currentHeight : top, 0 };
    [all...]
  /external/skqp/src/gpu/vk/
GrVkGpu.cpp 680 bool flipY = (kBottomLeft_GrSurfaceOrigin == texOrigin && mipLevelCount);
740 if (flipY) {
757 region.imageOffset = { left, flipY ? layerHeight - top - currentHeight : top, 0 };
    [all...]
  /external/skia/src/gpu/gl/
GrGLGpu.cpp     [all...]
  /external/skqp/src/gpu/gl/
GrGLGpu.cpp     [all...]
  /prebuilts/tools/common/m2/repository/net/sourceforge/htmlunit/htmlunit/2.14/
htmlunit-2.14.jar 

Completed in 666 milliseconds