/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/ |
H A D | ContextImpl.h | 135 virtual angle::Result multiDrawElements(const gl::Context *context,
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/ |
H A D | ContextGL.h | 187 angle::Result multiDrawElements(const gl::Context *context,
|
H A D | DispatchTableGL_autogen.cpp | 1281 ASSIGN("glMultiDrawElements", multiDrawElements); in initProcsDesktopGL() 2711 ASSIGN("glMultiDrawElementsEXT", multiDrawElements); in initProcsSharedExtensions() 4068 multiDrawElements = &glMultiDrawElementsNULL; in initProcsDesktopGLNULL() 5497 multiDrawElements = &glMultiDrawElementsNULL; in initProcsSharedExtensionsNULL()
|
H A D | DispatchTableGL_autogen.h | 126 PFNGLMULTIDRAWELEMENTSPROC multiDrawElements = nullptr; member in rx::DispatchTableGL
|
H A D | ContextGL.cpp | 764 angle::Result ContextGL::multiDrawElements(const gl::Context *context, in multiDrawElements() function in rx::ContextGL
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/d3d9/ |
H A D | Context9.cpp | 317 angle::Result Context9::multiDrawElements(const gl::Context *context, in multiDrawElements() function in rx::Context9
|
H A D | Context9.h | 165 angle::Result multiDrawElements(const gl::Context *context,
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/d3d11/ |
H A D | Context11.h | 166 angle::Result multiDrawElements(const gl::Context *context,
|
H A D | Context11.cpp | 586 angle::Result Context11::multiDrawElements(const gl::Context *context, in multiDrawElements() function in rx::Context11
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/null/ |
H A D | ContextNULL.cpp | 276 angle::Result ContextNULL::multiDrawElements(const gl::Context *context, in multiDrawElements() function in rx::ContextNULL
|
H A D | ContextNULL.h | 135 angle::Result multiDrawElements(const gl::Context *context,
|
/third_party/vk-gl-cts/framework/opengl/simplereference/ |
H A D | sglrContext.hpp | 189 virtual void multiDrawElements (deUint32 mode, const int* count, deUint32 type, const void** indices, int primCount) = DE_NULL;
|
H A D | sglrGLContext.hpp | 201 virtual void multiDrawElements (deUint32 mode, const int* count, deUint32 type, const void** indices, int primCount);
|
H A D | sglrGLContext.cpp | 840 void GLContext::multiDrawElements (deUint32 mode, const int* count, deUint32 type, const void** indices, int primCount) in multiDrawElements() function in sglr::GLContext
|
H A D | sglrReferenceContext.hpp | 754 virtual void multiDrawElements (deUint32 mode, const int* count, deUint32 type, const void** indices, int primCount);
|
H A D | sglrReferenceContext.cpp | 4202 void ReferenceContext::multiDrawElements (deUint32 mode, const int* count, deUint32 type, const void** indices, int primCount)
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/metal/ |
H A D | ContextMtl.h | 136 angle::Result multiDrawElements(const gl::Context *context,
|
/third_party/vk-gl-cts/external/openglcts/modules/gl/ |
H A D | gl4cShaderDrawParametersTests.cpp | 607 gl.multiDrawElements(GL_TRIANGLE_STRIP, dCount, GL_UNSIGNED_SHORT, dIndices, 2); in drawCommand()
|
H A D | gl4cSparseBufferTests.cpp | 5323 m_gl.multiDrawElements(GL_POINTS, m_multidrawcall_count, GL_UNSIGNED_INT, m_multidrawcall_index,
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/ |
H A D | Context_gles_ext_autogen.h | 366 void multiDrawElements(PrimitiveMode modePacked, const GLsizei *counts, \
|
H A D | Context.cpp | 6476 void Context::multiDrawElements(PrimitiveMode mode, in multiDrawElements() function in gl::__anon19924::Context 6484 mImplementation->multiDrawElements(this, mode, counts, type, indices, drawcount)); in multiDrawElements()
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/ |
H A D | ContextVk.h | 174 angle::Result multiDrawElements(const gl::Context *context,
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/capture/ |
H A D | frame_capture_replay_autogen.cpp | 1967 context->multiDrawElements( in ReplayCall()
|
/third_party/skia/third_party/externals/angle2/src/libGL/ |
H A D | entry_points_gl_1_autogen.cpp | 9772 context->multiDrawElements(modePacked, count, typePacked, indices, drawcount); in GL_MultiDrawElements()
|
/third_party/skia/third_party/externals/angle2/src/libGLESv2/ |
H A D | entry_points_gles_ext_autogen.cpp | 964 context->multiDrawElements(modePacked, counts, typePacked, indices, drawcount); in GL_MultiDrawElementsANGLE()
|