Searched defs:DisableVertexAttribArray (Results 1 - 10 of 10) sorted by relevance

/external/chromium_org/gpu/command_buffer/client/
H A Dgles2_interface_stub_impl_autogen.h157 void GLES2InterfaceStub::DisableVertexAttribArray(GLuint /* index */) { function in class:GLES2InterfaceStub
H A Dgles2_cmd_helper_autogen.h398 void DisableVertexAttribArray(GLuint index) { function
399 gles2::cmds::DisableVertexAttribArray* c =
400 GetCmdSpace<gles2::cmds::DisableVertexAttribArray>();
H A Dgles2_implementation.cc2751 void GLES2Implementation::DisableVertexAttribArray(GLuint index) { function in class:gpu::gles2::GLES2Implementation
2756 helper_->DisableVertexAttribArray(index);
H A Dgles2_trace_implementation_impl_autogen.h269 void GLES2TraceImplementation::DisableVertexAttribArray(GLuint index) { function in class:GLES2TraceImplementation
270 TRACE_EVENT_BINARY_EFFICIENT0("gpu", "GLES2Trace::DisableVertexAttribArray");
271 gl_->DisableVertexAttribArray(index);
/external/chromium_org/mojo/examples/pepper_container_app/
H A Dppb_opengles2_thunk.cc383 void DisableVertexAttribArray(PP_Resource context_id, GLuint index) { function in namespace:mojo::examples::__anon8751
1398 &Disable, &DisableVertexAttribArray,
/external/chromium_org/ppapi/c/
H A Dppb_opengles2.h203 void (*DisableVertexAttribArray)(PP_Resource context, GLuint index); member in struct:PPB_OpenGLES2_1_0
662 void (*DisableVertexAttribArray)(PP_Resource context, GLuint index); member in struct:PPB_OpenGLES2
/external/chromium_org/ppapi/shared_impl/
H A Dppb_opengles2_shared.cc390 void DisableVertexAttribArray(PP_Resource context_id, GLuint index) { function in namespace:ppapi::__anon10171
393 ToGles2Impl(&enter)->DisableVertexAttribArray(index);
1630 &Disable, &DisableVertexAttribArray,
/external/chromium_org/gpu/command_buffer/common/
H A Dgles2_cmd_format_autogen.h1831 struct DisableVertexAttribArray { struct
1832 typedef DisableVertexAttribArray ValueType;
1857 COMPILE_ASSERT(sizeof(DisableVertexAttribArray) == 8,
1859 COMPILE_ASSERT(offsetof(DisableVertexAttribArray, header) == 0,
1861 COMPILE_ASSERT(offsetof(DisableVertexAttribArray, index) == 4,
/external/chromium_org/third_party/mesa/src/chromium_gensrc/mesa/glapi/
H A Dglapitemp.h3328 KEYWORD1 void KEYWORD2 NAME(DisableVertexAttribArray)(GLuint index) function
9356 TABLE_ENTRY(DisableVertexAttribArray),
/external/chromium_org/third_party/mesa/src/chromium_gensrc/mesa/
H A Dglapi_mapi_tmp.h560 GLAPI void APIENTRY GLAPI_PREFIX(DisableVertexAttribArray)(GLuint index);
5089 GLAPI void APIENTRY GLAPI_PREFIX(DisableVertexAttribArray)(GLuint index) function
11983 ".globl "GLAPI_PREFIX_STR(DisableVertexAttribArray)"\n"
11984 ".set "GLAPI_PREFIX_STR(DisableVertexAttribArray)", "GLAPI_PREFIX_STR(DisableVertexAttribArrayARB)"\n"

Completed in 2779 milliseconds