Home
last modified time | relevance | path

Searched defs:flipX (Results 1 - 12 of 12) sorted by relevance

/third_party/skia/src/core/
H A DSkRRect.cpp501 const bool flipX = xScale < 0; in transform() local
/third_party/vk-gl-cts/modules/gles3/functional/
H A Des3fRandomFragmentOpTests.cpp135 bool flipX = quad.posB.x() < quad.posA.x(); in renderQuad() local
/third_party/vk-gl-cts/modules/glshared/
H A DglsFragmentOpUtil.cpp229 bool flipX = quad.posA.x() > quad.posB.x(); in render() local
H A DglsFragOpInteractionCase.cpp199 const bool flipX = rnd.getBool(); in getRandomQuad() local
/third_party/vk-gl-cts/modules/gles2/functional/
H A Des2fRandomFragmentOpTests.cpp135 bool flipX = quad.posB.x() < quad.posA.x(); in renderQuad() local
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/geometry/
H A DvktGeometryInstancedRenderingTests.cpp211 const float flipX = rng.getBool() ? 1.0f : -1.0f; in generatePerInstancePosition() local
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/geometry/
H A DvktGeometryInstancedRenderingTests.cpp211 const float flipX = rng.getBool() ? 1.0f : -1.0f; in generatePerInstancePosition() local
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/libGLESv2/
H A DDevice.cpp390 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) in copyBuffer() argument
463 bool flipX = false; in stretchRect() local
903 ClipDstRect(sw::RectF &srcRect, sw::Rect &dstRect, sw::Rect &clipRect, bool flipX, bool flipY) ClipDstRect() argument
976 ClipSrcRect(sw::RectF &srcRect, sw::Rect &dstRect, sw::Rect &clipRect, bool flipX, bool flipY) ClipSrcRect() argument
[all...]
H A DContext.cpp4061 bool flipX = (srcX0 < srcX1) ^ (dstX0 < dstX1); in blitFramebuffer() local
/third_party/skia/third_party/externals/swiftshader/src/Renderer/
H A DBlitter.cpp154 bool flipX = destRect.x0 > destRect.x1; in blit() local
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/
H A DUtilsVk.h132 bool flipX; member
384 uint32_t flipX = 0; member
412 uint32_t flipX = 0; member
427 uint32_t flipX = 0; member
H A DFramebufferVk.cpp160 AdjustDimensionsAndFlipForPreRotation(SurfaceRotation framebufferAngle, gl::Rectangle *framebufferDimensions, bool *flipX, bool *flipY) AdjustDimensionsAndFlipForPreRotation() argument
838 blitWithCommand(ContextVk *contextVk, const gl::Rectangle &sourceArea, const gl::Rectangle &destArea, RenderTargetVk *readRenderTarget, RenderTargetVk *drawRenderTarget, GLenum filter, bool colorBlit, bool depthBlit, bool stencilBlit, bool flipX, bool flipY) blitWithCommand() argument
1057 bool flipX = sourceArea.isReversedX() != destArea.isReversedX(); blit() local
[all...]

Completed in 18 milliseconds