Home
last modified time | relevance | path

Searched refs:GetVertexAttribfv (Results 1 – 25 of 31) sorted by relevance

12

/external/chromium_org/gpu/command_buffer/service/
Dgles2_cmd_decoder_unittest_1_autogen.h1814 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 …]
Dgles2_cmd_decoder_unittest_1.cc259 void GLES2DecoderTestBase::SpecializedSetup<cmds::GetVertexAttribfv, 0>( in SpecializedSetup()
Dgles2_cmd_decoder_autogen.h1273 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/
Dgles2_cmd_ids_autogen.h103 OP(GetVertexAttribfv) /* 346 */ \
Dgles2_cmd_format_autogen.h3914 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,
Dgles2_cmd_format_test_autogen.h1510 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/
Dgl2chromium_autogen.h92 #define glGetVertexAttribfv GLES2_GET_FUN(GetVertexAttribfv)
/external/chromium_org/third_party/angle/extensions/
DANGLE_instanced_arrays.txt69 Accepted by the <pname> parameters of GetVertexAttribfv and
260 pnames accepted by GetVertexAttribfv and GetVertexAttribiv.
/external/chromium_org/gpu/command_buffer/client/
Dgles2_implementation_unittest_autogen.h705 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()
Dgles2_interface_stub_impl_autogen.h249 void GLES2InterfaceStub::GetVertexAttribfv( in GetVertexAttribfv() function
Dgles2_implementation.h213 virtual void GetVertexAttribfv( in NON_EXPORTED_BASE()
Dgles2_trace_implementation_impl_autogen.h452 void GLES2TraceImplementation::GetVertexAttribfv( in GetVertexAttribfv() function
455 gl_->GetVertexAttribfv(index, pname, params); in GetVertexAttribfv()
Dgles2_interface_autogen.h125 virtual void GetVertexAttribfv(GLuint index, GLenum pname, GLfloat* params) =
Dgles2_cmd_helper_autogen.h749 void GetVertexAttribfv( in GetVertexAttribfv() function
752 gles2::cmds::GetVertexAttribfv* c = in GetVertexAttribfv()
753 GetCmdSpace<gles2::cmds::GetVertexAttribfv>(); in GetVertexAttribfv()
Dgles2_trace_implementation_autogen.h134 virtual void GetVertexAttribfv(
Dgles2_interface_stub_autogen.h134 virtual void GetVertexAttribfv(
Dgles2_implementation.cc2716 void GLES2Implementation::GetVertexAttribfv( in GetVertexAttribfv() function in gpu::gles2::GLES2Implementation
2729 typedef cmds::GetVertexAttribfv::Result Result; in GetVertexAttribfv()
2735 helper_->GetVertexAttribfv( in GetVertexAttribfv()
Dgles2_implementation_unittest.cc1320 cmds::GetVertexAttribfv get2; // for getting the value from attrib1 in TEST_F()
1376 gl_->GetVertexAttribfv( in TEST_F()
Dgles2_c_lib_autogen.h285 gles2::GetGLContext()->GetVertexAttribfv(index, pname, params); in GLES2GetVertexAttribfv()
/external/chromium_org/ppapi/shared_impl/
Dppb_opengles2_shared.cc666 void GetVertexAttribfv( in GetVertexAttribfv() function
670 ToGles2Impl(&enter)->GetVertexAttribfv(index, pname, params); in GetVertexAttribfv()
1440 &GetVertexAttribfv, in GetInterface()
/external/chromium_org/ppapi/c/
Dppb_opengles2.h180 void (*GetVertexAttribfv)( member
/external/chromium_org/ppapi/lib/gl/include/GLES2/
Dgl2.h567 #define glGetVertexAttribfv GLES2_GET_FUN(GetVertexAttribfv)
/external/chromium_org/webkit/common/gpu/
Dwebgraphicscontext3d_in_process_command_buffer_impl.cc781 DELEGATE_TO_GL_3(getVertexAttribfv, GetVertexAttribfv, in DELEGATE_TO_GL_3()
/external/chromium_org/ppapi/lib/gl/gles2/
Dgles2.c422 glGetInterfacePPAPI()->GetVertexAttribfv( in glGetVertexAttribfv()
/external/chromium_org/content/common/gpu/client/
Dwebgraphicscontext3d_command_buffer_impl.cc902 DELEGATE_TO_GL_3(getVertexAttribfv, GetVertexAttribfv, in DELEGATE_TO_GL_3()

12