Skip to content

Class mediapipe::Tensor::OpenGlTexture2dView

ClassList > mediapipe > Tensor > OpenGlTexture2dView

Inherits the following classes: mediapipe::Tensor::View

Public Types

Type Name
enum Layout

Public Functions

Type Name
OpenGlTexture2dView (OpenGlTexture2dView && src)
GLuint name () const

Public Static Functions

Type Name
Layout GetLayoutDimensions (const Tensor::Shape & shape, int * width, int * height)

Protected Attributes

Type Name
GLuint name_

Protected Functions

Type Name
OpenGlTexture2dView (GLuint name, std::unique_ptr< absl::MutexLock > && lock)

Public Types Documentation

enum Layout

enum mediapipe::Tensor::OpenGlTexture2dView::Layout {
    kAligned,
    kLinearized
};

Public Functions Documentation

function OpenGlTexture2dView [1/2]

inline mediapipe::Tensor::OpenGlTexture2dView::OpenGlTexture2dView (
    OpenGlTexture2dView && src
) 

function name

inline GLuint mediapipe::Tensor::OpenGlTexture2dView::name () const

Public Static Functions Documentation

function GetLayoutDimensions

static Layout mediapipe::Tensor::OpenGlTexture2dView::GetLayoutDimensions (
    const Tensor::Shape & shape,
    int * width,
    int * height
) 

Protected Attributes Documentation

variable name_

GLuint mediapipe::Tensor::OpenGlTexture2dView::name_;

Protected Functions Documentation

function OpenGlTexture2dView [2/2]

inline mediapipe::Tensor::OpenGlTexture2dView::OpenGlTexture2dView (
    GLuint name,
    std::unique_ptr< absl::MutexLock > && lock
) 


The documentation for this class was generated from the following file /home/friedel/devel/ILLIXR-plugins/hand_tracking/mediapipe/framework/formats/tensor.h