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

/external/chromium_org/gpu/command_buffer/client/
H A Dgles2_interface_stub_impl_autogen.h310 void GLES2InterfaceStub::GetVertexAttribPointerv(GLuint /* index */, function in class:GLES2InterfaceStub
H A Dgles2_cmd_helper_autogen.h775 void GetVertexAttribPointerv(GLuint index, function
779 gles2::cmds::GetVertexAttribPointerv* c =
780 GetCmdSpace<gles2::cmds::GetVertexAttribPointerv>();
H A Dgles2_implementation.cc1060 void GLES2Implementation::GetVertexAttribPointerv( function in class:gpu::gles2::GLES2Implementation
1068 TRACE_EVENT0("gpu", "GLES2::GetVertexAttribPointerv");
1069 typedef cmds::GetVertexAttribPointerv::Result Result;
1075 helper_->GetVertexAttribPointerv(
H A Dgles2_trace_implementation_impl_autogen.h540 void GLES2TraceImplementation::GetVertexAttribPointerv(GLuint index, function in class:GLES2TraceImplementation
543 TRACE_EVENT_BINARY_EFFICIENT0("gpu", "GLES2Trace::GetVertexAttribPointerv");
544 gl_->GetVertexAttribPointerv(index, pname, pointer);
/external/chromium_org/mojo/examples/pepper_container_app/
H A Dppb_opengles2_thunk.cc762 void GetVertexAttribPointerv(PP_Resource context_id, function in namespace:mojo::examples::__anon8751
1418 &GetVertexAttribiv, &GetVertexAttribPointerv,
/external/chromium_org/ppapi/c/
H A Dppb_opengles2.h333 void (*GetVertexAttribPointerv)(PP_Resource context, member in struct:PPB_OpenGLES2_1_0
792 void (*GetVertexAttribPointerv)(PP_Resource context, member in struct:PPB_OpenGLES2
/external/chromium_org/ppapi/shared_impl/
H A Dppb_opengles2_shared.cc774 void GetVertexAttribPointerv(PP_Resource context_id, function in namespace:ppapi::__anon10171
780 ToGles2Impl(&enter)->GetVertexAttribPointerv(index, pname, pointer);
1650 &GetVertexAttribiv, &GetVertexAttribPointerv,
/external/chromium_org/gpu/command_buffer/common/
H A Dgles2_cmd_format_autogen.h3710 struct GetVertexAttribPointerv { struct
3711 typedef GetVertexAttribPointerv ValueType;
3752 COMPILE_ASSERT(sizeof(GetVertexAttribPointerv) == 20,
3754 COMPILE_ASSERT(offsetof(GetVertexAttribPointerv, header) == 0,
3756 COMPILE_ASSERT(offsetof(GetVertexAttribPointerv, index) == 4,
3758 COMPILE_ASSERT(offsetof(GetVertexAttribPointerv, pname) == 8,
3760 COMPILE_ASSERT(offsetof(GetVertexAttribPointerv, pointer_shm_id) == 12,
3762 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 345 milliseconds