/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/null/ |
D | ContextNULL.h | 211 VertexArrayImpl *createVertexArray(const gl::VertexArrayState &data) override;
|
D | ContextNULL.cpp | 422 VertexArrayImpl *ContextNULL::createVertexArray(const gl::VertexArrayState &data) in createVertexArray() function in rx::ContextNULL
|
/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/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/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/ |
D | VertexArray.cpp | 116 mVertexArray(factory->createVertexArray(mState)), in VertexArray()
|
/external/angle/src/libANGLE/renderer/metal/ |
D | ContextMtl.h | 221 VertexArrayImpl *createVertexArray(const gl::VertexArrayState &state) override;
|
D | ContextMtl.mm | 1160 VertexArrayImpl *ContextMtl::createVertexArray(const gl::VertexArrayState &state)
|
/external/skia/tools/gpu/gl/interface/ |
D | interface.json5 | 91 // WebGL uses createVertexArray instead of genVertexArrays, but Emscripten
|
/external/swiftshader/src/OpenGL/libGLESv2/ |
D | Context.h | 547 GLuint createVertexArray();
|
D | libGLESv3.cpp | 1509 arrays[i] = context->createVertexArray(); in GenVertexArrays()
|
D | Context.cpp | 968 GLuint Context::createVertexArray() in createVertexArray() function in es2::Context
|
/external/angle/src/libANGLE/renderer/vulkan/ |
D | ContextVk.h | 287 VertexArrayImpl *createVertexArray(const gl::VertexArrayState &state) override;
|
D | ContextVk.cpp | 4090 VertexArrayImpl *ContextVk::createVertexArray(const gl::VertexArrayState &state) in createVertexArray() function in rx::ContextVk
|