Searched refs:GLWrapper (Results 1 – 12 of 12) 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 …]
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
1891 class VertexAttribState : public glcts::GLWrapper2018 class VertexBindingState : public glcts::GLWrapper
629 class Buffer : public glcts::GLWrapper
229 public void setGLWrapper(GLWrapper glWrapper) { in setGLWrapper()571 public interface GLWrapper { interface in GLSurfaceView1661 private GLWrapper mGLWrapper;
32 public class GLErrorLogger implements GLSurfaceView.GLWrapper {
422 class ImageSizeMachine : public deqp::GLWrapper
2434 class VertexAttribState : public deqp::GLWrapper2572 class VertexBindingState : public deqp::GLWrapper
716 class Buffer : public deqp::GLWrapper