Home
last modified time | relevance | path

Searched refs:flip (Results 1 – 17 of 17) sorted by relevance

/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/appendices/
DVK_AMD_negative_viewport_height.adoc21 The result is that the viewport transformation will flip along the y-axis.
DVK_EXT_depth_clip_control.adoc36 The fix for porting over the origin is a simple y-axis flip.
DVK_KHR_win32_surface.adoc65 * Creating then destroying a flip presentation model DXGI swapchain on a
/hardware/google/graphics/common/libacryl/
Dacrylic_g2d.cpp908 unsigned int flip = layer.getTransform() & (HAL_TRANSFORM_FLIP_H | HAL_TRANSFORM_FLIP_V); in prepareSource() local
913 if (!flip || (flip == (HAL_TRANSFORM_FLIP_H | HAL_TRANSFORM_FLIP_V))) in prepareSource()
914 flip = ~flip & (HAL_TRANSFORM_FLIP_H | HAL_TRANSFORM_FLIP_V); in prepareSource()
917 cmd[G2DSFR_SRC_ROTATE] |= flip << G2D_ROTATEDIR_FLIP_SHIFT; in prepareSource()
/hardware/google/gfxstream/host/vulkan/emulated_textures/shaders/
DEtc2ShaderLib.comp297 // flip x, y in output
330 // flip x, y in output
/hardware/google/gfxstream/third-party/glm/include/glm/gtx/
Dmatrix_decompose.inl121 // Check for a coordinate system flip. If the determinant
/hardware/google/gfxstream/
D.gitignore20 /ui/shader/texture-blit-flip-vert.h
/hardware/google/gfxstream/third-party/glm/include/glm/gtc/
Dquaternion.inl444 bool flip = false;
452 flip = true;
467 if(flip)
/hardware/google/graphics/common/libhwc2.1/libdisplayinterface/
DExynosDisplayDrmInterface.h99 void flip(const bool hasSecureBuffer);
DExynosDisplayDrmInterface.cpp333 void FramebufferManager::flip(const bool hasSecureBuffer) { in flip() function in FramebufferManager
1975 mFBManager.flip(hasSecureBuffer); in deliverWinConfigData()
/hardware/qcom/camera/msm8998/QCamera2/stack/common/
Dcam_types.h2929 uint32_t flip; member
2995 uint32_t flip; /* 0 means no flip */ member
/hardware/qcom/camera/msm8998/QCamera2/HAL/
DQCameraChannel.cpp1330 streamInfo->reprocess_config.pp_feature_config.flip = (uint32_t)flipMode; in addReprocStreamsFromSource()
DQCamera2HWI.cpp3444 streamInfo->pp_config.flip = (uint32_t)flipMode; in initStreamInfoBuf()
/hardware/interfaces/graphics/common/1.0/
Dtypes.hal512 * Horizontal flip. FLIP_H/FLIP_V is applied before ROT_90.
517 * Vertical flip. FLIP_H/FLIP_V is applied before ROT_90.
/hardware/interfaces/graphics/composer/2.1/
DIComposerClient.hal1070 * Sets the transform (rotation/flip) of the given layer.
/hardware/google/gfxstream/third-party/astc-encoder/Source/
Dtinyexr.h1773 mz_uint level, mz_bool flip);
4505 mz_uint level, mz_bool flip) { in tdefl_write_image_to_png_file_in_memory_ex() argument
4533 (mz_uint8 *)pImage + (flip ? (h - 1 - y) : y) * bpl, in tdefl_write_image_to_png_file_in_memory_ex()
/hardware/qcom/camera/msm8998/QCamera2/HAL3/
DQCamera3HWI.cpp8491 IF_META_AVAILABLE(int32_t, flip, CAM_INTF_PARM_FLIP, metadata) { in translateFromHalMetadata()
8492 memcpy(&(repro_info.pipeline_flip), flip, sizeof(int32_t)); in translateFromHalMetadata()