Searched defs:DrawElementsInstancedANGLE (Results 1 - 7 of 7) sorted by relevance

/external/chromium_org/gpu/command_buffer/client/
H A Dgles2_interface_stub_impl_autogen.h768 void GLES2InterfaceStub::DrawElementsInstancedANGLE(GLenum /* mode */, function in class:GLES2InterfaceStub
H A Dgles2_cmd_helper_autogen.h1697 void DrawElementsInstancedANGLE(GLenum mode, function
1702 gles2::cmds::DrawElementsInstancedANGLE* c =
1703 GetCmdSpace<gles2::cmds::DrawElementsInstancedANGLE>();
H A Dgles2_implementation.cc3537 void GLES2Implementation::DrawElementsInstancedANGLE( function in class:gpu::gles2::GLES2Implementation
3575 helper_->DrawElementsInstancedANGLE(mode, count, type, offset, primcount);
H A Dgles2_trace_implementation_impl_autogen.h1339 void GLES2TraceImplementation::DrawElementsInstancedANGLE(GLenum mode, function in class:GLES2TraceImplementation
1345 "GLES2Trace::DrawElementsInstancedANGLE");
1346 gl_->DrawElementsInstancedANGLE(mode, count, type, indices, primcount);
/external/chromium_org/ppapi/c/
H A Dppb_opengles2.h1015 void (*DrawElementsInstancedANGLE)(PP_Resource context, member in struct:PPB_OpenGLES2InstancedArrays_1_0
1032 void (*DrawElementsInstancedANGLE)(PP_Resource context, member in struct:PPB_OpenGLES2InstancedArrays
/external/chromium_org/ppapi/shared_impl/
H A Dppb_opengles2_shared.cc1579 void DrawElementsInstancedANGLE(PP_Resource context_id, function in namespace:ppapi::__anon10171
1588 ->DrawElementsInstancedANGLE(mode, count, type, indices, primcount);
1687 &DrawArraysInstancedANGLE, &DrawElementsInstancedANGLE,
/external/chromium_org/gpu/command_buffer/common/
H A Dgles2_cmd_format_autogen.h8126 struct DrawElementsInstancedANGLE { struct
8127 typedef DrawElementsInstancedANGLE ValueType;
8170 COMPILE_ASSERT(sizeof(DrawElementsInstancedANGLE) == 24,
8172 COMPILE_ASSERT(offsetof(DrawElementsInstancedANGLE, header) == 0,
8174 COMPILE_ASSERT(offsetof(DrawElementsInstancedANGLE, mode) == 4,
8176 COMPILE_ASSERT(offsetof(DrawElementsInstancedANGLE, count) == 8,
8178 COMPILE_ASSERT(offsetof(DrawElementsInstancedANGLE, type) == 12,
8180 COMPILE_ASSERT(offsetof(DrawElementsInstancedANGLE, index_offset) == 16,
8182 COMPILE_ASSERT(offsetof(DrawElementsInstancedANGLE, primcount) == 20,

Completed in 2765 milliseconds