208 lines
9.7 KiB
HTML
208 lines
9.7 KiB
HTML
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
|
|
|
|
<HTML>
|
|
<HEAD>
|
|
<TITLE>class osg::Texture::Extensions</TITLE>
|
|
<META NAME="GENERATOR" CONTENT="DOC++ 3.4.10">
|
|
</HEAD>
|
|
<BODY BGCOLOR="#ffffff">
|
|
|
|
<H2>class <A HREF="#DOC.DOCU">Extensions</A></H2></H2><BLOCKQUOTE>Extensions class which encapsulates the querring of extensions and associated function pointers, and provide convinience wrappers to check for the extensions or use the associated functions</BLOCKQUOTE>
|
|
<HR>
|
|
|
|
<H2>Inheritance:</H2>
|
|
<APPLET CODE="ClassGraph.class" WIDTH=600 HEIGHT=65>
|
|
<param name=classes value="CReferenced,MReferenced.html,CExtensions,MExtensions.html">
|
|
<param name=before value="M,M">
|
|
<param name=after value="Md_,M">
|
|
<param name=indent value="0,1">
|
|
<param name=arrowdir value="down">
|
|
</APPLET>
|
|
<HR>
|
|
|
|
<DL>
|
|
<P><DL>
|
|
<DT><H3>Public Methods</H3><DD><DT>
|
|
<IMG ALT="[more]" BORDER=0 SRC=icon1.gif> <B><A HREF="#DOC.2.180.38.1">Extensions</A></B>()
|
|
<DT>
|
|
<IMG ALT="[more]" BORDER=0 SRC=icon1.gif> <B><A HREF="#DOC.2.180.38.2">Extensions</A></B>(const <!1><A HREF="Extensions.html#DOC.2.180.38.2">Extensions</A>& rhs)
|
|
<DT>
|
|
<IMG ALT="[more]" BORDER=0 SRC=icon1.gif>void <B><A HREF="#DOC.2.180.38.3">lowestCommonDenominator</A></B>(const <!1><A HREF="Extensions.html">Extensions</A>& rhs)
|
|
<DT>
|
|
<IMG ALT="[more]" BORDER=0 SRC=icon1.gif>void <B><A HREF="#DOC.2.180.38.4">setupGLExtenions</A></B>()
|
|
<DT>
|
|
<IMG ALT="[more]" BORDER=0 SRC=icon1.gif>bool <B><A HREF="#DOC.2.180.38.5">isTextureFilterAnisotropicSupported</A></B>() const
|
|
<DT>
|
|
<IMG ALT="[more]" BORDER=0 SRC=icon1.gif>bool <B><A HREF="#DOC.2.180.38.6">isTextureCompressionARBSupported</A></B>() const
|
|
<DT>
|
|
<IMG ALT="[more]" BORDER=0 SRC=icon1.gif>bool <B><A HREF="#DOC.2.180.38.7">isTextureCompressionS3TCSupported</A></B>() const
|
|
<DT>
|
|
<IMG ALT="[more]" BORDER=0 SRC=icon1.gif>bool <B><A HREF="#DOC.2.180.38.8">isTextureMirroredRepeatSupported</A></B>() const
|
|
<DT>
|
|
<IMG ALT="[more]" BORDER=0 SRC=icon1.gif>bool <B><A HREF="#DOC.2.180.38.9">isTextureEdgeClampSupported</A></B>() const
|
|
<DT>
|
|
<IMG ALT="[more]" BORDER=0 SRC=icon1.gif>bool <B><A HREF="#DOC.2.180.38.10">isTextureBorderClampSupported</A></B>() const
|
|
<DT>
|
|
<IMG ALT="[more]" BORDER=0 SRC=icon1.gif>GLint <B><A HREF="#DOC.2.180.38.11">maxTextureSize</A></B>() const
|
|
<DT>
|
|
<IMG ALT="[more]" BORDER=0 SRC=icon1.gif>bool <B><A HREF="#DOC.2.180.38.12">isCompressedTexImage2DSupported</A></B>() const
|
|
<DT>
|
|
<IMG ALT="[more]" BORDER=0 SRC=icon1.gif>void <B><A HREF="#DOC.2.180.38.13">glCompressedTexImage2D</A></B>(GLenum target, GLint level, GLenum internalformat, GLsizei <!1><A HREF="Viewport.html#DOC.2.207.9">width</A>, GLsizei <!1><A HREF="Viewport.html#DOC.2.207.10">height</A>, GLint border, GLsizei imageSize, const GLvoid* <!1><A HREF="Image.html#DOC.2.73.28">data</A>) const
|
|
</DL></P>
|
|
|
|
<P><DL>
|
|
<DT><H3>Protected Fields</H3><DD><DT>
|
|
<IMG ALT="[more]" BORDER=0 SRC=icon1.gif>bool <B><A HREF="#DOC.2.180.38.15">_isTextureFilterAnisotropicSupported</A></B>
|
|
<DT>
|
|
<IMG ALT="[more]" BORDER=0 SRC=icon1.gif>bool <B><A HREF="#DOC.2.180.38.16">_isTextureCompressionARBSupported</A></B>
|
|
<DT>
|
|
<IMG ALT="[more]" BORDER=0 SRC=icon1.gif>bool <B><A HREF="#DOC.2.180.38.17">_isTextureCompressionS3TCSupported</A></B>
|
|
<DT>
|
|
<IMG ALT="[more]" BORDER=0 SRC=icon1.gif>bool <B><A HREF="#DOC.2.180.38.18">_isTextureMirroredRepeatSupported</A></B>
|
|
<DT>
|
|
<IMG ALT="[more]" BORDER=0 SRC=icon1.gif>bool <B><A HREF="#DOC.2.180.38.19">_isTextureEdgeClampSupported</A></B>
|
|
<DT>
|
|
<IMG ALT="[more]" BORDER=0 SRC=icon1.gif>bool <B><A HREF="#DOC.2.180.38.20">_isTextureBorderClampSupported</A></B>
|
|
<DT>
|
|
<IMG ALT="[more]" BORDER=0 SRC=icon1.gif>GLint <B><A HREF="#DOC.2.180.38.21">_maxTextureSize</A></B>
|
|
<DT>
|
|
<IMG ALT="[more]" BORDER=0 SRC=icon1.gif>void* <B><A HREF="#DOC.2.180.38.22">_glCompressedTexImage2D</A></B>
|
|
</DL></P>
|
|
|
|
<P><DL>
|
|
<DT><H3>Protected Methods</H3><DD><DT>
|
|
<IMG ALT="[more]" BORDER=0 SRC=icon1.gif> <B><A HREF="#DOC.2.180.38.14">~Extensions</A></B>()
|
|
</DL></P>
|
|
|
|
</DL>
|
|
<HR><H3>Inherited from <A HREF="Referenced.html">Referenced</A>:</H3>
|
|
<DL>
|
|
<P><DL>
|
|
<DT><H3>Public Methods</H3><DD><DT>
|
|
<IMG ALT="o" SRC=icon2.gif>inline <!1><A HREF="Referenced.html">Referenced</A>& <B>operator = </B>(<!1><A HREF="Referenced.html">Referenced</A>&)
|
|
<DT>
|
|
<IMG ALT="o" SRC=icon2.gif>static void <B>setDeleteHandler</B>(<!1><A HREF="DeleteHandler.html">DeleteHandler</A>* handler)
|
|
<DT>
|
|
<IMG ALT="o" SRC=icon2.gif>static <!1><A HREF="DeleteHandler.html">DeleteHandler</A>* <B>getDeleteHandler</B>()
|
|
<DT>
|
|
<IMG ALT="o" SRC=icon2.gif>inline void <B>ref</B>() const
|
|
<DT>
|
|
<IMG ALT="o" SRC=icon2.gif>inline void <B>unref_nodelete</B>() const
|
|
<DT>
|
|
<IMG ALT="o" SRC=icon2.gif>inline int <B>referenceCount</B>() const
|
|
<DT>
|
|
<IMG ALT="o" SRC=icon2.gif>inline void <B>unref</B>() const
|
|
</DL></P>
|
|
|
|
<P><DL>
|
|
<DT><H3>Protected Fields</H3><DD><DT>
|
|
<IMG ALT="o" SRC=icon2.gif>mutable int <B>_refCount</B>
|
|
</DL></P>
|
|
|
|
</DL>
|
|
|
|
<A NAME="DOC.DOCU"></A>
|
|
<HR>
|
|
<H2>Documentation</H2>
|
|
<BLOCKQUOTE>Extensions class which encapsulates the querring of extensions and
|
|
associated function pointers, and provide convinience wrappers to
|
|
check for the extensions or use the associated functions</BLOCKQUOTE>
|
|
<DL>
|
|
|
|
<A NAME="Extensions"></A>
|
|
<A NAME="DOC.2.180.38.1"></A>
|
|
<DT><IMG ALT="o" BORDER=0 SRC=icon2.gif><TT><B> Extensions()</B></TT>
|
|
<DL><DT><DD></DL><P>
|
|
<A NAME="Extensions"></A>
|
|
<A NAME="DOC.2.180.38.2"></A>
|
|
<DT><IMG ALT="o" BORDER=0 SRC=icon2.gif><TT><B> Extensions(const <!1><A HREF="Extensions.html#DOC.2.180.38.2">Extensions</A>& rhs)</B></TT>
|
|
<DL><DT><DD></DL><P>
|
|
<A NAME="lowestCommonDenominator"></A>
|
|
<A NAME="DOC.2.180.38.3"></A>
|
|
<DT><IMG ALT="o" BORDER=0 SRC=icon2.gif><TT><B>void lowestCommonDenominator(const <!1><A HREF="Extensions.html">Extensions</A>& rhs)</B></TT>
|
|
<DL><DT><DD></DL><P>
|
|
<A NAME="setupGLExtenions"></A>
|
|
<A NAME="DOC.2.180.38.4"></A>
|
|
<DT><IMG ALT="o" BORDER=0 SRC=icon2.gif><TT><B>void setupGLExtenions()</B></TT>
|
|
<DL><DT><DD></DL><P>
|
|
<A NAME="isTextureFilterAnisotropicSupported"></A>
|
|
<A NAME="DOC.2.180.38.5"></A>
|
|
<DT><IMG ALT="o" BORDER=0 SRC=icon2.gif><TT><B>bool isTextureFilterAnisotropicSupported() const </B></TT>
|
|
<DL><DT><DD></DL><P>
|
|
<A NAME="isTextureCompressionARBSupported"></A>
|
|
<A NAME="DOC.2.180.38.6"></A>
|
|
<DT><IMG ALT="o" BORDER=0 SRC=icon2.gif><TT><B>bool isTextureCompressionARBSupported() const </B></TT>
|
|
<DL><DT><DD></DL><P>
|
|
<A NAME="isTextureCompressionS3TCSupported"></A>
|
|
<A NAME="DOC.2.180.38.7"></A>
|
|
<DT><IMG ALT="o" BORDER=0 SRC=icon2.gif><TT><B>bool isTextureCompressionS3TCSupported() const </B></TT>
|
|
<DL><DT><DD></DL><P>
|
|
<A NAME="isTextureMirroredRepeatSupported"></A>
|
|
<A NAME="DOC.2.180.38.8"></A>
|
|
<DT><IMG ALT="o" BORDER=0 SRC=icon2.gif><TT><B>bool isTextureMirroredRepeatSupported() const </B></TT>
|
|
<DL><DT><DD></DL><P>
|
|
<A NAME="isTextureEdgeClampSupported"></A>
|
|
<A NAME="DOC.2.180.38.9"></A>
|
|
<DT><IMG ALT="o" BORDER=0 SRC=icon2.gif><TT><B>bool isTextureEdgeClampSupported() const </B></TT>
|
|
<DL><DT><DD></DL><P>
|
|
<A NAME="isTextureBorderClampSupported"></A>
|
|
<A NAME="DOC.2.180.38.10"></A>
|
|
<DT><IMG ALT="o" BORDER=0 SRC=icon2.gif><TT><B>bool isTextureBorderClampSupported() const </B></TT>
|
|
<DL><DT><DD></DL><P>
|
|
<A NAME="maxTextureSize"></A>
|
|
<A NAME="DOC.2.180.38.11"></A>
|
|
<DT><IMG ALT="o" BORDER=0 SRC=icon2.gif><TT><B>GLint maxTextureSize() const </B></TT>
|
|
<DL><DT><DD></DL><P>
|
|
<A NAME="isCompressedTexImage2DSupported"></A>
|
|
<A NAME="DOC.2.180.38.12"></A>
|
|
<DT><IMG ALT="o" BORDER=0 SRC=icon2.gif><TT><B>bool isCompressedTexImage2DSupported() const </B></TT>
|
|
<DL><DT><DD></DL><P>
|
|
<A NAME="glCompressedTexImage2D"></A>
|
|
<A NAME="DOC.2.180.38.13"></A>
|
|
<DT><IMG ALT="o" BORDER=0 SRC=icon2.gif><TT><B>void glCompressedTexImage2D(GLenum target, GLint level, GLenum internalformat, GLsizei <!1><A HREF="Viewport.html#DOC.2.207.9">width</A>, GLsizei <!1><A HREF="Viewport.html#DOC.2.207.10">height</A>, GLint border, GLsizei imageSize, const GLvoid* <!1><A HREF="Image.html#DOC.2.73.28">data</A>) const </B></TT>
|
|
<DL><DT><DD></DL><P>
|
|
<A NAME="~Extensions"></A>
|
|
<A NAME="DOC.2.180.38.14"></A>
|
|
<DT><IMG ALT="o" BORDER=0 SRC=icon2.gif><TT><B> ~Extensions()</B></TT>
|
|
<DL><DT><DD></DL><P>
|
|
<A NAME="_isTextureFilterAnisotropicSupported"></A>
|
|
<A NAME="DOC.2.180.38.15"></A>
|
|
<DT><IMG ALT="o" BORDER=0 SRC=icon2.gif><TT><B>bool _isTextureFilterAnisotropicSupported</B></TT>
|
|
<DL><DT><DD></DL><P>
|
|
<A NAME="_isTextureCompressionARBSupported"></A>
|
|
<A NAME="DOC.2.180.38.16"></A>
|
|
<DT><IMG ALT="o" BORDER=0 SRC=icon2.gif><TT><B>bool _isTextureCompressionARBSupported</B></TT>
|
|
<DL><DT><DD></DL><P>
|
|
<A NAME="_isTextureCompressionS3TCSupported"></A>
|
|
<A NAME="DOC.2.180.38.17"></A>
|
|
<DT><IMG ALT="o" BORDER=0 SRC=icon2.gif><TT><B>bool _isTextureCompressionS3TCSupported</B></TT>
|
|
<DL><DT><DD></DL><P>
|
|
<A NAME="_isTextureMirroredRepeatSupported"></A>
|
|
<A NAME="DOC.2.180.38.18"></A>
|
|
<DT><IMG ALT="o" BORDER=0 SRC=icon2.gif><TT><B>bool _isTextureMirroredRepeatSupported</B></TT>
|
|
<DL><DT><DD></DL><P>
|
|
<A NAME="_isTextureEdgeClampSupported"></A>
|
|
<A NAME="DOC.2.180.38.19"></A>
|
|
<DT><IMG ALT="o" BORDER=0 SRC=icon2.gif><TT><B>bool _isTextureEdgeClampSupported</B></TT>
|
|
<DL><DT><DD></DL><P>
|
|
<A NAME="_isTextureBorderClampSupported"></A>
|
|
<A NAME="DOC.2.180.38.20"></A>
|
|
<DT><IMG ALT="o" BORDER=0 SRC=icon2.gif><TT><B>bool _isTextureBorderClampSupported</B></TT>
|
|
<DL><DT><DD></DL><P>
|
|
<A NAME="_maxTextureSize"></A>
|
|
<A NAME="DOC.2.180.38.21"></A>
|
|
<DT><IMG ALT="o" BORDER=0 SRC=icon2.gif><TT><B>GLint _maxTextureSize</B></TT>
|
|
<DL><DT><DD></DL><P>
|
|
<A NAME="_glCompressedTexImage2D"></A>
|
|
<A NAME="DOC.2.180.38.22"></A>
|
|
<DT><IMG ALT="o" BORDER=0 SRC=icon2.gif><TT><B>void* _glCompressedTexImage2D</B></TT>
|
|
<DL><DT><DD></DL><P></DL>
|
|
|
|
<HR><DL><DT><B>This class has no child classes.</B></DL>
|
|
|
|
<DL><DT><DD></DL><P><P><I><A HREF="index.html">Alphabetic index</A></I> <I><A HREF="HIER.html">HTML hierarchy of classes</A> or <A HREF="HIERjava.html">Java</A></I></P><HR>
|
|
<BR>
|
|
This page was generated with the help of <A HREF="http://docpp.sourceforge.net">DOC++</A>.
|
|
</BODY>
|
|
</HTML>
|