Home
last modified time | relevance | path

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

/external/angle/src/tests/test_utils/
Dgl_raii.h25 class GLWrapper : angle::NonCopyable
28 GLWrapper(GLGen *genFunc, GLDelete *deleteFunc) : mGenFunc(genFunc), mDeleteFunc(deleteFunc) {} in GLWrapper() function
29 ~GLWrapper() in ~GLWrapper()
39 GLWrapper(GLWrapper &&rht) in GLWrapper() function
44 GLWrapper &operator=(GLWrapper &&rht)
81 class GLVertexArray : public GLWrapper
84 GLVertexArray() : GLWrapper(&glGenVertexArrays, &glDeleteVertexArrays) {} in GLVertexArray()
86 class GLBuffer : public GLWrapper
89 GLBuffer() : GLWrapper(&glGenBuffers, &glDeleteBuffers) {} in GLBuffer()
91 class GLTexture : public GLWrapper
[all …]
/external/deqp/external/openglcts/modules/common/
DglcTestSubcase.hpp42 class GLWrapper : public glu::CallLogWrapper class
45 virtual ~GLWrapper() in ~GLWrapper()
49 GLWrapper();
53 class SubcaseBase : public GLWrapper
DglcTestSubcase.cpp38 GLWrapper::GLWrapper() in GLWrapper() function in deqp::GLWrapper
/external/deqp/external/openglcts/modules/gles31/
Dtes31TestCase.hpp48 using deqp::GLWrapper;
Des31cShaderImageSizeTests.cpp163 class ImageSizeMachine : public glcts::GLWrapper
Des31cVertexAttribBindingTests.cpp1892 class VertexAttribState : public glcts::GLWrapper
2019 class VertexBindingState : public glcts::GLWrapper
Des31cShaderAtomicCountersTests.cpp629 class Buffer : public glcts::GLWrapper
/external/replicaisland/src/com/replica/replicaisland/
DGLSurfaceView.java229 public void setGLWrapper(GLWrapper glWrapper) { in setGLWrapper()
571 public interface GLWrapper { interface in GLSurfaceView
1661 private GLWrapper mGLWrapper;
DGLErrorLogger.java32 public class GLErrorLogger implements GLSurfaceView.GLWrapper {
/external/angle/src/tests/deqp_support/
Des31cVertexAttribBindingTests_override.cpp1907 class VertexAttribState : public glcts::GLWrapper
2037 class VertexBindingState : public glcts::GLWrapper
/external/deqp/external/openglcts/modules/gl/
Dgl4cShaderImageSizeTests.cpp422 class ImageSizeMachine : public deqp::GLWrapper
Dgl4cVertexAttribBindingTests.cpp2434 class VertexAttribState : public deqp::GLWrapper
2572 class VertexBindingState : public deqp::GLWrapper
Dgl4cShaderAtomicCountersTests.cpp716 class Buffer : public deqp::GLWrapper