Searched refs:Uniform2f (Results 26 - 39 of 39) sorted by relevance

12

/external/chromium_org/gpu/command_buffer/client/
H A Dgles2_trace_implementation_autogen.h284 virtual void Uniform2f(GLint location, GLfloat x, GLfloat y) OVERRIDE;
H A Dgles2_implementation_impl_autogen.h1302 void GLES2Implementation::Uniform2f(GLint location, GLfloat x, GLfloat y) { function in class:GLES2Implementation
1306 helper_->Uniform2f(location, x, y);
H A Dgles2_c_lib_autogen.h514 gles2::GetGLContext()->Uniform2f(location, x, y);
/external/chromium_org/ppapi/lib/gl/gles2/
H A Dgles2.c738 glGetInterfacePPAPI()->Uniform2f(glGetCurrentContextPPAPI(), location, x, y);
/external/chromium_org/ppapi/lib/gl/include/GLES2/
H A Dgl2.h605 #define glUniform2f GLES2_GET_FUN(Uniform2f)
/external/chromium_org/webkit/common/gpu/
H A Dwebgraphicscontext3d_impl.cc636 DELEGATE_TO_GL_3(uniform2f, Uniform2f, WGC3Dint, WGC3Dfloat, WGC3Dfloat)
/external/chromium_org/gpu/command_buffer/common/
H A Dgles2_cmd_format_autogen.h5397 struct Uniform2f { struct
5398 typedef Uniform2f ValueType;
5427 COMPILE_ASSERT(sizeof(Uniform2f) == 16, Sizeof_Uniform2f_is_not_16);
5428 COMPILE_ASSERT(offsetof(Uniform2f, header) == 0,
5430 COMPILE_ASSERT(offsetof(Uniform2f, location) == 4,
5432 COMPILE_ASSERT(offsetof(Uniform2f, x) == 8, OffsetOf_Uniform2f_x_not_8);
5433 COMPILE_ASSERT(offsetof(Uniform2f, y) == 12, OffsetOf_Uniform2f_y_not_12);
H A Dgles2_cmd_format_test_autogen.h1798 TEST_F(GLES2FormatTest, Uniform2f) {
1799 cmds::Uniform2f& cmd = *GetBufferAs<cmds::Uniform2f>();
1804 EXPECT_EQ(static_cast<uint32_t>(cmds::Uniform2f::kCmdId), cmd.header.command);
/external/chromium_org/gpu/command_buffer/service/
H A Dgles2_cmd_decoder_autogen.h2044 const gles2::cmds::Uniform2f& c =
2045 *static_cast<const gles2::cmds::Uniform2f*>(cmd_data);
/external/chromium_org/third_party/mesa/src/include/GL/
H A Dgl_mangle.h1824 #define glUniform2f MANGLE(Uniform2f)
/external/mesa3d/include/GL/
H A Dgl_mangle.h1824 #define glUniform2f MANGLE(Uniform2f)
/external/chromium_org/third_party/mesa/src/chromium_gensrc/mesa/
H A Dglapi_mapi_tmp.h735 GLAPI void APIENTRY GLAPI_PREFIX(Uniform2f)(GLint location, GLfloat v0, GLfloat v1);
6314 GLAPI void APIENTRY GLAPI_PREFIX(Uniform2f)(GLint location, GLfloat v0, GLfloat v1) function
12508 ".globl "GLAPI_PREFIX_STR(Uniform2f)"\n"
12509 ".set "GLAPI_PREFIX_STR(Uniform2f)", "GLAPI_PREFIX_STR(Uniform2fARB)"\n"
H A Dglapi_x86-64.S37290 .globl GL_PREFIX(Uniform2f) ; .set GL_PREFIX(Uniform2f), GL_PREFIX(Uniform2fARB)
/external/chromium_org/third_party/mesa/src/chromium_gensrc/mesa/glapi/
H A Dglapitemp.h4377 KEYWORD1 void KEYWORD2 NAME(Uniform2f)(GLint location, GLfloat v0, GLfloat v1) function
9433 TABLE_ENTRY(Uniform2f),

Completed in 569 milliseconds

12