Searched refs:GLWrapper (Results 1 – 11 of 11) sorted by relevance
25 class GLWrapper : angle::NonCopyable28 GLWrapper(GLGen *genFunc, GLDelete *deleteFunc) : mGenFunc(genFunc), mDeleteFunc(deleteFunc) {} in GLWrapper() function29 ~GLWrapper() { (*mDeleteFunc)(1, &mHandle); } in ~GLWrapper()33 GLWrapper(GLWrapper &&rht) in GLWrapper() function38 GLWrapper &operator=(GLWrapper &&rht)75 class GLVertexArray : public GLWrapper78 GLVertexArray() : GLWrapper(&glGenVertexArrays, &glDeleteVertexArrays) {} in GLVertexArray()80 class GLBuffer : public GLWrapper83 GLBuffer() : GLWrapper(&glGenBuffers, &glDeleteBuffers) {} in GLBuffer()85 class GLTexture : public GLWrapper[all …]
26 class GLWrapper : angle::NonCopyable29 GLWrapper(GLGen *genFunc, GLDelete *deleteFunc) : mGenFunc(genFunc), mDeleteFunc(deleteFunc) {} in GLWrapper() function30 ~GLWrapper() in ~GLWrapper()40 GLWrapper(GLWrapper &&rht) in GLWrapper() function45 GLWrapper &operator=(GLWrapper &&rht)88 class GLVertexArray : public GLWrapper91 GLVertexArray() : GLWrapper(&glGenVertexArrays, &glDeleteVertexArrays) {} in GLVertexArray()93 class GLBuffer : public GLWrapper96 GLBuffer() : GLWrapper(&glGenBuffers, &glDeleteBuffers) {} in GLBuffer()98 class GLTexture : public GLWrapper[all …]
42 class GLWrapper : public glu::CallLogWrapper class45 virtual ~GLWrapper() in ~GLWrapper()49 GLWrapper();53 class SubcaseBase : public GLWrapper
38 GLWrapper::GLWrapper() in GLWrapper() function in deqp::GLWrapper
48 using deqp::GLWrapper;
163 class ImageSizeMachine : public glcts::GLWrapper
1892 class VertexAttribState : public glcts::GLWrapper2019 class VertexBindingState : public glcts::GLWrapper
629 class Buffer : public glcts::GLWrapper
422 class ImageSizeMachine : public deqp::GLWrapper
2434 class VertexAttribState : public deqp::GLWrapper2572 class VertexBindingState : public deqp::GLWrapper
716 class Buffer : public deqp::GLWrapper