Home
last modified time | relevance | path

Searched refs:VertexAttrib4f (Results 1 – 25 of 32) sorted by relevance

12

/external/chromium_org/gpu/command_buffer/service/
Dgles2_cmd_decoder_unittest_2_autogen.h596 EXPECT_CALL(*gl_, VertexAttrib4f(1, 2, 3, 4, 5)); in TEST_P()
597 SpecializedSetup<cmds::VertexAttrib4f, 0>(true); in TEST_P()
598 cmds::VertexAttrib4f cmd; in TEST_P()
Dvertex_attrib_manager_unittest.cc37 EXPECT_CALL(*gl_, VertexAttrib4f(ii, 0.0f, 0.0f, 0.0f, 1.0f)) in SetUp()
Dgles2_cmd_decoder_unittest_base.cc127 EXPECT_CALL(*gl_, VertexAttrib4f(ii, 0.0f, 0.0f, 0.0f, 1.0f)) in AddExpectationsForVertexAttribManager()
/external/chromium_org/gpu/command_buffer/common/
Dgles2_cmd_ids_autogen.h155 OP(VertexAttrib4f) /* 396 */ \
Dgles2_cmd_format_autogen.h6374 struct VertexAttrib4f { struct
6375 typedef VertexAttrib4f ValueType; argument
6413 COMPILE_ASSERT(sizeof(VertexAttrib4f) == 24, Sizeof_VertexAttrib4f_is_not_24); argument
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,
Dgles2_cmd_format_test_autogen.h2292 TEST_F(GLES2FormatTest, VertexAttrib4f) { in TEST_F() argument
2293 cmds::VertexAttrib4f& cmd = *GetBufferAs<cmds::VertexAttrib4f>(); in TEST_F()
2300 EXPECT_EQ(static_cast<uint32_t>(cmds::VertexAttrib4f::kCmdId), in TEST_F()
/external/chromium_org/gpu/GLES2/
Dgl2chromium_autogen.h157 #define glVertexAttrib4f GLES2_GET_FUN(VertexAttrib4f)
/external/chromium_org/ppapi/shared_impl/
Dppb_opengles2_shared.cc1343 void VertexAttrib4f(PP_Resource context_id, in VertexAttrib4f() function
1351 ToGles2Impl(&enter)->VertexAttrib4f(indx, x, y, z, w); in VertexAttrib4f()
1680 &VertexAttrib4f, &VertexAttrib4fv, in GetInterface()
/external/chromium_org/gpu/command_buffer/client/
Dgles2_interface_stub_impl_autogen.h548 void GLES2InterfaceStub::VertexAttrib4f(GLuint /* indx */, in VertexAttrib4f() function
Dgles2_implementation_unittest_autogen.h1546 TEST_F(GLES2ImplementationTest, VertexAttrib4f) { in TEST_F() argument
1548 cmds::VertexAttrib4f cmd; in TEST_F()
1553 gl_->VertexAttrib4f(1, 2, 3, 4, 5); in TEST_F()
Dgles2_cmd_helper_autogen.h1330 void VertexAttrib4f(GLuint indx, GLfloat x, GLfloat y, GLfloat z, GLfloat w) { in VertexAttrib4f() function
1331 gles2::cmds::VertexAttrib4f* c = GetCmdSpace<gles2::cmds::VertexAttrib4f>(); in VertexAttrib4f()
Dgles2_trace_implementation_impl_autogen.h957 void GLES2TraceImplementation::VertexAttrib4f(GLuint indx, in VertexAttrib4f() function
963 gl_->VertexAttrib4f(indx, x, y, z, w); in VertexAttrib4f()
Dgles2_interface_autogen.h308 virtual void VertexAttrib4f(GLuint indx,
Dgles2_implementation_autogen.h465 virtual void VertexAttrib4f(GLuint indx,
Dgles2_interface_stub_autogen.h336 virtual void VertexAttrib4f(GLuint indx,
Dgles2_trace_implementation_autogen.h336 virtual void VertexAttrib4f(GLuint indx,
Dgles2_implementation_impl_autogen.h1651 void GLES2Implementation::VertexAttrib4f(GLuint indx, in VertexAttrib4f() function
1659 helper_->VertexAttrib4f(indx, x, y, z, w); in VertexAttrib4f()
Dgles2_c_lib_autogen.h600 gles2::GetGLContext()->VertexAttrib4f(indx, x, y, z, w); in GLES2VertexAttrib4f()
/external/chromium_org/mojo/examples/pepper_container_app/
Dppb_opengles2_thunk.cc1330 void VertexAttrib4f(PP_Resource context_id, in VertexAttrib4f() function
1448 &VertexAttrib4f, &VertexAttrib4fv, in GetPPB_OpenGLES2_Thunk()
/external/chromium_org/ppapi/c/
Dppb_opengles2.h527 void (*VertexAttrib4f)(PP_Resource context, member
986 void (*VertexAttrib4f)(PP_Resource context, member
/external/chromium_org/mojo/public/c/gles2/
Dgles2_call_visitor_autogen.h524 VISIT_GL_CALL(VertexAttrib4f,
/external/chromium_org/ppapi/lib/gl/include/GLES2/
Dgl2.h628 #define glVertexAttrib4f GLES2_GET_FUN(VertexAttrib4f)
/external/chromium_org/webkit/common/gpu/
Dwebgraphicscontext3d_impl.cc696 DELEGATE_TO_GL_5(vertexAttrib4f, VertexAttrib4f, WGC3Duint, in DELEGATE_TO_GL_9()
/external/chromium_org/ppapi/lib/gl/gles2/
Dgles2.c860 glGetInterfacePPAPI()->VertexAttrib4f( in glVertexAttrib4f()
/external/chromium_org/ppapi/api/
Dppb_opengles2.idl601 void VertexAttrib4f([in] PP_Resource context,

12