Home
last modified time | relevance | path

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

/hardware/google/gfxstream/common/end2end/
DGfxstreamEnd2EndTests.h237 class ScopedGlType {
243 ScopedGlType() {} in ScopedGlType() function
245 ScopedGlType(GlDispatch& glDispatch, GlDispatchGenFunc glGenFunc, GlDispatchDelFunc glDelFunc) in ScopedGlType() function
250 ScopedGlType(const ScopedGlType& rhs) = delete;
251 ScopedGlType& operator=(const ScopedGlType& rhs) = delete;
253 ScopedGlType(ScopedGlType&& rhs) in ScopedGlType() function
261 ScopedGlType& operator=(ScopedGlType&& rhs) {
269 ~ScopedGlType() { in ~ScopedGlType()
286 class ScopedGlBuffer : public ScopedGlType {
289 : ScopedGlType(dispatch, &GlDispatch::glGenBuffers, &GlDispatch::glDeleteBuffers) {} in ScopedGlBuffer()
[all …]