/third_party/skia/src/core/ |
H A D | SkRRect.cpp | 501 const bool flipX = xScale < 0; in transform() local
|
/third_party/vk-gl-cts/modules/gles3/functional/ |
H A D | es3fRandomFragmentOpTests.cpp | 135 bool flipX = quad.posB.x() < quad.posA.x(); in renderQuad() local
|
/third_party/vk-gl-cts/modules/glshared/ |
H A D | glsFragmentOpUtil.cpp | 229 bool flipX = quad.posA.x() > quad.posB.x(); in render() local
|
H A D | glsFragOpInteractionCase.cpp | 199 const bool flipX = rnd.getBool(); in getRandomQuad() local
|
/third_party/vk-gl-cts/modules/gles2/functional/ |
H A D | es2fRandomFragmentOpTests.cpp | 135 bool flipX = quad.posB.x() < quad.posA.x(); in renderQuad() local
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/geometry/ |
H A D | vktGeometryInstancedRenderingTests.cpp | 211 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 D | vktGeometryInstancedRenderingTests.cpp | 211 const float flipX = rng.getBool() ? 1.0f : -1.0f; in generatePerInstancePosition() local
|
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/libGLESv2/ |
H A D | 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) 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 D | Context.cpp | 4061 bool flipX = (srcX0 < srcX1) ^ (dstX0 < dstX1); in blitFramebuffer() local
|
/third_party/skia/third_party/externals/swiftshader/src/Renderer/ |
H A D | Blitter.cpp | 154 bool flipX = destRect.x0 > destRect.x1; in blit() local
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/ |
H A D | UtilsVk.h | 132 bool flipX; member 384 uint32_t flipX = 0; member 412 uint32_t flipX = 0; member 427 uint32_t flipX = 0; member
|
H A D | FramebufferVk.cpp | 160 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...] |