Home
last modified time | relevance | path

Searched refs:preRotation (Results 1 – 14 of 14) sorted by relevance

/external/angle/src/tests/perf_tests/
DPreRotationPerf.cpp40 preRotation = PreRotation::_0; in PreRotationParams()
45 PreRotation preRotation; member
59 switch (preRotation) in story()
174 PreRotationParams VulkanParams(PreRotation preRotation) in VulkanParams() argument
178 params.preRotation = preRotation; in VulkanParams()
180 switch (preRotation) in VulkanParams()
/external/angle/src/tests/deqp_support/
DtcuANGLENativeDisplayFactory.cpp146 explicit NativeWindowFactory(EventState *eventState, uint32_t preRotation);
168 uint32_t preRotation);
260 NativeWindowFactory::NativeWindowFactory(EventState *eventState, uint32_t preRotation) in NativeWindowFactory() argument
263 mPreRotation(preRotation) in NativeWindowFactory()
288 uint32_t preRotation) in NativeWindow() argument
292 mPreRotation(preRotation) in NativeWindow()
421 uint32_t preRotation = 0; in ANGLENativeDisplayFactory() local
439 preRotation = 90; in ANGLENativeDisplayFactory()
443 preRotation = 180; in ANGLENativeDisplayFactory()
447 preRotation = 270; in ANGLENativeDisplayFactory()
[all …]
DtcuANGLEPlatform.cpp35 ANGLEPlatform::ANGLEPlatform(angle::LogErrorFunc logErrorFunc, uint32_t preRotation) in ANGLEPlatform() argument
46 switch (preRotation) in ANGLEPlatform()
221 tcu::Platform *CreateANGLEPlatform(angle::LogErrorFunc logErrorFunc, uint32_t preRotation) in CreateANGLEPlatform() argument
223 return new tcu::ANGLEPlatform(logErrorFunc, preRotation); in CreateANGLEPlatform()
Dangle_deqp_libtester_main.cpp26 tcu::Platform *CreateANGLEPlatform(angle::LogErrorFunc logErrorFunc, uint32_t preRotation);
54 uint32_t preRotation, in deqp_libtester_init_platform() argument
64 CreateANGLEPlatform(reinterpret_cast<angle::LogErrorFunc>(logErrorFunc), preRotation); in deqp_libtester_init_platform()
Dangle_deqp_gtest.cpp675 uint32_t preRotation = 0; in HandlePreRotation() local
676 argStream >> preRotation; in HandlePreRotation()
679 (preRotation != 0 && preRotation != 90 && preRotation != 180 && preRotation != 270)) in HandlePreRotation()
686 gPreRotation = preRotation; in HandlePreRotation()
Dangle_deqp_libtester.h45 uint32_t preRotation,
DtcuANGLEPlatform.h41 ANGLEPlatform(angle::LogErrorFunc logErrorFunc, uint32_t preRotation);
/external/angle/src/tests/test_expectations/
DGPUTestExpectationsTest.cpp42 uint32_t preRotation) in validateConfigAPI() argument
81 switch (preRotation) in validateConfigAPI()
DGPUTestConfig.h82 GPUTestConfig(const API &api, uint32_t preRotation);
DGPUTestConfig.cpp605 GPUTestConfig::GPUTestConfig(const API &api, uint32_t preRotation) in GPUTestConfig() argument
615 switch (preRotation) in GPUTestConfig()
/external/angle/src/libANGLE/renderer/
Dglslang_wrapper_utils.h57 SurfaceRotation preRotation = SurfaceRotation::Identity; member
Dglslang_wrapper_utils.cpp2737 switch (mOptions.preRotation) in preRotateXY()
3099 if (IsRotationIdentity(mOptions.preRotation) && !mOptions.transformPositionToVulkanClipSpace && in writePendingDeclarations()
3130 !IsRotationIdentity(mOptions.preRotation) || mOptions.transformPositionToVulkanClipSpace; in writeOutputPrologue()
/external/angle/src/libANGLE/renderer/vulkan/
DProgramExecutableVk.cpp73 options.preRotation = SurfaceRotation::FlippedRotated90Degrees; in ValidateTransformedSpirV()
218 options.preRotation = static_cast<SurfaceRotation>(optionBits.surfaceRotation); in initProgram()
/external/angle/src/libANGLE/renderer/metal/
DContextMtl.mm2178 // NOTE(hqle): preRotation & fragRotation are unused.