/external/chromium_org/gpu/command_buffer/tests/ |
D | gl_stream_draw_unittest.cc | 87 TEST_F(GLStreamDrawTest, DrawElements) { in TEST_F() argument
|
/external/chromium_org/mojo/apps/js/bindings/gl/ |
D | context.cc | 66 void Context::DrawElements(GLenum mode, GLsizei count, GLenum type, in DrawElements() function in mojo::js::gl::Context
|
/external/mesa3d/src/glx/ |
D | indirect_vertex_array_priv.h | 302 void (*DrawElements) (GLenum mode, GLsizei count, GLenum type, member
|
/external/chromium_org/third_party/mesa/src/src/glx/ |
D | indirect_vertex_array_priv.h | 302 void (*DrawElements) (GLenum mode, GLsizei count, GLenum type, member
|
/external/chromium_org/cc/test/ |
D | test_gles2_interface.cc | 136 void TestGLES2Interface::DrawElements(GLenum mode, in DrawElements() function in cc::TestGLES2Interface
|
/external/chromium_org/ppapi/c/ |
D | ppb_opengles2.h | 208 void (*DrawElements)(PP_Resource context, member 667 void (*DrawElements)(PP_Resource context, member
|
/external/chromium_org/gpu/command_buffer/common/ |
D | gles2_cmd_format_autogen.h | 1903 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
|
D | gles2_cmd_format_test_autogen.h | 648 TEST_F(GLES2FormatTest, DrawElements) { in TEST_F() argument
|
/external/chromium_org/mojo/examples/pepper_container_app/ |
D | ppb_opengles2_thunk.cc | 400 void DrawElements(PP_Resource context_id, in DrawElements() function
|
/external/chromium_org/gpu/command_buffer/client/ |
D | gles2_interface_stub_impl_autogen.h | 163 void GLES2InterfaceStub::DrawElements(GLenum /* mode */, in DrawElements() function
|
D | gles2_trace_implementation_impl_autogen.h | 281 void GLES2TraceImplementation::DrawElements(GLenum mode, in DrawElements() function
|
D | gles2_implementation.cc | 862 void GLES2Implementation::DrawElements( in DrawElements() function in gpu::gles2::GLES2Implementation
|
D | gles2_cmd_helper_autogen.h | 413 void DrawElements(GLenum mode, in DrawElements() function
|
/external/chromium_org/ppapi/shared_impl/ |
D | ppb_opengles2_shared.cc | 407 void DrawElements(PP_Resource context_id, in DrawElements() function
|
/external/chromium_org/third_party/mesa/src/chromium_gensrc/mesa/glapi/ |
D | glapitemp.h | 1958 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/ |
D | glapi_mapi_tmp.h | 3605 GLAPI void APIENTRY GLAPI_PREFIX(DrawElements)(GLenum mode, GLsizei count, GLenum type, const GLvoi… in GLAPI_PREFIX() argument
|