/external/chromium_org/gpu/command_buffer/service/ |
D | gles2_cmd_decoder_unittest_1_autogen.h | 1652 SpecializedSetup<cmds::GetTexParameterfv, 0>(true); in TEST_F() 1653 typedef cmds::GetTexParameterfv::Result Result; in TEST_F() 1656 *gl_, GetTexParameterfv( in TEST_F() 1659 cmds::GetTexParameterfv cmd; in TEST_F() 1671 EXPECT_CALL(*gl_, GetTexParameterfv(_, _, _)).Times(0); in TEST_F() 1672 SpecializedSetup<cmds::GetTexParameterfv, 0>(false); in TEST_F() 1673 cmds::GetTexParameterfv::Result* result = in TEST_F() 1674 static_cast<cmds::GetTexParameterfv::Result*>(shared_memory_address_); in TEST_F() 1676 cmds::GetTexParameterfv cmd; in TEST_F() 1686 EXPECT_CALL(*gl_, GetTexParameterfv(_, _, _)).Times(0); in TEST_F() [all …]
|
/external/chromium_org/gpu/command_buffer/common/ |
D | gles2_cmd_ids_autogen.h | 97 OP(GetTexParameterfv) /* 340 */ \
|
D | gles2_cmd_format_autogen.h | 3702 struct GetTexParameterfv { struct 3703 typedef GetTexParameterfv ValueType; argument 3742 COMPILE_ASSERT(sizeof(GetTexParameterfv) == 20, argument 3744 COMPILE_ASSERT(offsetof(GetTexParameterfv, header) == 0, 3746 COMPILE_ASSERT(offsetof(GetTexParameterfv, target) == 4, 3748 COMPILE_ASSERT(offsetof(GetTexParameterfv, pname) == 8, 3750 COMPILE_ASSERT(offsetof(GetTexParameterfv, params_shm_id) == 12, 3752 COMPILE_ASSERT(offsetof(GetTexParameterfv, params_shm_offset) == 16,
|
/external/chromium_org/gpu/GLES2/ |
D | gl2chromium_autogen.h | 87 #define glGetTexParameterfv GLES2_GET_FUN(GetTexParameterfv)
|
/external/chromium_org/gpu/command_buffer/client/ |
D | gles2_implementation_unittest_autogen.h | 668 TEST_F(GLES2ImplementationTest, GetTexParameterfv) { in TEST_F() argument 670 cmds::GetTexParameterfv cmd; in TEST_F() 672 typedef cmds::GetTexParameterfv::Result Result; in TEST_F() 680 gl_->GetTexParameterfv(123, GL_TEXTURE_MAG_FILTER, &result); in TEST_F()
|
D | gles2_interface_stub_impl_autogen.h | 233 void GLES2InterfaceStub::GetTexParameterfv( in GetTexParameterfv() function
|
D | gles2_implementation_impl_autogen.h | 776 void GLES2Implementation::GetTexParameterfv( in GetTexParameterfv() function 784 typedef cmds::GetTexParameterfv::Result Result; in GetTexParameterfv() 790 helper_->GetTexParameterfv(target, pname, in GetTexParameterfv()
|
D | gles2_trace_implementation_impl_autogen.h | 422 void GLES2TraceImplementation::GetTexParameterfv( in GetTexParameterfv() function 425 gl_->GetTexParameterfv(target, pname, params); in GetTexParameterfv()
|
D | gles2_interface_autogen.h | 119 virtual void GetTexParameterfv(GLenum target, GLenum pname, GLfloat* params) =
|
D | gles2_cmd_helper_autogen.h | 711 void GetTexParameterfv( in GetTexParameterfv() function 714 gles2::cmds::GetTexParameterfv* c = in GetTexParameterfv() 715 GetCmdSpace<gles2::cmds::GetTexParameterfv>(); in GetTexParameterfv()
|
D | gles2_trace_implementation_autogen.h | 125 virtual void GetTexParameterfv(
|
D | gles2_interface_stub_autogen.h | 125 virtual void GetTexParameterfv(
|
D | gles2_implementation_autogen.h | 194 virtual void GetTexParameterfv(
|
/external/chromium_org/ppapi/shared_impl/ |
D | ppb_opengles2_shared.cc | 624 void GetTexParameterfv( in GetTexParameterfv() function 628 ToGles2Impl(&enter)->GetTexParameterfv(target, pname, params); in GetTexParameterfv() 1435 &GetTexParameterfv, in GetInterface()
|
/external/chromium_org/ppapi/c/ |
D | ppb_opengles2.h | 170 void (*GetTexParameterfv)( member
|
/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/wgl/ |
D | stw_icd.h | 332 void (GLAPIENTRY * GetTexParameterfv)(GLenum, GLenum, GLfloat *);
|
/external/mesa3d/src/gallium/state_trackers/wgl/ |
D | stw_icd.h | 332 void (GLAPIENTRY * GetTexParameterfv)(GLenum, GLenum, GLfloat *);
|
/external/chromium_org/ppapi/lib/gl/include/GLES2/ |
D | gl2.h | 562 #define glGetTexParameterfv GLES2_GET_FUN(GetTexParameterfv)
|
/external/chromium_org/third_party/mesa/src/src/mapi/glapi/tests/ |
D | check_table.cpp | 848 { "glGetTexParameterfv", _O(GetTexParameterfv) },
|
/external/chromium_org/webkit/common/gpu/ |
D | webgraphicscontext3d_in_process_command_buffer_impl.cc | 768 DELEGATE_TO_GL_3(getTexParameterfv, GetTexParameterfv, in DELEGATE_TO_GL_3() argument
|
/external/mesa3d/src/mapi/glapi/tests/ |
D | check_table.cpp | 848 { "glGetTexParameterfv", _O(GetTexParameterfv) },
|
/external/chromium_org/ppapi/lib/gl/gles2/ |
D | gles2.c | 393 glGetInterfacePPAPI()->GetTexParameterfv( in glGetTexParameterfv()
|
/external/chromium_org/third_party/mesa/src/docs/ |
D | MESA_texture_array.spec | 99 GetTexParameterfv:
|
/external/mesa3d/docs/ |
D | MESA_texture_array.spec | 99 GetTexParameterfv:
|
/external/chromium_org/content/common/gpu/client/ |
D | webgraphicscontext3d_command_buffer_impl.cc | 889 DELEGATE_TO_GL_3(getTexParameterfv, GetTexParameterfv, in DELEGATE_TO_GL_3() argument
|