Searched refs:glTextureWrapper (Results 1 – 12 of 12) sorted by relevance
124 class glTextureWrapper127 glTextureWrapper() { mBuffer = 0; } in glTextureWrapper() function128 glTextureWrapper( GLuint b ) { mBuffer = b; } in glTextureWrapper() function129 ~glTextureWrapper() { if( mBuffer != 0 ) glDeleteTextures( 1, &mBuffer ); } in ~glTextureWrapper()131 glTextureWrapper & operator=( const GLuint &rhs ) { mBuffer = rhs; return *this; }
508 glTextureWrapper texture; in CreateGLRenderbuffer()
138 class glTextureWrapper141 glTextureWrapper() { mHandle = 0; } in glTextureWrapper() function142 glTextureWrapper( GLuint b ) { mHandle = b; } in glTextureWrapper() function143 ~glTextureWrapper() { in ~glTextureWrapper()147 glTextureWrapper & operator=( const GLuint &rhs ) { mHandle = rhs; return *this; }
1642 glTextureWrapper texture; in CreateGLRenderbuffer()
55 glTextureWrapper glTexture; in test_image_format_read()
53 glTextureWrapper glTexture; in test_image_object_info()
132 glTextureWrapper glTexture; in test_image_format_read()
150 glTextureWrapper glTexture; in test_image_format_read()497 glTextureWrapper glTexture; in test_image_format_write()
120 glTextureWrapper texture; in test_image_format_get_info()
128 glTextureWrapper glTexture; in test_image_format_methods()
443 glTextureWrapper texture; in test_image_format_read()
499 glTextureWrapper glTexture; in test_image_format_write()