| /third_party/skia/third_party/externals/angle2/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 &));
|
| /third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/ |
| D | GLImplFactory.h | 78 virtual VertexArrayImpl *createVertexArray(const gl::VertexArrayState &data) = 0;
|
| /third_party/vk-gl-cts/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
|
| /third_party/skia/third_party/externals/angle2/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
|
| /third_party/skia/third_party/externals/angle2/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
|
| /third_party/skia/third_party/externals/angle2/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
|
| /third_party/skia/third_party/externals/angle2/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
|
| /third_party/jsframework/runtime/main/extend/systemplugin/napi/webgl/ |
| D | webgl2.js | 677 createVertexArray: function (...args) { method
|
| /third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/metal/ |
| D | ContextMtl.h | 226 VertexArrayImpl *createVertexArray(const gl::VertexArrayState &state) override;
|
| D | ContextMtl.mm | 1223 VertexArrayImpl *ContextMtl::createVertexArray(const gl::VertexArrayState &state)
|
| /third_party/skia/third_party/externals/angle2/src/libANGLE/ |
| D | VertexArray.cpp | 114 mVertexArray(factory->createVertexArray(mState)), in VertexArray()
|
| /third_party/skia/tools/gpu/gl/interface/ |
| D | interface.json5 | 91 // WebGL uses createVertexArray instead of genVertexArrays, but Emscripten
|
| /third_party/skia/third_party/externals/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
|
| /third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/ |
| D | ContextVk.h | 319 VertexArrayImpl *createVertexArray(const gl::VertexArrayState &state) override;
|
| D | ContextVk.cpp | 4330 VertexArrayImpl *ContextVk::createVertexArray(const gl::VertexArrayState &state) in createVertexArray() function in rx::ContextVk
|
| /third_party/typescript/lib/ |
| D | lib.webworker.d.ts | 4153 createVertexArray(): WebGLVertexArrayObject | null; method
|
| /third_party/typescript/src/lib/ |
| D | webworker.generated.d.ts | 4133 createVertexArray(): WebGLVertexArrayObject | null; method
|
| D | dom.generated.d.ts | 15379 createVertexArray(): WebGLVertexArrayObject | null; method
|