/external/chromium_org/gpu/command_buffer/service/ |
D | gles2_cmd_decoder_unittest_1_autogen.h | 1814 SpecializedSetup<cmds::GetVertexAttribfv, 0>(true); in TEST_F() 1815 typedef cmds::GetVertexAttribfv::Result Result; in TEST_F() 1818 cmds::GetVertexAttribfv cmd; in TEST_F() 1830 EXPECT_CALL(*gl_, GetVertexAttribfv(_, _, _)).Times(0); in TEST_F() 1831 SpecializedSetup<cmds::GetVertexAttribfv, 0>(false); in TEST_F() 1832 cmds::GetVertexAttribfv::Result* result = in TEST_F() 1833 static_cast<cmds::GetVertexAttribfv::Result*>(shared_memory_address_); in TEST_F() 1835 cmds::GetVertexAttribfv cmd; in TEST_F() 1842 EXPECT_CALL(*gl_, GetVertexAttribfv(_, _, _)).Times(0); in TEST_F() 1843 SpecializedSetup<cmds::GetVertexAttribfv, 0>(false); in TEST_F() [all …]
|
D | gles2_cmd_decoder_unittest_1.cc | 259 void GLES2DecoderTestBase::SpecializedSetup<cmds::GetVertexAttribfv, 0>( in SpecializedSetup()
|
D | gles2_cmd_decoder_autogen.h | 1273 uint32 immediate_data_size, const gles2::cmds::GetVertexAttribfv& c) { in HandleGetVertexAttribfv() 1276 typedef cmds::GetVertexAttribfv::Result Result; in HandleGetVertexAttribfv()
|
/external/chromium_org/gpu/command_buffer/common/ |
D | gles2_cmd_ids_autogen.h | 103 OP(GetVertexAttribfv) /* 346 */ \
|
D | gles2_cmd_format_autogen.h | 3914 struct GetVertexAttribfv { struct 3915 typedef GetVertexAttribfv ValueType; argument 3954 COMPILE_ASSERT(sizeof(GetVertexAttribfv) == 20, argument 3956 COMPILE_ASSERT(offsetof(GetVertexAttribfv, header) == 0, 3958 COMPILE_ASSERT(offsetof(GetVertexAttribfv, index) == 4, 3960 COMPILE_ASSERT(offsetof(GetVertexAttribfv, pname) == 8, 3962 COMPILE_ASSERT(offsetof(GetVertexAttribfv, params_shm_id) == 12, 3964 COMPILE_ASSERT(offsetof(GetVertexAttribfv, params_shm_offset) == 16,
|
D | gles2_cmd_format_test_autogen.h | 1510 TEST_F(GLES2FormatTest, GetVertexAttribfv) { in TEST_F() argument 1511 cmds::GetVertexAttribfv& cmd = *GetBufferAs<cmds::GetVertexAttribfv>(); in TEST_F() 1518 EXPECT_EQ(static_cast<uint32>(cmds::GetVertexAttribfv::kCmdId), in TEST_F()
|
/external/chromium_org/gpu/GLES2/ |
D | gl2chromium_autogen.h | 92 #define glGetVertexAttribfv GLES2_GET_FUN(GetVertexAttribfv)
|
/external/chromium_org/third_party/angle/extensions/ |
D | ANGLE_instanced_arrays.txt | 69 Accepted by the <pname> parameters of GetVertexAttribfv and 260 pnames accepted by GetVertexAttribfv and GetVertexAttribiv.
|
/external/chromium_org/gpu/command_buffer/client/ |
D | gles2_implementation_unittest_autogen.h | 705 TEST_F(GLES2ImplementationTest, GetVertexAttribfv) { in TEST_F() argument 707 cmds::GetVertexAttribfv cmd; in TEST_F() 709 typedef cmds::GetVertexAttribfv::Result Result; in TEST_F() 718 gl_->GetVertexAttribfv(123, GL_VERTEX_ATTRIB_ARRAY_NORMALIZED, &result); in TEST_F()
|
D | gles2_interface_stub_impl_autogen.h | 249 void GLES2InterfaceStub::GetVertexAttribfv( in GetVertexAttribfv() function
|
D | gles2_implementation.h | 213 virtual void GetVertexAttribfv( in NON_EXPORTED_BASE()
|
D | gles2_trace_implementation_impl_autogen.h | 452 void GLES2TraceImplementation::GetVertexAttribfv( in GetVertexAttribfv() function 455 gl_->GetVertexAttribfv(index, pname, params); in GetVertexAttribfv()
|
D | gles2_interface_autogen.h | 125 virtual void GetVertexAttribfv(GLuint index, GLenum pname, GLfloat* params) =
|
D | gles2_cmd_helper_autogen.h | 749 void GetVertexAttribfv( in GetVertexAttribfv() function 752 gles2::cmds::GetVertexAttribfv* c = in GetVertexAttribfv() 753 GetCmdSpace<gles2::cmds::GetVertexAttribfv>(); in GetVertexAttribfv()
|
D | gles2_trace_implementation_autogen.h | 134 virtual void GetVertexAttribfv(
|
D | gles2_interface_stub_autogen.h | 134 virtual void GetVertexAttribfv(
|
D | gles2_implementation.cc | 2716 void GLES2Implementation::GetVertexAttribfv( in GetVertexAttribfv() function in gpu::gles2::GLES2Implementation 2729 typedef cmds::GetVertexAttribfv::Result Result; in GetVertexAttribfv() 2735 helper_->GetVertexAttribfv( in GetVertexAttribfv()
|
D | gles2_implementation_unittest.cc | 1320 cmds::GetVertexAttribfv get2; // for getting the value from attrib1 in TEST_F() 1376 gl_->GetVertexAttribfv( in TEST_F()
|
D | gles2_c_lib_autogen.h | 285 gles2::GetGLContext()->GetVertexAttribfv(index, pname, params); in GLES2GetVertexAttribfv()
|
/external/chromium_org/ppapi/shared_impl/ |
D | ppb_opengles2_shared.cc | 666 void GetVertexAttribfv( in GetVertexAttribfv() function 670 ToGles2Impl(&enter)->GetVertexAttribfv(index, pname, params); in GetVertexAttribfv() 1440 &GetVertexAttribfv, in GetInterface()
|
/external/chromium_org/ppapi/c/ |
D | ppb_opengles2.h | 180 void (*GetVertexAttribfv)( member
|
/external/chromium_org/ppapi/lib/gl/include/GLES2/ |
D | gl2.h | 567 #define glGetVertexAttribfv GLES2_GET_FUN(GetVertexAttribfv)
|
/external/chromium_org/webkit/common/gpu/ |
D | webgraphicscontext3d_in_process_command_buffer_impl.cc | 781 DELEGATE_TO_GL_3(getVertexAttribfv, GetVertexAttribfv, in DELEGATE_TO_GL_3()
|
/external/chromium_org/ppapi/lib/gl/gles2/ |
D | gles2.c | 422 glGetInterfacePPAPI()->GetVertexAttribfv( in glGetVertexAttribfv()
|
/external/chromium_org/content/common/gpu/client/ |
D | webgraphicscontext3d_command_buffer_impl.cc | 902 DELEGATE_TO_GL_3(getVertexAttribfv, GetVertexAttribfv, in DELEGATE_TO_GL_3()
|