/external/angle/src/libANGLE/renderer/gl/ |
D | ContextGL.cpp | 533 angle::Result ContextGL::drawElementsInstancedBaseVertexBaseInstance(const gl::Context *context, in drawElementsInstancedBaseVertexBaseInstance() function in rx::ContextGL 555 if (functions->drawElementsInstancedBaseVertexBaseInstance) in drawElementsInstancedBaseVertexBaseInstance() 558 functions->drawElementsInstancedBaseVertexBaseInstance( in drawElementsInstancedBaseVertexBaseInstance()
|
D | ContextGL.h | 133 angle::Result drawElementsInstancedBaseVertexBaseInstance(const gl::Context *context,
|
D | DispatchTableGL_autogen.cpp | 572 drawElementsInstancedBaseVertexBaseInstance); in initProcsDesktopGL() 783 drawElementsInstancedBaseVertexBaseInstance); in initProcsDesktopGL() 2301 drawElementsInstancedBaseVertexBaseInstance); in initProcsGLES() 3339 drawElementsInstancedBaseVertexBaseInstance = in initProcsDesktopGLNULL() 3549 drawElementsInstancedBaseVertexBaseInstance = in initProcsDesktopGLNULL() 5065 drawElementsInstancedBaseVertexBaseInstance = in initProcsGLESNULL()
|
D | DispatchTableGL_autogen.h | 549 …PFNGLDRAWELEMENTSINSTANCEDBASEVERTEXBASEINSTANCEPROC drawElementsInstancedBaseVertexBaseInstance =… variable
|
/external/angle/src/libANGLE/renderer/ |
D | ContextImpl.h | 86 virtual angle::Result drawElementsInstancedBaseVertexBaseInstance(const gl::Context *context,
|
/external/angle/src/libANGLE/renderer/null/ |
D | ContextNULL.h | 88 angle::Result drawElementsInstancedBaseVertexBaseInstance(const gl::Context *context,
|
D | ContextNULL.cpp | 194 angle::Result ContextNULL::drawElementsInstancedBaseVertexBaseInstance(const gl::Context *context, in drawElementsInstancedBaseVertexBaseInstance() function in rx::ContextNULL
|
/external/angle/src/libANGLE/renderer/d3d/d3d9/ |
D | Context9.h | 118 angle::Result drawElementsInstancedBaseVertexBaseInstance(const gl::Context *context,
|
D | Context9.cpp | 232 angle::Result Context9::drawElementsInstancedBaseVertexBaseInstance(const gl::Context *context, in drawElementsInstancedBaseVertexBaseInstance() function in rx::Context9
|
/external/angle/src/libANGLE/renderer/d3d/d3d11/ |
D | Context11.h | 119 angle::Result drawElementsInstancedBaseVertexBaseInstance(const gl::Context *context,
|
D | Context11.cpp | 368 angle::Result Context11::drawElementsInstancedBaseVertexBaseInstance(const gl::Context *context, in drawElementsInstancedBaseVertexBaseInstance() function in rx::Context11
|
/external/angle/src/libGL/ |
D | entry_points_gl_4_2_autogen.cpp | 151 context->drawElementsInstancedBaseVertexBaseInstance( in DrawElementsInstancedBaseVertexBaseInstance()
|
/external/angle/src/libANGLE/renderer/metal/ |
D | ContextMtl.h | 86 angle::Result drawElementsInstancedBaseVertexBaseInstance(const gl::Context *context,
|
D | ContextMtl.mm | 411 angle::Result ContextMtl::drawElementsInstancedBaseVertexBaseInstance(const gl::Context *context,
|
/external/angle/src/libANGLE/ |
D | Context_gles_ext_autogen.h | 239 void drawElementsInstancedBaseVertexBaseInstance( \
|
D | Context.cpp | 5781 void Context::drawElementsInstancedBaseVertexBaseInstance(PrimitiveMode mode, in drawElementsInstancedBaseVertexBaseInstance() function in gl::Context 5811 ANGLE_CONTEXT_TRY(mImplementation->drawElementsInstancedBaseVertexBaseInstance( in drawElementsInstancedBaseVertexBaseInstance() 5856 ANGLE_CONTEXT_TRY(mImplementation->drawElementsInstancedBaseVertexBaseInstance( \
|
/external/deqp/framework/opengl/wrapper/ |
D | glwFunctions.inl | 188 glDrawElementsInstancedBaseVertexBaseInstanceFunc drawElementsInstancedBaseVertexBaseInstance; variable
|
D | glwInitGL42.inl | 104 gl->drawElementsInstancedBaseVertexBaseInstance = (glDrawElementsInstancedBaseVertexBaseInstanceFun…
|
D | glwInitGL43.inl | 113 gl->drawElementsInstancedBaseVertexBaseInstance = (glDrawElementsInstancedBaseVertexBaseInstanceFun…
|
D | glwInitGL44.inl | 122 gl->drawElementsInstancedBaseVertexBaseInstance = (glDrawElementsInstancedBaseVertexBaseInstanceFun…
|
D | glwInitGL45.inl | 149 gl->drawElementsInstancedBaseVertexBaseInstance = (glDrawElementsInstancedBaseVertexBaseInstanceFun…
|
D | glwInitGL46.inl | 149 gl->drawElementsInstancedBaseVertexBaseInstance = (glDrawElementsInstancedBaseVertexBaseInstanceFun…
|
/external/angle/src/libANGLE/renderer/vulkan/ |
D | ContextVk.h | 322 angle::Result drawElementsInstancedBaseVertexBaseInstance(const gl::Context *context,
|
/external/deqp/external/openglcts/modules/gl/ |
D | gl4cPipelineStatisticsQueryTests.cpp | 1070 result = (gl.drawElementsInstancedBaseVertexBaseInstance != DE_NULL); in isDrawCallSupported() 2338 gl.drawElementsInstancedBaseVertexBaseInstance( in queryCallbackDrawCallHandler()
|
/external/deqp/framework/platform/null/ |
D | tcuNullRenderContextInitFuncs.inl | 188 gl->drawElementsInstancedBaseVertexBaseInstance = glDrawElementsInstancedBaseVertexBaseInstance;
|