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

/external/chromium_org/third_party/mesa/src/src/glx/
H A Dindirect_vertex_array_priv.h302 void (*DrawElements) (GLenum mode, GLsizei count, GLenum type, member in struct:array_state_vector
/external/mesa3d/src/glx/
H A Dindirect_vertex_array_priv.h302 void (*DrawElements) (GLenum mode, GLsizei count, GLenum type, member in struct:array_state_vector
/external/chromium_org/mojo/apps/js/bindings/gl/
H A Dcontext.cc66 void Context::DrawElements(GLenum mode, GLsizei count, GLenum type, function in class:mojo::js::gl::Context
137 .SetMethod("drawElements", DrawElements)
/external/chromium_org/cc/test/
H A Dtest_gles2_interface.cc136 void TestGLES2Interface::DrawElements(GLenum mode, function in class:cc::TestGLES2Interface
/external/chromium_org/gpu/command_buffer/client/
H A Dgles2_interface_stub_impl_autogen.h163 void GLES2InterfaceStub::DrawElements(GLenum /* mode */, function in class:GLES2InterfaceStub
H A Dgles2_cmd_helper_autogen.h413 void DrawElements(GLenum mode, function
417 gles2::cmds::DrawElements* c = GetCmdSpace<gles2::cmds::DrawElements>();
H A Dgles2_implementation.cc862 void GLES2Implementation::DrawElements( function in class:gpu::gles2::GLES2Implementation
888 helper_->DrawElements(mode, count, type, offset);
H A Dgles2_trace_implementation_impl_autogen.h281 void GLES2TraceImplementation::DrawElements(GLenum mode, function in class:GLES2TraceImplementation
285 TRACE_EVENT_BINARY_EFFICIENT0("gpu", "GLES2Trace::DrawElements");
286 gl_->DrawElements(mode, count, type, indices);
/external/chromium_org/mojo/examples/pepper_container_app/
H A Dppb_opengles2_thunk.cc400 void DrawElements(PP_Resource context_id, function in namespace:mojo::examples::__anon8751
1399 &DrawArrays, &DrawElements,
/external/chromium_org/ppapi/c/
H A Dppb_opengles2.h208 void (*DrawElements)(PP_Resource context, member in struct:PPB_OpenGLES2_1_0
667 void (*DrawElements)(PP_Resource context, member in struct:PPB_OpenGLES2
/external/chromium_org/ppapi/shared_impl/
H A Dppb_opengles2_shared.cc407 void DrawElements(PP_Resource context_id, function in namespace:ppapi::__anon10171
414 ToGles2Impl(&enter)->DrawElements(mode, count, type, indices);
1631 &DrawArrays, &DrawElements,
/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/wgl/
H A Dstw_icd.h361 void (GLAPIENTRY * DrawElements)(GLenum, GLsizei, GLenum, const GLvoid *); member in struct:__GLdispatchTableRec
/external/mesa3d/src/gallium/state_trackers/wgl/
H A Dstw_icd.h361 void (GLAPIENTRY * DrawElements)(GLenum, GLsizei, GLenum, const GLvoid *); member in struct:__GLdispatchTableRec
/external/chromium_org/gpu/command_buffer/common/
H A Dgles2_cmd_format_autogen.h1903 struct DrawElements { struct
1904 typedef DrawElements ValueType;
1939 COMPILE_ASSERT(sizeof(DrawElements) == 20, Sizeof_DrawElements_is_not_20);
1940 COMPILE_ASSERT(offsetof(DrawElements, header) == 0,
1942 COMPILE_ASSERT(offsetof(DrawElements, mode) == 4,
1944 COMPILE_ASSERT(offsetof(DrawElements, count) == 8,
1946 COMPILE_ASSERT(offsetof(DrawElements, type) == 12,
1948 COMPILE_ASSERT(offsetof(DrawElements, index_offset) == 16,
/external/chromium_org/third_party/mesa/src/chromium_gensrc/mesa/glapi/
H A Dglapitemp.h1958 KEYWORD1 void KEYWORD2 NAME(DrawElements)(GLenum mode, GLsizei count, GLenum type, const GLvoid * indices) function
1961 DISPATCH(DrawElements, (mode, count, type, indices), (F, "glDrawElements(0x%x, %d, 0x%x, %p);\n", mode, count, type, (const void *) indices));
8499 TABLE_ENTRY(DrawElements),
/external/chromium_org/third_party/mesa/src/chromium_gensrc/mesa/
H A Dglapi_mapi_tmp.h337 GLAPI void APIENTRY GLAPI_PREFIX(DrawElements)(GLenum mode, GLsizei count, GLenum type, const GLvoid *indices);
3605 GLAPI void APIENTRY GLAPI_PREFIX(DrawElements)(GLenum mode, GLsizei count, GLenum type, const GLvoid *indices) function
11339 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(DrawElements))"\n"

Completed in 465 milliseconds