Home
last modified time | relevance | path

Searched refs:swapXY (Results 1 – 8 of 8) sorted by relevance

/external/angle/src/compiler/translator/tree_ops/
DRewriteDfdy.cpp81 TIntermTyped *swapXY = mSpecConst->getSwapXY(); in visitAggregate() local
82 if (swapXY == nullptr) in visitAggregate()
84 swapXY = mDriverUniforms->getSwapXY(); in visitAggregate()
87 TIntermTyped *swapXMultiplier = MakeSwapXMultiplier(swapXY); in visitAggregate()
88 TIntermTyped *swapYMultiplier = MakeSwapYMultiplier(swapXY->deepCopy()); in visitAggregate()
/external/subsampling-scale-image-view/sample/src/main/java/com/davemorrissey/labs/subscaleview/test/viewpager/
DVerticalViewPager.java47 private MotionEvent swapXY(MotionEvent ev) { in swapXY() method in VerticalViewPager
58 boolean intercepted = super.onInterceptTouchEvent(swapXY(ev)); in onInterceptTouchEvent()
59 swapXY(ev); in onInterceptTouchEvent()
65 return super.onTouchEvent(swapXY(ev)); in onTouchEvent()
/external/angle/src/compiler/translator/spirv/
DTranslatorSPIRV.cpp188 TIntermTyped *swapXY, in RotateAndFlipBuiltinVariable() argument
217 builtinXY = new TIntermTernary(swapXY, builtinYX, builtinXY); in RotateAndFlipBuiltinVariable()
568 TIntermTyped *swapXY = specConst->getSwapXY(); in AddVertexTransformationSupport() local
569 if (swapXY == nullptr) in AddVertexTransformationSupport()
571 swapXY = driverUniforms->getSwapXY(); in AddVertexTransformationSupport()
576 TIntermTyped *rotatedXY = new TIntermTernary(swapXY, swappedXY, xy); in AddVertexTransformationSupport()
640 TIntermTyped *swapXY = specConst->getSwapXY(); in InsertFragCoordCorrection() local
641 if (swapXY == nullptr) in InsertFragCoordCorrection()
643 swapXY = driverUniforms->getSwapXY(); in InsertFragCoordCorrection()
648 return RotateAndFlipBuiltinVariable(compiler, root, insertSequence, swapXY, flipXY, symbolTable, in InsertFragCoordCorrection()
[all …]
/external/angle/src/compiler/translator/tree_ops/spirv/
DRewriteInterpolateAtOffset.cpp125 TIntermTyped *swapXY = mSpecConst->getSwapXY(); in getRotateFunc() local
126 if (swapXY == nullptr) in getRotateFunc()
128 swapXY = mDriverUniforms->getSwapXY(); in getRotateFunc()
135 TIntermTyped *swapped = new TIntermTernary(swapXY, offsetYX, new TIntermSymbol(offsetParam)); in getRotateFunc()
/external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/android/
DDeviceConfig.java319 swapXY(configuration); in applyRules()
322 swapXY(configuration); in applyRules()
378 private static void swapXY(Configuration configuration) { in swapXY() method in DeviceConfig
/external/robolectric/shadows/framework/src/main/java/org/robolectric/android/
DDeviceConfig.java344 swapXY(configuration); in applyRules()
347 swapXY(configuration); in applyRules()
404 private static void swapXY(Configuration configuration) { in swapXY() method in DeviceConfig
/external/angle/src/compiler/translator/tree_util/
DDriverUniform.cpp315 TIntermTyped *swapXY = new TIntermBinary(EOpBitwiseAnd, miscRef, in getSwapXY() local
319 swapXY, in getSwapXY()
/external/angle/src/libANGLE/renderer/vulkan/
DContextVk.cpp6834 const uint32_t swapXY = IsRotatedAspectRatio(mCurrentRotationDrawFramebuffer); in handleDirtyGraphicsDriverUniforms() local
6843 ASSERT((swapXY & ~sh::vk::kDriverUniformsMiscSwapXYMask) == 0); in handleDirtyGraphicsDriverUniforms()
6850 swapXY | advancedBlendEquation << sh::vk::kDriverUniformsMiscAdvancedBlendEquationOffset | in handleDirtyGraphicsDriverUniforms()