Home
last modified time | relevance | path

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

/third_party/flutter/skia/third_party/externals/angle2/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() { (*mDeleteFunc)(1, &mHandle); } in ~GLWrapper()
33 GLWrapper(GLWrapper &&rht) in GLWrapper() function
38 GLWrapper &operator=(GLWrapper &&rht)
75 class GLVertexArray : public GLWrapper
78 GLVertexArray() : GLWrapper(&glGenVertexArrays, &glDeleteVertexArrays) {} in GLVertexArray()
80 class GLBuffer : public GLWrapper
83 GLBuffer() : GLWrapper(&glGenBuffers, &glDeleteBuffers) {} in GLBuffer()
85 class GLTexture : public GLWrapper
[all …]
/third_party/skia/third_party/externals/angle2/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 …]
/third_party/vk-gl-cts/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
/third_party/vk-gl-cts/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
/third_party/vk-gl-cts/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