Home
last modified time | relevance | path

Searched refs:isVertexArray (Results 1 – 25 of 297) sorted by relevance

12345678910>>...12

/dports/converters/wkhtmltopdf/qt-5db36ec/src/3rdparty/webkit/Source/WebCore/html/canvas/
H A DWebGLVertexArrayObjectOES.h88 virtual bool isVertexArray() const { return true; } in isVertexArray() function
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/angle/third_party/VK-GL-CTS/src/framework/opengl/
H A DgluES3PlusWrapperFuncs.inl183 dst->isVertexArray = src.isVertexArray;
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/angle/third_party/VK-GL-CTS/src/external/openglcts/modules/gl/
H A Dgl4cDirectStateAccessVertexArraysTests.cpp112 if (gl.isVertexArray(vertex_arrays_legacy[i])) in iterate()
130 if (!gl.isVertexArray(vertex_arrays_dsa[i])) in iterate()
4260 while (gl.isVertexArray(++not_a_vao)) in iterate()
4411 while (gl.isVertexArray(++not_a_vao)) in iterate()
4554 while (gl.isVertexArray(++not_a_vao)) in iterate()
4791 while (gl.isVertexArray(++not_a_vao)) in iterate()
5070 while (gl.isVertexArray(++not_a_vao)) in iterate()
5216 while (gl.isVertexArray(++not_a_vao)) in iterate()
5349 while (gl.isVertexArray(++not_a_vao)) in iterate()
5502 while (gl.isVertexArray(++not_a_vao)) in iterate()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/angle/third_party/VK-GL-CTS/src/framework/opengl/wrapper/
H A DglwInitExtES.inl178 gl->isVertexArray = (glIsVertexArrayFunc) loader->get("glIsVertexArrayOES");
H A DglwInitES30Direct.inl158 gl->isVertexArray = &glIsVertexArray;
H A DglwInitES31Direct.inl183 gl->isVertexArray = &glIsVertexArray;
H A DglwInitES32Direct.inl212 gl->isVertexArray = &glIsVertexArray;
H A DglwInitES30.inl158 gl->isVertexArray = (glIsVertexArrayFunc) loader->get("glIsVertexArray");
H A DglwInitGL31.inl162 gl->isVertexArray = (glIsVertexArrayFunc) loader->get("glIsVertexArray");
H A DglwInitGL30.inl153 gl->isVertexArray = (glIsVertexArrayFunc) loader->get("glIsVertexArray");
H A DglwFunctions.inl435 glIsVertexArrayFunc isVertexArray; variable
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/angle/src/libANGLE/
H A DContext_gles_3_0_autogen.h102 GLboolean isVertexArray(VertexArrayID arrayPacked) const; \
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/angle/src/libANGLE/
H A DContext_gles_3_0_autogen.h102 GLboolean isVertexArray(VertexArrayID arrayPacked) const; \
/dports/www/firefox-esr/firefox-91.8.0/gfx/angle/checkout/src/libANGLE/
H A DContext_gles_3_0_autogen.h104 GLboolean isVertexArray(VertexArrayID arrayPacked) const; \
/dports/lang/spidermonkey78/firefox-78.9.0/gfx/angle/checkout/src/libANGLE/
H A DContext_gles_3_0_autogen.h102 GLboolean isVertexArray(VertexArrayID arrayPacked) const; \
/dports/www/firefox/firefox-99.0/gfx/angle/checkout/src/libANGLE/
H A DContext_gles_3_0_autogen.h104 GLboolean isVertexArray(VertexArrayID arrayPacked) const; \
/dports/mail/thunderbird/thunderbird-91.8.0/gfx/angle/checkout/src/libANGLE/
H A DContext_gles_3_0_autogen.h104 GLboolean isVertexArray(VertexArrayID arrayPacked) const; \
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/angle/src/libANGLE/renderer/gl/
H A DDispatchTableGL_autogen.cpp315 ASSIGN("glIsVertexArray", isVertexArray); in initProcsDesktopGL()
1437 ASSIGN("glIsVertexArray", isVertexArray); in initProcsDesktopGL()
2134 ASSIGN("glIsVertexArray", isVertexArray); in initProcsGLES()
2610 ASSIGN("glIsVertexArrayOES", isVertexArray); in initProcsGLES()
3083 isVertexArray = &glIsVertexArrayNULL; in initProcsDesktopGLNULL()
4203 isVertexArray = &glIsVertexArrayNULL; in initProcsDesktopGLNULL()
4899 isVertexArray = &glIsVertexArrayNULL; in initProcsGLESNULL()
5375 isVertexArray = &glIsVertexArrayNULL; in initProcsGLESNULL()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/angle/src/libANGLE/renderer/gl/
H A DDispatchTableGL_autogen.cpp315 ASSIGN("glIsVertexArray", isVertexArray); in initProcsDesktopGL()
1437 ASSIGN("glIsVertexArray", isVertexArray); in initProcsDesktopGL()
2135 ASSIGN("glIsVertexArray", isVertexArray); in initProcsGLES()
2615 ASSIGN("glIsVertexArrayOES", isVertexArray); in initProcsGLES()
3088 isVertexArray = &glIsVertexArrayNULL; in initProcsDesktopGLNULL()
4208 isVertexArray = &glIsVertexArrayNULL; in initProcsDesktopGLNULL()
4905 isVertexArray = &glIsVertexArrayNULL; in initProcsGLESNULL()
5385 isVertexArray = &glIsVertexArrayNULL; in initProcsGLESNULL()
/dports/www/firefox-legacy/firefox-52.8.0esr/gfx/angle/src/libANGLE/renderer/gl/
H A DFunctionsGL.cpp351 isVertexArray(nullptr), in FunctionsGL()
904 …oint(extensions, "GL_ARB_vertex_array_object", loadProcAddress("glIsVertexArray"), &isVertexArray); in initializeProcsDesktopGL()
1324 AssignGLEntryPoint(loadProcAddress("glIsVertexArray"), &isVertexArray); in initializeProcsDesktopGL()
1835 …oint(extensions, "GL_OES_vertex_array_object", loadProcAddress("glIsVertexArray"), &isVertexArray); in initializeProcsGLES()
2081 AssignGLEntryPoint(loadProcAddress("glIsVertexArray"), &isVertexArray); in initializeProcsGLES()
H A DFunctionsGL.h325 PFNGLISVERTEXARRAYPROC isVertexArray; variable
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/swiftshader/src/OpenGL/libGLESv2/
H A DContext.h626 bool isVertexArray(GLuint array) const;
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/swiftshader/src/OpenGL/libGLESv2/
H A DContext.h596 bool isVertexArray(GLuint array) const;
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/blink/renderer/modules/webgl/
H A Dwebgl2_rendering_context_base.h927 GLboolean isVertexArray(WebGLVertexArrayObject*);
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/blink/renderer/modules/webgl/
H A Dwebgl2_rendering_context_base.h927 GLboolean isVertexArray(WebGLVertexArrayObject*);

12345678910>>...12