Searched refs:DrawElementsInstancedANGLE (Results 1 - 20 of 20) sorted by relevance

/external/chromium_org/gpu/command_buffer/service/
H A Dgles2_cmd_decoder_unittest_drawing.cc1451 EXPECT_CALL(*gl_, DrawElementsInstancedANGLE(_, _, _, _, _))
1454 DrawElementsInstancedANGLE cmd;
1469 EXPECT_CALL(*gl_, DrawElementsInstancedANGLE(_, _, _, _, _))
1472 DrawElementsInstancedANGLE cmd;
1495 DrawElementsInstancedANGLE(GL_TRIANGLES,
1508 DrawElementsInstancedANGLE cmd;
1523 EXPECT_CALL(*gl_, DrawElementsInstancedANGLE(_, _, _, _, _)).Times(0);
1524 DrawElementsInstancedANGLE cmd;
1539 EXPECT_CALL(*gl_, DrawElementsInstancedANGLE(_, _, _, _, _)).Times(0);
1540 DrawElementsInstancedANGLE cm
[all...]
H A Dgles2_cmd_decoder.cc6833 const gles2::cmds::DrawElementsInstancedANGLE& c =
6834 *static_cast<const gles2::cmds::DrawElementsInstancedANGLE*>(cmd_data);
/external/chromium_org/gpu/command_buffer/common/
H A Dgles2_cmd_ids_autogen.h191 OP(DrawElementsInstancedANGLE) /* 432 */ \
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,
H A Dgles2_cmd_format_test_autogen.h2901 TEST_F(GLES2FormatTest, DrawElementsInstancedANGLE) {
2902 cmds::DrawElementsInstancedANGLE& cmd =
2903 *GetBufferAs<cmds::DrawElementsInstancedANGLE>();
2910 EXPECT_EQ(static_cast<uint32_t>(cmds::DrawElementsInstancedANGLE::kCmdId),
/external/chromium_org/gpu/GLES2/
H A Dgl2chromium_autogen.h215 #define glDrawElementsInstancedANGLE GLES2_GET_FUN(DrawElementsInstancedANGLE)
/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/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_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);
H A Dgles2_implementation_autogen.h659 virtual void DrawElementsInstancedANGLE(GLenum mode,
H A Dgles2_implementation_unittest.cc1415 cmds::DrawElementsInstancedANGLE draw;
1474 gl_->DrawElementsInstancedANGLE(
3337 // Call DrawElementsInstancedANGLE() should succeed with legal paramaters.
3338 gl_->DrawElementsInstancedANGLE(GL_POINTS, 1, GL_UNSIGNED_BYTE, NULL, 1);
3341 // DrawElementsInstancedANGLE: offset
3342 gl_->DrawElementsInstancedANGLE(
H A Dgles2_interface_autogen.h447 virtual void DrawElementsInstancedANGLE(GLenum mode,
H A Dgles2_interface_stub_autogen.h478 virtual void DrawElementsInstancedANGLE(GLenum mode,
H A Dgles2_trace_implementation_autogen.h478 virtual void DrawElementsInstancedANGLE(GLenum mode,
H A Dgles2_c_lib_autogen.h853 gles2::GetGLContext()->DrawElementsInstancedANGLE(
H A Dgles2_implementation.cc3537 void GLES2Implementation::DrawElementsInstancedANGLE( function in class:gpu::gles2::GLES2Implementation
3575 helper_->DrawElementsInstancedANGLE(mode, count, type, offset, 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/lib/gl/gles2/
H A Dgles2.c1077 ext->DrawElementsInstancedANGLE(
/external/chromium_org/webkit/common/gpu/
H A Dwebgraphicscontext3d_impl.cc906 gl_->DrawElementsInstancedANGLE(

Completed in 7670 milliseconds