/external/angle/src/tests/ |
D | angle_unittests_utils.h | 50 VertexArrayImpl *createVertexArray(const gl::VertexArrayState &data) override in createVertexArray() function 94 MOCK_METHOD1(createVertexArray, VertexArrayImpl *(const gl::VertexArrayState &));
|
/external/angle/src/libANGLE/renderer/ |
D | GLImplFactory.h | 78 virtual VertexArrayImpl *createVertexArray(const gl::VertexArrayState &data) = 0;
|
/external/deqp/external/openglcts/modules/common/ |
D | glcKHRDebugTests.hpp | 208 static glw::GLuint createVertexArray(const glw::Functions* gl, const glu::RenderContext* rc);
|
D | glcKHRDebugTests.cpp | 695 { GL_VERTEX_ARRAY, createVertexArray, deleteVertexArray, "VertexArray" }, in iterate() 1112 GLuint LabelsTest::createVertexArray(const Functions* gl, const glu::RenderContext* rc) in createVertexArray() function in glcts::KHRDebug::LabelsTest
|
/external/angle/src/libANGLE/renderer/d3d/d3d9/ |
D | Context9.h | 47 VertexArrayImpl *createVertexArray(const gl::VertexArrayState &data) override;
|
D | Context9.cpp | 96 VertexArrayImpl *Context9::createVertexArray(const gl::VertexArrayState &data) in createVertexArray() function in rx::Context9
|
/external/angle/src/libANGLE/renderer/null/ |
D | ContextNULL.h | 223 VertexArrayImpl *createVertexArray(const gl::VertexArrayState &data) override;
|
D | ContextNULL.cpp | 443 VertexArrayImpl *ContextNULL::createVertexArray(const gl::VertexArrayState &data) in createVertexArray() function in rx::ContextNULL
|
/external/angle/src/libANGLE/renderer/gl/ |
D | ContextGL.h | 69 VertexArrayImpl *createVertexArray(const gl::VertexArrayState &data) override;
|
D | ContextGL.cpp | 116 VertexArrayImpl *ContextGL::createVertexArray(const gl::VertexArrayState &data) in createVertexArray() function in rx::ContextGL
|
/external/angle/src/libANGLE/renderer/d3d/d3d11/ |
D | Context11.h | 48 VertexArrayImpl *createVertexArray(const gl::VertexArrayState &data) override;
|
D | Context11.cpp | 199 VertexArrayImpl *Context11::createVertexArray(const gl::VertexArrayState &data) in createVertexArray() function in rx::Context11
|
/external/angle/src/libANGLE/renderer/metal/ |
D | ContextMtl.h | 231 VertexArrayImpl *createVertexArray(const gl::VertexArrayState &state) override;
|
D | ContextMtl.mm | 1420 VertexArrayImpl *ContextMtl::createVertexArray(const gl::VertexArrayState &state)
|
/external/angle/src/libANGLE/ |
D | VertexArray.cpp | 114 mVertexArray(factory->createVertexArray(mState)), in VertexArray()
|
/external/skia/tools/gpu/gl/interface/ |
D | interface.json5 | 91 // WebGL uses createVertexArray instead of genVertexArrays, but Emscripten
|
/external/angle/src/libANGLE/renderer/vulkan/ |
D | ContextVk.h | 344 VertexArrayImpl *createVertexArray(const gl::VertexArrayState &state) override;
|
D | ContextVk.cpp | 4876 VertexArrayImpl *ContextVk::createVertexArray(const gl::VertexArrayState &state) in createVertexArray() function in rx::ContextVk
|