Lines Matching refs:GXTexObj
162 void* GXGetTexObjData ( const GXTexObj* tex_obj );
163 u16 GXGetTexObjWidth ( const GXTexObj* tex_obj );
164 u16 GXGetTexObjHeight( const GXTexObj* tex_obj );
165 GXTexFmt GXGetTexObjFmt ( const GXTexObj* tex_obj );
166 GXTexWrapMode GXGetTexObjWrapS ( const GXTexObj* tex_obj );
167 GXTexWrapMode GXGetTexObjWrapT ( const GXTexObj* tex_obj );
168 GXBool GXGetTexObjMipMap( const GXTexObj* tex_obj );
171 const GXTexObj* tex_obj,
180 GXTexFilter GXGetTexObjMinFilt ( const GXTexObj* tex_obj );
181 GXTexFilter GXGetTexObjMagFilt ( const GXTexObj* tex_obj );
182 f32 GXGetTexObjMinLOD ( const GXTexObj* tex_obj );
183 f32 GXGetTexObjMaxLOD ( const GXTexObj* tex_obj );
184 f32 GXGetTexObjLODBias ( const GXTexObj* tex_obj );
185 GXBool GXGetTexObjBiasClamp( const GXTexObj* tex_obj );
186 GXBool GXGetTexObjEdgeLOD ( const GXTexObj* tex_obj );
187 GXAnisotropy GXGetTexObjMaxAniso ( const GXTexObj* tex_obj );
190 const GXTexObj* tex_obj,
200 u32 GXGetTexObjTlut( const GXTexObj* tex_obj );