Home
last modified time | relevance | path

Searched refs:glBufferWrapper (Results 1 – 10 of 10) sorted by relevance

/external/OpenCL-CTS/test_common/gles/
Dhelpers.h104 class glBufferWrapper
107 glBufferWrapper() { mBuffer = 0; } in glBufferWrapper() function
108 glBufferWrapper( GLuint b ) { mBuffer = b; } in glBufferWrapper() function
109 ~glBufferWrapper() { if( mBuffer != 0 ) glDeleteBuffers( 1, &mBuffer ); } in ~glBufferWrapper()
111 glBufferWrapper & operator=( const GLuint &rhs ) { mBuffer = rhs; return *this; }
/external/OpenCL-CTS/test_common/gl/
Dhelpers.h118 class glBufferWrapper
121 glBufferWrapper() { mBuffer = 0; } in glBufferWrapper() function
122 glBufferWrapper( GLuint b ) { mBuffer = b; } in glBufferWrapper() function
123 ~glBufferWrapper() { if( mBuffer != 0 ) glDeleteBuffers( 1, &mBuffer ); } in ~glBufferWrapper()
125 glBufferWrapper & operator=( const GLuint &rhs ) { mBuffer = rhs; return *this; }
Dhelpers.cpp1171 glBufferWrapper vbo; in CreateGLTexture2DMultisample()
1404 glBufferWrapper vbo; in CreateGLTexture2DArrayMultisample()
/external/OpenCL-CTS/test_conformance/gl/
Dtest_images_getinfo_common.cpp121 glBufferWrapper glbuf; in test_image_format_get_info()
Dtest_buffers.cpp138 glBufferWrapper inGLBuffer, outGLBuffer; in test_buffer_kernel()
Dtest_images_read_common.cpp446 glBufferWrapper glbuf; in test_image_format_read()
Dtest_fence_sync.cpp423 glBufferWrapper vtxBuffer, colorBuffer; in test_fence_sync_single()
Dtest_images_write_common.cpp500 glBufferWrapper glBuf; in test_image_format_write()
/external/OpenCL-CTS/test_conformance/gles/
Dtest_buffers.cpp141 glBufferWrapper inGLBuffer, outGLBuffer; in test_buffer_kernel()
Dtest_fence_sync.cpp413 glBufferWrapper vtxBuffer, colorBuffer; in test_fence_sync_single()