Searched refs:GLWrapper (Results 1 – 12 of 12) sorted by relevance
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
44 using deqp::GLWrapper;
163 class ImageSizeMachine : public glcts::GLWrapper
1892 class VertexAttribState : public glcts::GLWrapper2019 class VertexBindingState : public glcts::GLWrapper
636 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
2432 class VertexAttribState : public deqp::GLWrapper2570 class VertexBindingState : public deqp::GLWrapper
723 class Buffer : public deqp::GLWrapper