/external/chromium_org/gpu/command_buffer/service/ |
D | gles2_cmd_decoder_unittest_2_autogen.h | 596 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()
|
D | vertex_attrib_manager_unittest.cc | 37 EXPECT_CALL(*gl_, VertexAttrib4f(ii, 0.0f, 0.0f, 0.0f, 1.0f)) in SetUp()
|
D | gles2_cmd_decoder_unittest_base.cc | 127 EXPECT_CALL(*gl_, VertexAttrib4f(ii, 0.0f, 0.0f, 0.0f, 1.0f)) in AddExpectationsForVertexAttribManager()
|
/external/chromium_org/gpu/command_buffer/common/ |
D | gles2_cmd_ids_autogen.h | 155 OP(VertexAttrib4f) /* 396 */ \
|
D | gles2_cmd_format_autogen.h | 6374 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,
|
D | gles2_cmd_format_test_autogen.h | 2292 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/ |
D | gl2chromium_autogen.h | 157 #define glVertexAttrib4f GLES2_GET_FUN(VertexAttrib4f)
|
/external/chromium_org/ppapi/shared_impl/ |
D | ppb_opengles2_shared.cc | 1343 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/ |
D | gles2_interface_stub_impl_autogen.h | 548 void GLES2InterfaceStub::VertexAttrib4f(GLuint /* indx */, in VertexAttrib4f() function
|
D | gles2_implementation_unittest_autogen.h | 1546 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()
|
D | gles2_cmd_helper_autogen.h | 1330 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()
|
D | gles2_trace_implementation_impl_autogen.h | 957 void GLES2TraceImplementation::VertexAttrib4f(GLuint indx, in VertexAttrib4f() function 963 gl_->VertexAttrib4f(indx, x, y, z, w); in VertexAttrib4f()
|
D | gles2_interface_autogen.h | 308 virtual void VertexAttrib4f(GLuint indx,
|
D | gles2_implementation_autogen.h | 465 virtual void VertexAttrib4f(GLuint indx,
|
D | gles2_interface_stub_autogen.h | 336 virtual void VertexAttrib4f(GLuint indx,
|
D | gles2_trace_implementation_autogen.h | 336 virtual void VertexAttrib4f(GLuint indx,
|
D | gles2_implementation_impl_autogen.h | 1651 void GLES2Implementation::VertexAttrib4f(GLuint indx, in VertexAttrib4f() function 1659 helper_->VertexAttrib4f(indx, x, y, z, w); in VertexAttrib4f()
|
D | gles2_c_lib_autogen.h | 600 gles2::GetGLContext()->VertexAttrib4f(indx, x, y, z, w); in GLES2VertexAttrib4f()
|
/external/chromium_org/mojo/examples/pepper_container_app/ |
D | ppb_opengles2_thunk.cc | 1330 void VertexAttrib4f(PP_Resource context_id, in VertexAttrib4f() function 1448 &VertexAttrib4f, &VertexAttrib4fv, in GetPPB_OpenGLES2_Thunk()
|
/external/chromium_org/ppapi/c/ |
D | ppb_opengles2.h | 527 void (*VertexAttrib4f)(PP_Resource context, member 986 void (*VertexAttrib4f)(PP_Resource context, member
|
/external/chromium_org/mojo/public/c/gles2/ |
D | gles2_call_visitor_autogen.h | 524 VISIT_GL_CALL(VertexAttrib4f,
|
/external/chromium_org/ppapi/lib/gl/include/GLES2/ |
D | gl2.h | 628 #define glVertexAttrib4f GLES2_GET_FUN(VertexAttrib4f)
|
/external/chromium_org/webkit/common/gpu/ |
D | webgraphicscontext3d_impl.cc | 696 DELEGATE_TO_GL_5(vertexAttrib4f, VertexAttrib4f, WGC3Duint, in DELEGATE_TO_GL_9()
|
/external/chromium_org/ppapi/lib/gl/gles2/ |
D | gles2.c | 860 glGetInterfacePPAPI()->VertexAttrib4f( in glVertexAttrib4f()
|
/external/chromium_org/ppapi/api/ |
D | ppb_opengles2.idl | 601 void VertexAttrib4f([in] PP_Resource context,
|