Searched refs:VertexAttrib4f (Results 1 - 25 of 30) sorted by relevance

12

/external/chromium_org/gpu/command_buffer/common/
H A Dgles2_cmd_ids_autogen.h155 OP(VertexAttrib4f) /* 396 */ \
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,
H A Dgles2_cmd_format_test_autogen.h2292 TEST_F(GLES2FormatTest, VertexAttrib4f) {
2293 cmds::VertexAttrib4f& cmd = *GetBufferAs<cmds::VertexAttrib4f>();
2300 EXPECT_EQ(static_cast<uint32_t>(cmds::VertexAttrib4f::kCmdId),
/external/chromium_org/gpu/command_buffer/service/
H A Dvertex_attrib_manager_unittest.cc37 EXPECT_CALL(*gl_, VertexAttrib4f(ii, 0.0f, 0.0f, 0.0f, 1.0f))
H A Dgles2_cmd_decoder_unittest_2_autogen.h596 EXPECT_CALL(*gl_, VertexAttrib4f(1, 2, 3, 4, 5));
597 SpecializedSetup<cmds::VertexAttrib4f, 0>(true);
598 cmds::VertexAttrib4f cmd;
H A Dgles2_cmd_decoder_unittest_base.cc127 EXPECT_CALL(*gl_, VertexAttrib4f(ii, 0.0f, 0.0f, 0.0f, 1.0f))
H A Dgles2_cmd_decoder_autogen.h2489 const gles2::cmds::VertexAttrib4f& c =
2490 *static_cast<const gles2::cmds::VertexAttrib4f*>(cmd_data);
/external/chromium_org/gpu/GLES2/
H A Dgl2chromium_autogen.h157 #define glVertexAttrib4f GLES2_GET_FUN(VertexAttrib4f)
/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/client/
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_implementation_unittest_autogen.h1546 TEST_F(GLES2ImplementationTest, VertexAttrib4f) {
1548 cmds::VertexAttrib4f cmd;
1553 gl_->VertexAttrib4f(1, 2, 3, 4, 5);
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);
H A Dgles2_implementation_autogen.h465 virtual void VertexAttrib4f(GLuint indx,
H A Dgles2_interface_autogen.h308 virtual void VertexAttrib4f(GLuint indx,
H A Dgles2_interface_stub_autogen.h336 virtual void VertexAttrib4f(GLuint indx,
H A Dgles2_trace_implementation_autogen.h336 virtual void VertexAttrib4f(GLuint indx,
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_c_lib_autogen.h600 gles2::GetGLContext()->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/mojo/public/c/gles2/
H A Dgles2_call_visitor_autogen.h524 VISIT_GL_CALL(VertexAttrib4f,
/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/lib/gl/gles2/
H A Dgles2.c860 glGetInterfacePPAPI()->VertexAttrib4f(
/external/chromium_org/ppapi/lib/gl/include/GLES2/
H A Dgl2.h628 #define glVertexAttrib4f GLES2_GET_FUN(VertexAttrib4f)
/external/chromium_org/webkit/common/gpu/
H A Dwebgraphicscontext3d_impl.cc696 DELEGATE_TO_GL_5(vertexAttrib4f, VertexAttrib4f, WGC3Duint,

Completed in 382 milliseconds

12