Home
last modified time | relevance | path

Searched refs:glTextureWrapper (Results 1 – 12 of 12) sorted by relevance

/external/OpenCL-CTS/test_common/gles/
Dhelpers.h124 class glTextureWrapper
127 glTextureWrapper() { mBuffer = 0; } in glTextureWrapper() function
128 glTextureWrapper( GLuint b ) { mBuffer = b; } in glTextureWrapper() function
129 ~glTextureWrapper() { if( mBuffer != 0 ) glDeleteTextures( 1, &mBuffer ); } in ~glTextureWrapper()
131 glTextureWrapper & operator=( const GLuint &rhs ) { mBuffer = rhs; return *this; }
Dhelpers.cpp508 glTextureWrapper texture; in CreateGLRenderbuffer()
/external/OpenCL-CTS/test_common/gl/
Dhelpers.h138 class glTextureWrapper
141 glTextureWrapper() { mHandle = 0; } in glTextureWrapper() function
142 glTextureWrapper( GLuint b ) { mHandle = b; } in glTextureWrapper() function
143 ~glTextureWrapper() { in ~glTextureWrapper()
147 glTextureWrapper & operator=( const GLuint &rhs ) { mHandle = rhs; return *this; }
Dhelpers.cpp1642 glTextureWrapper texture; in CreateGLRenderbuffer()
/external/OpenCL-CTS/test_conformance/gles/
Dtest_images_3D_info.cpp55 glTextureWrapper glTexture; in test_image_format_read()
Dtest_images_2D_info.cpp53 glTextureWrapper glTexture; in test_image_object_info()
Dtest_images_3D.cpp132 glTextureWrapper glTexture; in test_image_format_read()
Dtest_images_2D.cpp150 glTextureWrapper glTexture; in test_image_format_read()
497 glTextureWrapper glTexture; in test_image_format_write()
/external/OpenCL-CTS/test_conformance/gl/
Dtest_images_getinfo_common.cpp120 glTextureWrapper texture; in test_image_format_get_info()
Dtest_image_methods.cpp128 glTextureWrapper glTexture; in test_image_format_methods()
Dtest_images_read_common.cpp443 glTextureWrapper texture; in test_image_format_read()
Dtest_images_write_common.cpp499 glTextureWrapper glTexture; in test_image_format_write()