/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/appendices/ |
D | VK_AMD_negative_viewport_height.adoc | 21 The result is that the viewport transformation will flip along the y-axis.
|
D | VK_EXT_depth_clip_control.adoc | 36 The fix for porting over the origin is a simple y-axis flip.
|
D | VK_KHR_win32_surface.adoc | 65 * Creating then destroying a flip presentation model DXGI swapchain on a
|
/hardware/google/graphics/common/libacryl/ |
D | acrylic_g2d.cpp | 908 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/ |
D | Etc2ShaderLib.comp | 297 // flip x, y in output 330 // flip x, y in output
|
/hardware/google/gfxstream/third-party/glm/include/glm/gtx/ |
D | matrix_decompose.inl | 121 // Check for a coordinate system flip. If the determinant
|
/hardware/google/gfxstream/ |
D | .gitignore | 20 /ui/shader/texture-blit-flip-vert.h
|
/hardware/google/gfxstream/third-party/glm/include/glm/gtc/ |
D | quaternion.inl | 444 bool flip = false; 452 flip = true; 467 if(flip)
|
/hardware/google/graphics/common/libhwc2.1/libdisplayinterface/ |
D | ExynosDisplayDrmInterface.h | 99 void flip(const bool hasSecureBuffer);
|
D | ExynosDisplayDrmInterface.cpp | 333 void FramebufferManager::flip(const bool hasSecureBuffer) { in flip() function in FramebufferManager 1975 mFBManager.flip(hasSecureBuffer); in deliverWinConfigData()
|
/hardware/qcom/camera/msm8998/QCamera2/stack/common/ |
D | cam_types.h | 2929 uint32_t flip; member 2995 uint32_t flip; /* 0 means no flip */ member
|
/hardware/qcom/camera/msm8998/QCamera2/HAL/ |
D | QCameraChannel.cpp | 1330 streamInfo->reprocess_config.pp_feature_config.flip = (uint32_t)flipMode; in addReprocStreamsFromSource()
|
D | QCamera2HWI.cpp | 3444 streamInfo->pp_config.flip = (uint32_t)flipMode; in initStreamInfoBuf()
|
/hardware/interfaces/graphics/common/1.0/ |
D | types.hal | 512 * 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/ |
D | IComposerClient.hal | 1070 * Sets the transform (rotation/flip) of the given layer.
|
/hardware/google/gfxstream/third-party/astc-encoder/Source/ |
D | tinyexr.h | 1773 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/ |
D | QCamera3HWI.cpp | 8491 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()
|