Home
last modified time | relevance | path

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

/external/angle/src/tests/test_utils/
Dgl_raii.h26 class GLWrapper : angle::NonCopyable
29 GLWrapper(GLGen *genFunc, GLDelete *deleteFunc) : mGenFunc(genFunc), mDeleteFunc(deleteFunc) {} in GLWrapper() function
30 ~GLWrapper() in ~GLWrapper()
40 GLWrapper(GLWrapper &&rht) in GLWrapper() function
45 GLWrapper &operator=(GLWrapper &&rht)
88 class GLVertexArray : public GLWrapper
91 GLVertexArray() : GLWrapper(&glGenVertexArrays, &glDeleteVertexArrays) {} in GLVertexArray()
93 class GLBuffer : public GLWrapper
96 GLBuffer() : GLWrapper(&glGenBuffers, &glDeleteBuffers) {} in GLBuffer()
98 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.hpp44 using deqp::GLWrapper;
Des31cShaderImageSizeTests.cpp163 class ImageSizeMachine : public glcts::GLWrapper
Des31cVertexAttribBindingTests.cpp1892 class VertexAttribState : public glcts::GLWrapper
2019 class VertexBindingState : public glcts::GLWrapper
Des31cShaderAtomicCountersTests.cpp636 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/deqp/external/openglcts/modules/gl/
Dgl4cShaderImageSizeTests.cpp422 class ImageSizeMachine : public deqp::GLWrapper
Dgl4cVertexAttribBindingTests.cpp2432 class VertexAttribState : public deqp::GLWrapper
2570 class VertexBindingState : public deqp::GLWrapper
Dgl4cShaderAtomicCountersTests.cpp723 class Buffer : public deqp::GLWrapper