Home
last modified time | relevance | path

Searched defs:multiDrawElements (Results 1 – 10 of 10) sorted by relevance

/external/angle/src/libANGLE/renderer/null/
DContextNULL.cpp266 angle::Result ContextNULL::multiDrawElements(const gl::Context *context, in multiDrawElements() function in rx::ContextNULL
/external/angle/src/libANGLE/renderer/d3d/d3d9/
DContext9.cpp307 angle::Result Context9::multiDrawElements(const gl::Context *context, in multiDrawElements() function in rx::Context9
/external/angle/src/libANGLE/renderer/d3d/d3d11/
DContext11.cpp574 angle::Result Context11::multiDrawElements(const gl::Context *context, in multiDrawElements() function in rx::Context11
/external/angle/src/libANGLE/renderer/gl/
DContextGL.cpp753 angle::Result ContextGL::multiDrawElements(const gl::Context *context, in multiDrawElements() function in rx::ContextGL
DDispatchTableGL_autogen.h126 PFNGLMULTIDRAWELEMENTSPROC multiDrawElements = nullptr; variable
/external/deqp/framework/opengl/simplereference/
DsglrGLContext.cpp840 void GLContext::multiDrawElements (deUint32 mode, const int* count, deUint32 type, const void** ind… in multiDrawElements() function in sglr::GLContext
DsglrReferenceContext.cpp4181 void ReferenceContext::multiDrawElements (deUint32 mode, const int* count, deUint32 type, const voi… in multiDrawElements() function in sglr::ReferenceContext
/external/deqp/framework/opengl/wrapper/
DglwFunctions.inl471 glMultiDrawElementsFunc multiDrawElements; variable
/external/angle/src/libANGLE/renderer/vulkan/
DContextVk.cpp2888 angle::Result ContextVk::multiDrawElements(const gl::Context *context, in multiDrawElements() function in rx::ContextVk
/external/angle/src/libANGLE/
DContext.cpp6377 void Context::multiDrawElements(PrimitiveMode mode, in multiDrawElements() function in gl::Context