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

/external/chromium_org/gpu/command_buffer/client/
H A Dgles2_implementation_impl_autogen.h1415 void GLES2Implementation::Uniform4f(GLint location, function in class:GLES2Implementation
1423 helper_->Uniform4f(location, x, y, z, w);
H A Dgles2_interface_stub_impl_autogen.h489 void GLES2InterfaceStub::Uniform4f(GLint /* location */, function in class:GLES2InterfaceStub
H A Dgles2_cmd_helper_autogen.h1194 void Uniform4f(GLint location, GLfloat x, GLfloat y, GLfloat z, GLfloat w) { function
1195 gles2::cmds::Uniform4f* c = GetCmdSpace<gles2::cmds::Uniform4f>();
H A Dgles2_trace_implementation_impl_autogen.h853 void GLES2TraceImplementation::Uniform4f(GLint location, function in class:GLES2TraceImplementation
858 TRACE_EVENT_BINARY_EFFICIENT0("gpu", "GLES2Trace::Uniform4f");
859 gl_->Uniform4f(location, x, y, z, w);
/external/chromium_org/mojo/examples/pepper_container_app/
H A Dppb_opengles2_thunk.cc1187 void Uniform4f(PP_Resource context_id, function in namespace:mojo::examples::__anon8751
1440 &Uniform3iv, &Uniform4f,
/external/chromium_org/ppapi/c/
H A Dppb_opengles2.h471 void (*Uniform4f)(PP_Resource context, member in struct:PPB_OpenGLES2_1_0
930 void (*Uniform4f)(PP_Resource context, member in struct:PPB_OpenGLES2
/external/chromium_org/ppapi/shared_impl/
H A Dppb_opengles2_shared.cc1200 void Uniform4f(PP_Resource context_id, function in namespace:ppapi::__anon10171
1208 ToGles2Impl(&enter)->Uniform4f(location, x, y, z, w);
1672 &Uniform3iv, &Uniform4f,
/external/chromium_org/gpu/command_buffer/common/
H A Dgles2_cmd_format_autogen.h5739 struct Uniform4f { struct
5740 typedef Uniform4f ValueType;
5778 COMPILE_ASSERT(sizeof(Uniform4f) == 24, Sizeof_Uniform4f_is_not_24);
5779 COMPILE_ASSERT(offsetof(Uniform4f, header) == 0,
5781 COMPILE_ASSERT(offsetof(Uniform4f, location) == 4,
5783 COMPILE_ASSERT(offsetof(Uniform4f, x) == 8, OffsetOf_Uniform4f_x_not_8);
5784 COMPILE_ASSERT(offsetof(Uniform4f, y) == 12, OffsetOf_Uniform4f_y_not_12);
5785 COMPILE_ASSERT(offsetof(Uniform4f, z) == 16, OffsetOf_Uniform4f_z_not_16);
5786 COMPILE_ASSERT(offsetof(Uniform4f, w) == 20, OffsetOf_Uniform4f_w_not_20);
/external/chromium_org/third_party/mesa/src/chromium_gensrc/mesa/glapi/
H A Dglapitemp.h4473 KEYWORD1 void KEYWORD2 NAME(Uniform4f)(GLint location, GLfloat v0, GLfloat v1, GLfloat v2, GLfloat v3) function
9441 TABLE_ENTRY(Uniform4f),
/external/chromium_org/third_party/mesa/src/chromium_gensrc/mesa/
H A Dglapi_mapi_tmp.h751 GLAPI void APIENTRY GLAPI_PREFIX(Uniform4f)(GLint location, GLfloat v0, GLfloat v1, GLfloat v2, GLfloat v3);
6426 GLAPI void APIENTRY GLAPI_PREFIX(Uniform4f)(GLint location, GLfloat v0, GLfloat v1, GLfloat v2, GLfloat v3) function
12556 ".globl "GLAPI_PREFIX_STR(Uniform4f)"\n"
12557 ".set "GLAPI_PREFIX_STR(Uniform4f)", "GLAPI_PREFIX_STR(Uniform4fARB)"\n"

Completed in 2242 milliseconds