Searched defs:GetVertexAttribPointerv (Results 1 - 9 of 9) sorted by relevance

/external/chromium_org/gpu/command_buffer/client/
H A Dgles2_interface_stub_impl_autogen.h255 void GLES2InterfaceStub::GetVertexAttribPointerv( function in class:GLES2InterfaceStub
H A Dgles2_cmd_helper_autogen.h769 void GetVertexAttribPointerv( function
772 gles2::cmds::GetVertexAttribPointerv* c =
773 GetCmdSpace<gles2::cmds::GetVertexAttribPointerv>();
H A Dgles2_implementation.cc1022 void GLES2Implementation::GetVertexAttribPointerv( function in class:gpu::gles2::GLES2Implementation
1030 TRACE_EVENT0("gpu", "GLES2::GetVertexAttribPointerv");
1031 typedef cmds::GetVertexAttribPointerv::Result Result;
1037 helper_->GetVertexAttribPointerv(
H A Dgles2_trace_implementation_impl_autogen.h464 void GLES2TraceImplementation::GetVertexAttribPointerv( function in class:GLES2TraceImplementation
466 TRACE_EVENT_BINARY_EFFICIENT0("gpu", "GLES2Trace::GetVertexAttribPointerv");
467 gl_->GetVertexAttribPointerv(index, pname, pointer);
/external/chromium_org/ppapi/c/
H A Dppb_opengles2.h184 void (*GetVertexAttribPointerv)( member in struct:PPB_OpenGLES2
/external/chromium_org/ppapi/shared_impl/
H A Dppb_opengles2_shared.cc682 void GetVertexAttribPointerv( function in namespace:ppapi::__anon10227
686 ToGles2Impl(&enter)->GetVertexAttribPointerv(index, pname, pointer);
1442 &GetVertexAttribPointerv,
/external/chromium_org/gpu/command_buffer/common/
H A Dgles2_cmd_format_autogen.h4020 struct GetVertexAttribPointerv { struct
4021 typedef GetVertexAttribPointerv ValueType;
4060 COMPILE_ASSERT(sizeof(GetVertexAttribPointerv) == 20,
4062 COMPILE_ASSERT(offsetof(GetVertexAttribPointerv, header) == 0,
4064 COMPILE_ASSERT(offsetof(GetVertexAttribPointerv, index) == 4,
4066 COMPILE_ASSERT(offsetof(GetVertexAttribPointerv, pname) == 8,
4068 COMPILE_ASSERT(offsetof(GetVertexAttribPointerv, pointer_shm_id) == 12,
4070 COMPILE_ASSERT(offsetof(GetVertexAttribPointerv, pointer_shm_offset) == 16,
/external/chromium_org/third_party/mesa/src/chromium_gensrc/mesa/glapi/
H A Dglapitemp.h6445 KEYWORD1 void KEYWORD2 NAME(GetVertexAttribPointerv)(GLuint index, GLenum pname, GLvoid ** pointer) function
9532 TABLE_ENTRY(GetVertexAttribPointerv),
/external/chromium_org/third_party/mesa/src/chromium_gensrc/mesa/
H A Dglapi_mapi_tmp.h1091 GLAPI void APIENTRY GLAPI_PREFIX(GetVertexAttribPointerv)(GLuint index, GLenum pname, GLvoid **pointer);
8680 GLAPI void APIENTRY GLAPI_PREFIX(GetVertexAttribPointerv)(GLuint index, GLenum pname, GLvoid **pointer) function
13522 ".globl "GLAPI_PREFIX_STR(GetVertexAttribPointerv)"\n"
13523 ".set "GLAPI_PREFIX_STR(GetVertexAttribPointerv)", "GLAPI_PREFIX_STR(GetVertexAttribPointervNV)"\n"

Completed in 392 milliseconds