Searched refs:VertexAttrib3f (Results 1 - 25 of 28) sorted by relevance

12

/external/chromium_org/gpu/command_buffer/common/
H A Dgles2_cmd_ids_autogen.h153 OP(VertexAttrib3f) /* 394 */ \
H A Dgles2_cmd_format_autogen.h6290 struct VertexAttrib3f { struct
6291 typedef VertexAttrib3f ValueType;
6322 COMPILE_ASSERT(sizeof(VertexAttrib3f) == 20, Sizeof_VertexAttrib3f_is_not_20);
6323 COMPILE_ASSERT(offsetof(VertexAttrib3f, header) == 0,
6325 COMPILE_ASSERT(offsetof(VertexAttrib3f, indx) == 4,
6327 COMPILE_ASSERT(offsetof(VertexAttrib3f, x) == 8,
6329 COMPILE_ASSERT(offsetof(VertexAttrib3f, y) == 12,
6331 COMPILE_ASSERT(offsetof(VertexAttrib3f, z) == 16,
H A Dgles2_cmd_format_test_autogen.h2255 TEST_F(GLES2FormatTest, VertexAttrib3f) {
2256 cmds::VertexAttrib3f& cmd = *GetBufferAs<cmds::VertexAttrib3f>();
2262 EXPECT_EQ(static_cast<uint32_t>(cmds::VertexAttrib3f::kCmdId),
/external/chromium_org/gpu/GLES2/
H A Dgl2chromium_autogen.h155 #define glVertexAttrib3f GLES2_GET_FUN(VertexAttrib3f)
/external/chromium_org/gpu/command_buffer/service/
H A Dgles2_cmd_decoder_unittest_2_autogen.h572 EXPECT_CALL(*gl_, VertexAttrib3f(1, 2, 3, 4));
573 SpecializedSetup<cmds::VertexAttrib3f, 0>(true);
574 cmds::VertexAttrib3f cmd;
H A Dgles2_cmd_decoder_autogen.h2452 const gles2::cmds::VertexAttrib3f& c =
2453 *static_cast<const gles2::cmds::VertexAttrib3f*>(cmd_data);
/external/chromium_org/ppapi/shared_impl/
H A Dppb_opengles2_shared.cc1323 void VertexAttrib3f(PP_Resource context_id, function in namespace:ppapi::__anon10171
1330 ToGles2Impl(&enter)->VertexAttrib3f(indx, x, y, z);
1679 &VertexAttrib3f, &VertexAttrib3fv,
/external/chromium_org/gpu/command_buffer/client/
H A Dgles2_interface_stub_impl_autogen.h540 void GLES2InterfaceStub::VertexAttrib3f(GLuint /* indx */, function in class:GLES2InterfaceStub
H A Dgles2_cmd_helper_autogen.h1313 void VertexAttrib3f(GLuint indx, GLfloat x, GLfloat y, GLfloat z) { function
1314 gles2::cmds::VertexAttrib3f* c = GetCmdSpace<gles2::cmds::VertexAttrib3f>();
H A Dgles2_implementation_unittest_autogen.h1519 TEST_F(GLES2ImplementationTest, VertexAttrib3f) {
1521 cmds::VertexAttrib3f cmd;
1526 gl_->VertexAttrib3f(1, 2, 3, 4);
H A Dgles2_trace_implementation_impl_autogen.h943 void GLES2TraceImplementation::VertexAttrib3f(GLuint indx, function in class:GLES2TraceImplementation
947 TRACE_EVENT_BINARY_EFFICIENT0("gpu", "GLES2Trace::VertexAttrib3f");
948 gl_->VertexAttrib3f(indx, x, y, z);
H A Dgles2_implementation_autogen.h458 virtual void VertexAttrib3f(GLuint indx,
H A Dgles2_interface_autogen.h306 virtual void VertexAttrib3f(GLuint indx, GLfloat x, GLfloat y, GLfloat z) = 0;
H A Dgles2_interface_stub_autogen.h331 virtual void VertexAttrib3f(GLuint indx,
H A Dgles2_trace_implementation_autogen.h331 virtual void VertexAttrib3f(GLuint indx,
H A Dgles2_implementation_impl_autogen.h1630 void GLES2Implementation::VertexAttrib3f(GLuint indx, function in class:GLES2Implementation
1637 helper_->VertexAttrib3f(indx, x, y, z);
H A Dgles2_c_lib_autogen.h590 gles2::GetGLContext()->VertexAttrib3f(indx, x, y, z);
/external/chromium_org/mojo/examples/pepper_container_app/
H A Dppb_opengles2_thunk.cc1310 void VertexAttrib3f(PP_Resource context_id, function in namespace:mojo::examples::__anon8751
1447 &VertexAttrib3f, &VertexAttrib3fv,
/external/chromium_org/mojo/public/c/gles2/
H A Dgles2_call_visitor_autogen.h516 VISIT_GL_CALL(VertexAttrib3f,
/external/chromium_org/ppapi/c/
H A Dppb_opengles2.h519 void (*VertexAttrib3f)(PP_Resource context, member in struct:PPB_OpenGLES2_1_0
978 void (*VertexAttrib3f)(PP_Resource context, member in struct:PPB_OpenGLES2
/external/chromium_org/ppapi/lib/gl/gles2/
H A Dgles2.c849 glGetInterfacePPAPI()->VertexAttrib3f(
/external/chromium_org/ppapi/lib/gl/include/GLES2/
H A Dgl2.h626 #define glVertexAttrib3f GLES2_GET_FUN(VertexAttrib3f)
/external/chromium_org/webkit/common/gpu/
H A Dwebgraphicscontext3d_impl.cc690 DELEGATE_TO_GL_4(vertexAttrib3f, VertexAttrib3f, WGC3Duint,
/external/chromium_org/third_party/mesa/src/include/GL/
H A Dgl_mangle.h2015 #define glVertexAttrib3f MANGLE(VertexAttrib3f)
/external/mesa3d/include/GL/
H A Dgl_mangle.h2015 #define glVertexAttrib3f MANGLE(VertexAttrib3f)

Completed in 274 milliseconds

12