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

/external/chromium_org/gpu/command_buffer/client/
H A Dgles2_implementation_impl_autogen.h1248 void GLES2Implementation::Uniform1f(GLint location, GLfloat x) { function in class:GLES2Implementation
1252 helper_->Uniform1f(location, x);
H A Dgles2_interface_stub_impl_autogen.h443 void GLES2InterfaceStub::Uniform1f(GLint /* location */, GLfloat /* x */) { function in class:GLES2InterfaceStub
H A Dgles2_cmd_helper_autogen.h1098 void Uniform1f(GLint location, GLfloat x) { function
1099 gles2::cmds::Uniform1f* c = GetCmdSpace<gles2::cmds::Uniform1f>();
H A Dgles2_trace_implementation_impl_autogen.h775 void GLES2TraceImplementation::Uniform1f(GLint location, GLfloat x) { function in class:GLES2TraceImplementation
776 TRACE_EVENT_BINARY_EFFICIENT0("gpu", "GLES2Trace::Uniform1f");
777 gl_->Uniform1f(location, x);
/external/chromium_org/mojo/examples/pepper_container_app/
H A Dppb_opengles2_thunk.cc1077 void Uniform1f(PP_Resource context_id, GLint location, GLfloat x) { function in namespace:mojo::examples::__anon8751
1434 &TexSubImage2D, &Uniform1f,
/external/chromium_org/ppapi/c/
H A Dppb_opengles2.h433 void (*Uniform1f)(PP_Resource context, GLint location, GLfloat x); member in struct:PPB_OpenGLES2_1_0
892 void (*Uniform1f)(PP_Resource context, GLint location, GLfloat x); member in struct:PPB_OpenGLES2
/external/chromium_org/ppapi/shared_impl/
H A Dppb_opengles2_shared.cc1090 void Uniform1f(PP_Resource context_id, GLint location, GLfloat x) { function in namespace:ppapi::__anon10171
1093 ToGles2Impl(&enter)->Uniform1f(location, x);
1666 &TexSubImage2D, &Uniform1f,
/external/chromium_org/gpu/command_buffer/common/
H A Dgles2_cmd_format_autogen.h5235 struct Uniform1f { struct
5236 typedef Uniform1f ValueType;
5263 COMPILE_ASSERT(sizeof(Uniform1f) == 12, Sizeof_Uniform1f_is_not_12);
5264 COMPILE_ASSERT(offsetof(Uniform1f, header) == 0,
5266 COMPILE_ASSERT(offsetof(Uniform1f, location) == 4,
5268 COMPILE_ASSERT(offsetof(Uniform1f, x) == 8, OffsetOf_Uniform1f_x_not_8);
/external/chromium_org/third_party/mesa/src/chromium_gensrc/mesa/glapi/
H A Dglapitemp.h4329 KEYWORD1 void KEYWORD2 NAME(Uniform1f)(GLint location, GLfloat v0) function
9429 TABLE_ENTRY(Uniform1f),
/external/chromium_org/third_party/mesa/src/chromium_gensrc/mesa/
H A Dglapi_mapi_tmp.h727 GLAPI void APIENTRY GLAPI_PREFIX(Uniform1f)(GLint location, GLfloat v0);
6258 GLAPI void APIENTRY GLAPI_PREFIX(Uniform1f)(GLint location, GLfloat v0) function
12484 ".globl "GLAPI_PREFIX_STR(Uniform1f)"\n"
12485 ".set "GLAPI_PREFIX_STR(Uniform1f)", "GLAPI_PREFIX_STR(Uniform1fARB)"\n"

Completed in 4270 milliseconds