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

/external/chromium_org/gpu/command_buffer/client/
H A Dgles2_implementation_impl_autogen.h1651 void GLES2Implementation::VertexAttrib4f(GLuint indx, function in class:GLES2Implementation
1659 helper_->VertexAttrib4f(indx, x, y, z, w);
H A Dgles2_interface_stub_impl_autogen.h548 void GLES2InterfaceStub::VertexAttrib4f(GLuint /* indx */, function in class:GLES2InterfaceStub
H A Dgles2_cmd_helper_autogen.h1330 void VertexAttrib4f(GLuint indx, GLfloat x, GLfloat y, GLfloat z, GLfloat w) { function
1331 gles2::cmds::VertexAttrib4f* c = GetCmdSpace<gles2::cmds::VertexAttrib4f>();
H A Dgles2_trace_implementation_impl_autogen.h957 void GLES2TraceImplementation::VertexAttrib4f(GLuint indx, function in class:GLES2TraceImplementation
962 TRACE_EVENT_BINARY_EFFICIENT0("gpu", "GLES2Trace::VertexAttrib4f");
963 gl_->VertexAttrib4f(indx, x, y, z, w);
/external/chromium_org/mojo/examples/pepper_container_app/
H A Dppb_opengles2_thunk.cc1330 void VertexAttrib4f(PP_Resource context_id, function in namespace:mojo::examples::__anon8751
1448 &VertexAttrib4f, &VertexAttrib4fv,
/external/chromium_org/ppapi/c/
H A Dppb_opengles2.h527 void (*VertexAttrib4f)(PP_Resource context, member in struct:PPB_OpenGLES2_1_0
986 void (*VertexAttrib4f)(PP_Resource context, member in struct:PPB_OpenGLES2
/external/chromium_org/ppapi/shared_impl/
H A Dppb_opengles2_shared.cc1343 void VertexAttrib4f(PP_Resource context_id, function in namespace:ppapi::__anon10171
1351 ToGles2Impl(&enter)->VertexAttrib4f(indx, x, y, z, w);
1680 &VertexAttrib4f, &VertexAttrib4fv,
/external/chromium_org/gpu/command_buffer/common/
H A Dgles2_cmd_format_autogen.h6374 struct VertexAttrib4f { struct
6375 typedef VertexAttrib4f ValueType;
6413 COMPILE_ASSERT(sizeof(VertexAttrib4f) == 24, Sizeof_VertexAttrib4f_is_not_24);
6414 COMPILE_ASSERT(offsetof(VertexAttrib4f, header) == 0,
6416 COMPILE_ASSERT(offsetof(VertexAttrib4f, indx) == 4,
6418 COMPILE_ASSERT(offsetof(VertexAttrib4f, x) == 8,
6420 COMPILE_ASSERT(offsetof(VertexAttrib4f, y) == 12,
6422 COMPILE_ASSERT(offsetof(VertexAttrib4f, z) == 16,
6424 COMPILE_ASSERT(offsetof(VertexAttrib4f, w) == 20,
/external/chromium_org/third_party/mesa/src/chromium_gensrc/mesa/glapi/
H A Dglapitemp.h3838 KEYWORD1 void KEYWORD2 NAME(VertexAttrib4f)(GLuint index, GLfloat x, GLfloat y, GLfloat z, GLfloat w) function
9393 TABLE_ENTRY(VertexAttrib4f),
/external/chromium_org/third_party/mesa/src/chromium_gensrc/mesa/
H A Dglapi_mapi_tmp.h645 GLAPI void APIENTRY GLAPI_PREFIX(VertexAttrib4f)(GLuint index, GLfloat x, GLfloat y, GLfloat z, GLfloat w);
5684 GLAPI void APIENTRY GLAPI_PREFIX(VertexAttrib4f)(GLuint index, GLfloat x, GLfloat y, GLfloat z, GLfloat w) function
12238 ".globl "GLAPI_PREFIX_STR(VertexAttrib4f)"\n"
12239 ".set "GLAPI_PREFIX_STR(VertexAttrib4f)", "GLAPI_PREFIX_STR(VertexAttrib4fARB)"\n"

Completed in 1873 milliseconds