Home
last modified time | relevance | path

Searched defs:DrawElements (Results 1 – 16 of 16) sorted by relevance

/external/chromium_org/gpu/command_buffer/tests/
Dgl_stream_draw_unittest.cc87 TEST_F(GLStreamDrawTest, DrawElements) { in TEST_F() argument
/external/chromium_org/mojo/apps/js/bindings/gl/
Dcontext.cc66 void Context::DrawElements(GLenum mode, GLsizei count, GLenum type, in DrawElements() function in mojo::js::gl::Context
/external/mesa3d/src/glx/
Dindirect_vertex_array_priv.h302 void (*DrawElements) (GLenum mode, GLsizei count, GLenum type, member
/external/chromium_org/third_party/mesa/src/src/glx/
Dindirect_vertex_array_priv.h302 void (*DrawElements) (GLenum mode, GLsizei count, GLenum type, member
/external/chromium_org/cc/test/
Dtest_gles2_interface.cc136 void TestGLES2Interface::DrawElements(GLenum mode, in DrawElements() function in cc::TestGLES2Interface
/external/chromium_org/ppapi/c/
Dppb_opengles2.h208 void (*DrawElements)(PP_Resource context, member
667 void (*DrawElements)(PP_Resource context, member
/external/chromium_org/gpu/command_buffer/common/
Dgles2_cmd_format_autogen.h1903 struct DrawElements { struct
1904 typedef DrawElements ValueType; argument
1905 static const CommandId kCmdId = kDrawElements; argument
1906 static const cmd::ArgFlags kArgFlags = cmd::kFixed;
1907 static const uint8 cmd_flags = CMD_FLAG_SET_TRACE_LEVEL(2);
1909 static uint32_t ComputeSize() { in ComputeSize()
1913 void SetHeader() { header.SetCmd<ValueType>(); } in SetHeader()
1915 void Init(GLenum _mode, GLsizei _count, GLenum _type, GLuint _index_offset) { in Init()
1939 COMPILE_ASSERT(sizeof(DrawElements) == 20, Sizeof_DrawElements_is_not_20); argument
Dgles2_cmd_format_test_autogen.h648 TEST_F(GLES2FormatTest, DrawElements) { in TEST_F() argument
/external/chromium_org/mojo/examples/pepper_container_app/
Dppb_opengles2_thunk.cc400 void DrawElements(PP_Resource context_id, in DrawElements() function
/external/chromium_org/gpu/command_buffer/client/
Dgles2_interface_stub_impl_autogen.h163 void GLES2InterfaceStub::DrawElements(GLenum /* mode */, in DrawElements() function
Dgles2_trace_implementation_impl_autogen.h281 void GLES2TraceImplementation::DrawElements(GLenum mode, in DrawElements() function
Dgles2_implementation.cc862 void GLES2Implementation::DrawElements( in DrawElements() function in gpu::gles2::GLES2Implementation
Dgles2_cmd_helper_autogen.h413 void DrawElements(GLenum mode, in DrawElements() function
/external/chromium_org/ppapi/shared_impl/
Dppb_opengles2_shared.cc407 void DrawElements(PP_Resource context_id, in DrawElements() function
/external/chromium_org/third_party/mesa/src/chromium_gensrc/mesa/glapi/
Dglapitemp.h1958 KEYWORD1 void KEYWORD2 NAME(DrawElements)(GLenum mode, GLsizei count, GLenum type, const GLvoid * i… in NAME() argument
/external/chromium_org/third_party/mesa/src/chromium_gensrc/mesa/
Dglapi_mapi_tmp.h3605 GLAPI void APIENTRY GLAPI_PREFIX(DrawElements)(GLenum mode, GLsizei count, GLenum type, const GLvoi… in GLAPI_PREFIX() argument