Home
last modified time | relevance | path

Searched defs:DrawArrays (Results 1 – 14 of 14) sorted by relevance

/external/mesa3d/src/glx/
Dindirect_vertex_array_priv.h301 void (*DrawArrays) (GLenum, GLint, GLsizei); member
/external/chromium_org/third_party/mesa/src/src/glx/
Dindirect_vertex_array_priv.h301 void (*DrawArrays) (GLenum, GLint, GLsizei); member
/external/chromium_org/ppapi/c/
Dppb_opengles2.h204 void (*DrawArrays)(PP_Resource context, member
663 void (*DrawArrays)(PP_Resource context, member
/external/chromium_org/gpu/command_buffer/common/
Dgles2_cmd_format_autogen.h1864 struct DrawArrays { struct
1865 typedef DrawArrays ValueType; argument
1866 static const CommandId kCmdId = kDrawArrays; argument
1867 static const cmd::ArgFlags kArgFlags = cmd::kFixed;
1868 static const uint8 cmd_flags = CMD_FLAG_SET_TRACE_LEVEL(2);
1870 static uint32_t ComputeSize() { in ComputeSize()
1894 COMPILE_ASSERT(sizeof(DrawArrays) == 16, Sizeof_DrawArrays_is_not_16); argument
Dgles2_cmd_format_test_autogen.h633 TEST_F(GLES2FormatTest, DrawArrays) { in TEST_F() argument
/external/chromium_org/mojo/examples/pepper_container_app/
Dppb_opengles2_thunk.cc390 void DrawArrays(PP_Resource context_id, in DrawArrays() function
/external/chromium_org/gpu/command_buffer/client/
Dgles2_interface_stub_impl_autogen.h159 void GLES2InterfaceStub::DrawArrays(GLenum /* mode */, in DrawArrays() function
Dgles2_trace_implementation_impl_autogen.h274 void GLES2TraceImplementation::DrawArrays(GLenum mode, in DrawArrays() function
Dgles2_implementation.cc2769 void GLES2Implementation::DrawArrays(GLenum mode, GLint first, GLsizei count) { in DrawArrays() function in gpu::gles2::GLES2Implementation
Dgles2_implementation_unittest_autogen.h384 TEST_F(GLES2ImplementationTest, DrawArrays) { in TEST_F() argument
Dgles2_cmd_helper_autogen.h406 void DrawArrays(GLenum mode, GLint first, GLsizei count) { in DrawArrays() function
/external/chromium_org/ppapi/shared_impl/
Dppb_opengles2_shared.cc397 void DrawArrays(PP_Resource context_id, in DrawArrays() function
/external/chromium_org/third_party/mesa/src/chromium_gensrc/mesa/glapi/
Dglapitemp.h1946 KEYWORD1 void KEYWORD2 NAME(DrawArrays)(GLenum mode, GLint first, GLsizei count) in NAME() argument
/external/chromium_org/third_party/mesa/src/chromium_gensrc/mesa/
Dglapi_mapi_tmp.h3591 GLAPI void APIENTRY GLAPI_PREFIX(DrawArrays)(GLenum mode, GLint first, GLsizei count) in GLAPI_PREFIX() argument