Home
last modified time | relevance | path

Searched defs:plane (Results 1 – 16 of 16) sorted by relevance

/hardware/google/gfxstream/common/vulkan/include/vulkan/
Dvulkan_format_traits.hpp6808 …N_HPP_NAMESPACE::Format planeCompatibleFormat( VULKAN_HPP_NAMESPACE::Format format, uint8_t plane ) in planeCompatibleFormat()
7032 …N_HPP_CONSTEXPR_14 uint8_t planeHeightDivisor( VULKAN_HPP_NAMESPACE::Format format, uint8_t plane ) in planeHeightDivisor()
7222 …AN_HPP_CONSTEXPR_14 uint8_t planeWidthDivisor( VULKAN_HPP_NAMESPACE::Format format, uint8_t plane ) in planeWidthDivisor()
Dvulkansc_format_traits.hpp6540 …N_HPP_NAMESPACE::Format planeCompatibleFormat( VULKAN_HPP_NAMESPACE::Format format, uint8_t plane ) in planeCompatibleFormat()
6764 …N_HPP_CONSTEXPR_14 uint8_t planeHeightDivisor( VULKAN_HPP_NAMESPACE::Format format, uint8_t plane ) in planeHeightDivisor()
6954 …AN_HPP_CONSTEXPR_14 uint8_t planeWidthDivisor( VULKAN_HPP_NAMESPACE::Format format, uint8_t plane ) in planeWidthDivisor()
Dvulkan_metal.h145 VkImageAspectFlagBits plane; member
152 VkImageAspectFlagBits plane; member
Dvulkan_structs.hpp32896 …VULKAN_HPP_NAMESPACE::ImageAspectFlagBits plane = VULKAN_HPP_NAMESPACE::ImageAspectFlagBits::eColo… member
44680 …VULKAN_HPP_NAMESPACE::ImageAspectFlagBits plane = VULKAN_HPP_NAMESPACE::ImageAspectFlagBits::eColo… member
/hardware/ti/am57x/libhwcomposer/
Ddisplay.cpp46 for (auto plane : kdisp->card->get_planes()) { in setup_composition_pipes() local
135 kms::Plane* plane = plane_props->plane; in set_plane_properties() local
Ddisplay.h52 kms::Plane* plane; member
Dhwc.cpp398 static void adjust_drm_plane_to_layer(hwc_layer_1_t* layer, drm_plane_props_t* plane) in adjust_drm_plane_to_layer()
/hardware/google/gfxstream/host/gl/
DYUVConverter.cpp87 GLint getGlTextureFormat(FrameworkFormat format, bool yuv420888ToNv21, YUVPlane plane) { in getGlTextureFormat()
150 GLenum getGlPixelFormat(FrameworkFormat format, bool yuv420888ToNv21, YUVPlane plane) { in getGlPixelFormat()
213 GLsizei getGlPixelType(FrameworkFormat format, bool yuv420888ToNv21, YUVPlane plane) { in getGlPixelType()
452 YUVPlane plane, in createYUVGLTex()
473 YUVPlane plane, void* pixels, uint32_t pixelsStride) { in readYUVTex()
511 YUVPlane plane, in subUpdateYUVGLTex()
/hardware/google/camera/devices/EmulatedCamera/hwl/
DBase.h68 } plane; member
/hardware/google/gfxstream/third-party/astc-encoder/Source/
Dastcenc_image.cpp214 void* plane = img.data[zi]; in load_image_block() local
294 const uint8_t* plane = static_cast<const uint8_t*>(img.data[0]); in load_image_block_fast_ldr() local
Dwuffs-v0.3.c4068 uint32_t plane) { in wuffs_base__pixel_subsampling__bias_x()
4076 uint32_t plane) { in wuffs_base__pixel_subsampling__denominator_x()
4083 uint32_t plane) { in wuffs_base__pixel_subsampling__bias_y()
4091 uint32_t plane) { in wuffs_base__pixel_subsampling__denominator_y()
4099 wuffs_base__pixel_subsampling::bias_x(uint32_t plane) const { in bias_x()
4104 wuffs_base__pixel_subsampling::denominator_x(uint32_t plane) const { in denominator_x()
4109 wuffs_base__pixel_subsampling::bias_y(uint32_t plane) const { in bias_y()
4114 wuffs_base__pixel_subsampling::denominator_y(uint32_t plane) const { in denominator_y()
5038 wuffs_base__pixel_buffer::plane(uint32_t p) { in plane() function
/hardware/interfaces/graphics/mapper/2.0/utils/passthrough/include/mapper-passthrough/2.0/
DGralloc1Hal.h261 const auto& plane = flex.planes[i]; in toYCbCrLayout() local
/hardware/google/gfxstream/guest/GLESv1_enc/
Dgl_entry.cpp327 void glClipPlanef(GLenum plane, const GLfloat* equation) in glClipPlanef()
1381 void glClipPlanexOES(GLenum plane, const GLfixed* equation) in glClipPlanexOES()
1387 void glClipPlanexIMG(GLenum plane, const GLfixed* equation) in glClipPlanexIMG()
1769 void glClipPlanefOES(GLenum plane, const GLfloat* equation) in glClipPlanefOES()
1775 void glClipPlanefIMG(GLenum plane, const GLfloat* equation) in glClipPlanefIMG()
Dgl_enc.cpp115 void glClipPlanef_enc(void *self , GLenum plane, const GLfloat* equation) in glClipPlanef_enc()
5355 void glClipPlanexOES_enc(void *self , GLenum plane, const GLfixed* equation) in glClipPlanexOES_enc()
5385 void glClipPlanexIMG_enc(void *self , GLenum plane, const GLfixed* equation) in glClipPlanexIMG_enc()
7321 void glClipPlanefOES_enc(void *self , GLenum plane, const GLfloat* equation) in glClipPlanefOES_enc()
7351 void glClipPlanefIMG_enc(void *self , GLenum plane, const GLfloat* equation) in glClipPlanefIMG_enc()
/hardware/google/gfxstream/common/end2end/
DGfxstreamEnd2EndTests.cpp675 const Gralloc::LockedPlane& plane = planes[0]; in FillAhb() local
/hardware/google/gfxstream/host/gl/glestranslator/GLES_CM/
DGLEScmImp.cpp600 GL_API void GL_APIENTRY glClipPlanef( GLenum plane, const GLfloat *equation) { in glClipPlanef()
611 GL_API void GL_APIENTRY glClipPlanex( GLenum plane, const GLfixed *equation) { in glClipPlanex()