Panda3D
Functions
androidGraphicsPipe.cxx File Reference

PANDA 3D SOFTWARE Copyright (c) Carnegie Mellon University. More...

#include "androidGraphicsPipe.h"
#include "androidGraphicsWindow.h"
#include "androidGraphicsStateGuardian.h"
#include "config_androiddisplay.h"
#include "frameBufferProperties.h"

Go to the source code of this file.

Functions

 PT (GraphicsPipe) AndroidGraphicsPipe
 This function is passed to the GraphicsPipeSelection object to allow the user to make a default AndroidGraphicsPipe. More...
 
 PT (GraphicsOutput) AndroidGraphicsPipe
 Creates a new window on the pipe, if possible. More...
 

Detailed Description

PANDA 3D SOFTWARE Copyright (c) Carnegie Mellon University.

All rights reserved.

All use of this software is subject to the terms of the revised BSD license. You should have received a copy of this license along with this source code in a file named "LICENSE."

Author
rdb
Date
2013-01-11

Definition in file androidGraphicsPipe.cxx.

Function Documentation

◆ PT() [1/2]

PT ( GraphicsPipe  )

This function is passed to the GraphicsPipeSelection object to allow the user to make a default AndroidGraphicsPipe.

Creates a new GraphicsPipe of some arbitrary type.

Returns a new GraphicsPipe of a type defined by the indicated module.

Creates a new GraphicsPipe of the indicated type (or a type more specific than the indicated type, if necessary) and returns it.

Returns NULL if the type cannot be matched.

Returns NULL if the module is not found or does not properly recommend a GraphicsPipe.

The user may specify a preference using the Configrc file; otherwise, one will be chosen arbitrarily.

Definition at line 80 of file androidGraphicsPipe.cxx.

◆ PT() [2/2]

PT ( GraphicsOutput  )

Creates a new window on the pipe, if possible.

Definition at line 101 of file androidGraphicsPipe.cxx.