Searched refs:GLWrapper (Results 1 – 13 of 13) sorted by relevance
25 class GLWrapper : angle::NonCopyable28 GLWrapper(GLGen *genFunc, GLDelete *deleteFunc) : mGenFunc(genFunc), mDeleteFunc(deleteFunc) {} in GLWrapper() function29 ~GLWrapper() in ~GLWrapper()39 GLWrapper(GLWrapper &&rht) in GLWrapper() function44 GLWrapper &operator=(GLWrapper &&rht)81 class GLVertexArray : public GLWrapper84 GLVertexArray() : GLWrapper(&glGenVertexArrays, &glDeleteVertexArrays) {} in GLVertexArray()86 class GLBuffer : public GLWrapper89 GLBuffer() : GLWrapper(&glGenBuffers, &glDeleteBuffers) {} in GLBuffer()91 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
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 {
1907 class VertexAttribState : public glcts::GLWrapper2037 class VertexBindingState : 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