Lines Matching refs:GXTexObj
177 void* GXGetTexObjData ( const GXTexObj* tex_obj );
178 u16 GXGetTexObjWidth ( const GXTexObj* tex_obj );
179 u16 GXGetTexObjHeight( const GXTexObj* tex_obj );
180 GXTexFmt GXGetTexObjFmt ( const GXTexObj* tex_obj );
181 GXTexWrapMode GXGetTexObjWrapS ( const GXTexObj* tex_obj );
182 GXTexWrapMode GXGetTexObjWrapT ( const GXTexObj* tex_obj );
183 GXBool GXGetTexObjMipMap( const GXTexObj* tex_obj );
186 const GXTexObj* tex_obj,
195 GXTexFilter GXGetTexObjMinFilt ( const GXTexObj* tex_obj );
196 GXTexFilter GXGetTexObjMagFilt ( const GXTexObj* tex_obj );
197 f32 GXGetTexObjMinLOD ( const GXTexObj* tex_obj );
198 f32 GXGetTexObjMaxLOD ( const GXTexObj* tex_obj );
199 f32 GXGetTexObjLODBias ( const GXTexObj* tex_obj );
200 GXBool GXGetTexObjBiasClamp( const GXTexObj* tex_obj );
201 GXBool GXGetTexObjEdgeLOD ( const GXTexObj* tex_obj );
202 GXAnisotropy GXGetTexObjMaxAniso ( const GXTexObj* tex_obj );
205 const GXTexObj* tex_obj,
215 u32 GXGetTexObjTlut( const GXTexObj* tex_obj );