/external/chromium_org/gpu/command_buffer/service/ |
D | gles2_cmd_decoder_unittest_1_autogen.h | 1459 SpecializedSetup<cmds::GetTexParameterfv, 0>(true); in TEST_P() 1460 typedef cmds::GetTexParameterfv::Result Result; in TEST_P() 1463 GetTexParameterfv( in TEST_P() 1466 cmds::GetTexParameterfv cmd; in TEST_P() 1479 EXPECT_CALL(*gl_, GetTexParameterfv(_, _, _)).Times(0); in TEST_P() 1480 SpecializedSetup<cmds::GetTexParameterfv, 0>(false); in TEST_P() 1481 cmds::GetTexParameterfv::Result* result = in TEST_P() 1482 static_cast<cmds::GetTexParameterfv::Result*>(shared_memory_address_); in TEST_P() 1484 cmds::GetTexParameterfv cmd; in TEST_P() 1495 EXPECT_CALL(*gl_, GetTexParameterfv(_, _, _)).Times(0); in TEST_P() [all …]
|
/external/chromium_org/gpu/command_buffer/common/ |
D | gles2_cmd_ids_autogen.h | 89 OP(GetTexParameterfv) /* 330 */ \
|
D | gles2_cmd_format_autogen.h | 3327 struct GetTexParameterfv { struct 3328 typedef GetTexParameterfv ValueType; argument 3369 COMPILE_ASSERT(sizeof(GetTexParameterfv) == 20, argument 3371 COMPILE_ASSERT(offsetof(GetTexParameterfv, header) == 0, 3373 COMPILE_ASSERT(offsetof(GetTexParameterfv, target) == 4, 3375 COMPILE_ASSERT(offsetof(GetTexParameterfv, pname) == 8, 3377 COMPILE_ASSERT(offsetof(GetTexParameterfv, params_shm_id) == 12, 3379 COMPILE_ASSERT(offsetof(GetTexParameterfv, params_shm_offset) == 16,
|
/external/chromium_org/gpu/GLES2/ |
D | gl2chromium_autogen.h | 89 #define glGetTexParameterfv GLES2_GET_FUN(GetTexParameterfv)
|
/external/chromium_org/gpu/command_buffer/client/ |
D | gles2_implementation_unittest_autogen.h | 693 TEST_F(GLES2ImplementationTest, GetTexParameterfv) { in TEST_F() argument 695 cmds::GetTexParameterfv cmd; in TEST_F() 697 typedef cmds::GetTexParameterfv::Result Result; in TEST_F() 705 gl_->GetTexParameterfv(123, GL_TEXTURE_MAG_FILTER, &result); in TEST_F()
|
D | gles2_interface_stub_impl_autogen.h | 282 void GLES2InterfaceStub::GetTexParameterfv(GLenum /* target */, in GetTexParameterfv() function
|
D | gles2_implementation_impl_autogen.h | 887 void GLES2Implementation::GetTexParameterfv(GLenum target, in GetTexParameterfv() function 899 typedef cmds::GetTexParameterfv::Result Result; in GetTexParameterfv() 905 helper_->GetTexParameterfv( in GetTexParameterfv()
|
D | gles2_cmd_helper_autogen.h | 700 void GetTexParameterfv(GLenum target, in GetTexParameterfv() function 704 gles2::cmds::GetTexParameterfv* c = in GetTexParameterfv() 705 GetCmdSpace<gles2::cmds::GetTexParameterfv>(); in GetTexParameterfv()
|
D | gles2_trace_implementation_impl_autogen.h | 492 void GLES2TraceImplementation::GetTexParameterfv(GLenum target, in GetTexParameterfv() function 496 gl_->GetTexParameterfv(target, pname, params); in GetTexParameterfv()
|
D | gles2_interface_autogen.h | 181 virtual void GetTexParameterfv(GLenum target,
|
D | gles2_implementation_autogen.h | 250 virtual void GetTexParameterfv(GLenum target,
|
D | gles2_interface_stub_autogen.h | 181 virtual void GetTexParameterfv(GLenum target,
|
D | gles2_trace_implementation_autogen.h | 181 virtual void GetTexParameterfv(GLenum target,
|
/external/chromium_org/ppapi/shared_impl/ |
D | ppb_opengles2_shared.cc | 703 void GetTexParameterfv(PP_Resource context_id, in GetTexParameterfv() function 709 ToGles2Impl(&enter)->GetTexParameterfv(target, pname, params); in GetTexParameterfv() 1647 &GetTexParameterfv, &GetTexParameteriv, in GetInterface()
|
/external/chromium_org/mojo/examples/pepper_container_app/ |
D | ppb_opengles2_thunk.cc | 691 void GetTexParameterfv(PP_Resource context_id, in GetTexParameterfv() function 1415 &GetTexParameterfv, &GetTexParameteriv, in GetPPB_OpenGLES2_Thunk()
|
/external/chromium_org/ppapi/c/ |
D | ppb_opengles2.h | 306 void (*GetTexParameterfv)(PP_Resource context, member 765 void (*GetTexParameterfv)(PP_Resource context, member
|
/external/chromium_org/mojo/public/c/gles2/ |
D | gles2_call_visitor_autogen.h | 272 VISIT_GL_CALL(GetTexParameterfv,
|
/external/mesa3d/src/gallium/state_trackers/wgl/ |
D | stw_icd.h | 332 void (GLAPIENTRY * GetTexParameterfv)(GLenum, GLenum, GLfloat *);
|
/external/chromium_org/third_party/mesa/src/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/mesa3d/src/mapi/glapi/tests/ |
D | check_table.cpp | 848 { "glGetTexParameterfv", _O(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_impl.cc | 517 DELEGATE_TO_GL_3(getTexParameterfv, GetTexParameterfv, in DELEGATE_TO_GL_3() argument
|
/external/chromium_org/ppapi/lib/gl/gles2/ |
D | gles2.c | 479 glGetInterfacePPAPI()->GetTexParameterfv( in glGetTexParameterfv()
|
/external/chromium_org/third_party/mesa/src/docs/ |
D | MESA_texture_array.spec | 99 GetTexParameterfv:
|