/aosp_15_r20/external/angle/src/tests/ |
H A D | angle_unittests_utils.h | 54 VertexArrayImpl *createVertexArray(const gl::VertexArrayState &data) override in createVertexArray() function 99 MOCK_METHOD1(createVertexArray, VertexArrayImpl *(const gl::VertexArrayState &));
|
/aosp_15_r20/external/angle/src/libANGLE/renderer/ |
H A D | GLImplFactory.h | 82 virtual VertexArrayImpl *createVertexArray(const gl::VertexArrayState &data) = 0;
|
/aosp_15_r20/external/deqp/external/openglcts/modules/common/ |
H A D | glcKHRDebugTests.hpp | 208 static glw::GLuint createVertexArray(const glw::Functions *gl, const glu::RenderContext *rc);
|
H A D | glcKHRDebugTests.cpp | 701 {GL_VERTEX_ARRAY, createVertexArray, deleteVertexArray, "VertexArray"}, in iterate() 1118 GLuint LabelsTest::createVertexArray(const Functions *gl, const glu::RenderContext *rc) in createVertexArray() function in glcts::KHRDebug::LabelsTest
|
/aosp_15_r20/external/angle/src/libANGLE/renderer/d3d/d3d9/ |
H A D | Context9.h | 50 VertexArrayImpl *createVertexArray(const gl::VertexArrayState &data) override;
|
H A D | Context9.cpp | 106 VertexArrayImpl *Context9::createVertexArray(const gl::VertexArrayState &data) in createVertexArray() function in rx::Context9
|
/aosp_15_r20/external/angle/src/libANGLE/renderer/null/ |
H A D | ContextNULL.h | 228 VertexArrayImpl *createVertexArray(const gl::VertexArrayState &data) override;
|
H A D | ContextNULL.cpp | 467 VertexArrayImpl *ContextNULL::createVertexArray(const gl::VertexArrayState &data) in createVertexArray() function in rx::ContextNULL
|
/aosp_15_r20/external/angle/src/libANGLE/renderer/d3d/d3d11/ |
H A D | Context11.h | 52 VertexArrayImpl *createVertexArray(const gl::VertexArrayState &data) override;
|
H A D | Context11.cpp | 208 VertexArrayImpl *Context11::createVertexArray(const gl::VertexArrayState &data) in createVertexArray() function in rx::Context11
|
/aosp_15_r20/external/angle/src/libANGLE/renderer/gl/ |
H A D | ContextGL.h | 71 VertexArrayImpl *createVertexArray(const gl::VertexArrayState &data) override;
|
H A D | ContextGL.cpp | 145 VertexArrayImpl *ContextGL::createVertexArray(const gl::VertexArrayState &data) in createVertexArray() function in rx::ContextGL
|
/aosp_15_r20/external/angle/src/libANGLE/renderer/wgpu/ |
H A D | ContextWgpu.h | 222 VertexArrayImpl *createVertexArray(const gl::VertexArrayState &data) override;
|
H A D | ContextWgpu.cpp | 903 VertexArrayImpl *ContextWgpu::createVertexArray(const gl::VertexArrayState &data) in createVertexArray() function in rx::ContextWgpu
|
/aosp_15_r20/external/angle/src/libANGLE/renderer/metal/ |
H A D | ContextMtl.h | 240 VertexArrayImpl *createVertexArray(const gl::VertexArrayState &state) override;
|
H A D | ContextMtl.mm | 1526 VertexArrayImpl *ContextMtl::createVertexArray(const gl::VertexArrayState &state)
|
/aosp_15_r20/external/skia/tools/gpu/gl/interface/ |
H A D | interface.json5 | 91 // WebGL uses createVertexArray instead of genVertexArrays, but Emscripten
|
/aosp_15_r20/external/angle/src/libANGLE/ |
H A D | VertexArray.cpp | 119 mVertexArray(factory->createVertexArray(mState)), in VertexArray()
|
/aosp_15_r20/external/angle/src/libANGLE/renderer/vulkan/ |
H A D | ContextVk.h | 342 VertexArrayImpl *createVertexArray(const gl::VertexArrayState &state) override;
|
H A D | ContextVk.cpp | 6362 VertexArrayImpl *ContextVk::createVertexArray(const gl::VertexArrayState &state) in createVertexArray() function in rx::ContextVk
|
/aosp_15_r20/external/skia/demos.skia.org/demos/mesh2d/ |
H A D | canvaskit.js | 246 …eateTexture",ka)},Ec:function(a,b){Ed(a,b,"createVertexArray",rd)},zc:function(a,b){Ed(a,b,"create…
|