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

/external/chromium_org/mojo/apps/js/bindings/gl/
H A Dcontext.cc108 void Context::VertexAttribPointer(GLuint index, GLint size, GLenum type, function in class:mojo::js::gl::Context
148 .SetMethod("vertexAttribPointer", VertexAttribPointer)
/external/chromium_org/gpu/command_buffer/client/
H A Dgles2_interface_stub_impl_autogen.h557 void GLES2InterfaceStub::VertexAttribPointer(GLuint /* indx */, function in class:GLES2InterfaceStub
H A Dgles2_cmd_helper_autogen.h1347 void VertexAttribPointer(GLuint indx, function
1353 gles2::cmds::VertexAttribPointer* c =
1354 GetCmdSpace<gles2::cmds::VertexAttribPointer>();
H A Dgles2_implementation.cc1282 void GLES2Implementation::VertexAttribPointer( function in class:gpu::gles2::GLES2Implementation
1307 helper_->VertexAttribPointer(index, size, type, normalized, stride,
1315 helper_->VertexAttribPointer(index, size, type, normalized, stride,
H A Dgles2_trace_implementation_impl_autogen.h972 void GLES2TraceImplementation::VertexAttribPointer(GLuint indx, function in class:GLES2TraceImplementation
978 TRACE_EVENT_BINARY_EFFICIENT0("gpu", "GLES2Trace::VertexAttribPointer");
979 gl_->VertexAttribPointer(indx, size, type, normalized, stride, ptr);
/external/chromium_org/mojo/examples/pepper_container_app/
H A Dppb_opengles2_thunk.cc1351 void VertexAttribPointer(PP_Resource context_id, function in namespace:mojo::examples::__anon8751
1449 &VertexAttribPointer, &Viewport};
/external/chromium_org/ppapi/c/
H A Dppb_opengles2.h536 void (*VertexAttribPointer)(PP_Resource context, member in struct:PPB_OpenGLES2_1_0
995 void (*VertexAttribPointer)(PP_Resource context, member in struct:PPB_OpenGLES2
/external/chromium_org/ppapi/shared_impl/
H A Dppb_opengles2_shared.cc1364 void VertexAttribPointer(PP_Resource context_id, function in namespace:ppapi::__anon10171
1374 ->VertexAttribPointer(indx, size, type, normalized, stride, ptr);
1681 &VertexAttribPointer, &Viewport};
/external/chromium_org/gpu/command_buffer/common/
H A Dgles2_cmd_format_autogen.h6467 struct VertexAttribPointer { struct
6468 typedef VertexAttribPointer ValueType;
6515 COMPILE_ASSERT(sizeof(VertexAttribPointer) == 28,
6517 COMPILE_ASSERT(offsetof(VertexAttribPointer, header) == 0,
6519 COMPILE_ASSERT(offsetof(VertexAttribPointer, indx) == 4,
6521 COMPILE_ASSERT(offsetof(VertexAttribPointer, size) == 8,
6523 COMPILE_ASSERT(offsetof(VertexAttribPointer, type) == 12,
6525 COMPILE_ASSERT(offsetof(VertexAttribPointer, normalized) == 16,
6527 COMPILE_ASSERT(offsetof(VertexAttribPointer, stride) == 20,
6529 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 878 milliseconds