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

/external/chromium_org/gpu/command_buffer/client/
H A Dgles2_interface_stub_impl_autogen.h446 void GLES2InterfaceStub::VertexAttribPointer( function in class:GLES2InterfaceStub
H A Dgles2_cmd_helper_autogen.h1454 void VertexAttribPointer( function
1457 gles2::cmds::VertexAttribPointer* c =
1458 GetCmdSpace<gles2::cmds::VertexAttribPointer>();
H A Dgles2_implementation.cc1255 void GLES2Implementation::VertexAttribPointer( function in class:gpu::gles2::GLES2Implementation
1276 helper_->VertexAttribPointer(index, size, type, normalized, stride,
1280 helper_->VertexAttribPointer(index, size, type, normalized, stride,
H A Dgles2_trace_implementation_impl_autogen.h828 void GLES2TraceImplementation::VertexAttribPointer( function in class:GLES2TraceImplementation
831 TRACE_EVENT_BINARY_EFFICIENT0("gpu", "GLES2Trace::VertexAttribPointer");
832 gl_->VertexAttribPointer(indx, size, type, normalized, stride, ptr);
/external/chromium_org/ppapi/c/
H A Dppb_opengles2.h298 void (*VertexAttribPointer)( member in struct:PPB_OpenGLES2
/external/chromium_org/ppapi/shared_impl/
H A Dppb_opengles2_shared.cc1184 void VertexAttribPointer( function in namespace:ppapi::__anon10227
1190 &enter)->VertexAttribPointer(
1503 &VertexAttribPointer,
/external/chromium_org/gpu/command_buffer/common/
H A Dgles2_cmd_format_autogen.h7759 struct VertexAttribPointer { struct
7760 typedef VertexAttribPointer ValueType;
7801 COMPILE_ASSERT(sizeof(VertexAttribPointer) == 28,
7803 COMPILE_ASSERT(offsetof(VertexAttribPointer, header) == 0,
7805 COMPILE_ASSERT(offsetof(VertexAttribPointer, indx) == 4,
7807 COMPILE_ASSERT(offsetof(VertexAttribPointer, size) == 8,
7809 COMPILE_ASSERT(offsetof(VertexAttribPointer, type) == 12,
7811 COMPILE_ASSERT(offsetof(VertexAttribPointer, normalized) == 16,
7813 COMPILE_ASSERT(offsetof(VertexAttribPointer, stride) == 20,
7815 COMPILE_ASSERT(offsetof(VertexAttribPointer, offse
[all...]
/external/chromium_org/third_party/mesa/src/chromium_gensrc/mesa/glapi/
H A Dglapitemp.h3934 KEYWORD1 void KEYWORD2 NAME(VertexAttribPointer)(GLuint index, GLint size, GLenum type, GLboolean normalized, GLsizei stride, const GLvoid * pointer) function
9401 TABLE_ENTRY(VertexAttribPointer),
/external/chromium_org/third_party/mesa/src/chromium_gensrc/mesa/
H A Dglapi_mapi_tmp.h661 GLAPI void APIENTRY GLAPI_PREFIX(VertexAttribPointer)(GLuint index, GLint size, GLenum type, GLboolean normalized, GLsizei stride, const GLvoid *pointer);
5796 GLAPI void APIENTRY GLAPI_PREFIX(VertexAttribPointer)(GLuint index, GLint size, GLenum type, GLboolean normalized, GLsizei stride, const GLvoid *pointer) function
12286 ".globl "GLAPI_PREFIX_STR(VertexAttribPointer)"\n"
12287 ".set "GLAPI_PREFIX_STR(VertexAttribPointer)", "GLAPI_PREFIX_STR(VertexAttribPointerARB)"\n"

Completed in 316 milliseconds