/external/chromium_org/gpu/command_buffer/service/ |
H A D | gles2_cmd_decoder_unittest_1_autogen.h | 1542 SpecializedSetup<cmds::GetTexParameteriv, 0>(true); 1543 typedef cmds::GetTexParameteriv::Result Result; 1546 GetTexParameteriv( 1549 cmds::GetTexParameteriv cmd; 1562 EXPECT_CALL(*gl_, GetTexParameteriv(_, _, _)).Times(0); 1563 SpecializedSetup<cmds::GetTexParameteriv, 0>(false); 1564 cmds::GetTexParameteriv::Result* result = 1565 static_cast<cmds::GetTexParameteriv::Result*>(shared_memory_address_); 1567 cmds::GetTexParameteriv cmd; 1578 EXPECT_CALL(*gl_, GetTexParameteriv( [all...] |
/external/chromium_org/gpu/command_buffer/common/ |
H A D | gles2_cmd_ids_autogen.h | 90 OP(GetTexParameteriv) /* 331 */ \
|
H A D | gles2_cmd_format_autogen.h | 3327 struct GetTexParameteriv { struct 3328 typedef GetTexParameteriv ValueType; 3369 COMPILE_ASSERT(sizeof(GetTexParameteriv) == 20, 3371 COMPILE_ASSERT(offsetof(GetTexParameteriv, header) == 0, 3373 COMPILE_ASSERT(offsetof(GetTexParameteriv, target) == 4, 3375 COMPILE_ASSERT(offsetof(GetTexParameteriv, pname) == 8, 3377 COMPILE_ASSERT(offsetof(GetTexParameteriv, params_shm_id) == 12, 3379 COMPILE_ASSERT(offsetof(GetTexParameteriv, params_shm_offset) == 16,
|
/external/chromium_org/gpu/GLES2/ |
H A D | gl2chromium_autogen.h | 90 #define glGetTexParameteriv GLES2_GET_FUN(GetTexParameteriv)
|
/external/chromium_org/ppapi/shared_impl/ |
H A D | ppb_opengles2_shared.cc | 713 void GetTexParameteriv(PP_Resource context_id, function in namespace:ppapi::__anon9546 719 ToGles2Impl(&enter)->GetTexParameteriv(target, pname, params); 1615 &GetTexParameterfv, &GetTexParameteriv,
|
/external/chromium_org/gpu/command_buffer/client/ |
H A D | gles2_implementation_unittest_autogen.h | 710 TEST_F(GLES2ImplementationTest, GetTexParameteriv) { 712 cmds::GetTexParameteriv cmd; 714 typedef cmds::GetTexParameteriv::Result Result; 722 gl_->GetTexParameteriv(123, GL_TEXTURE_MAG_FILTER, &result);
|
H A D | gles2_interface_stub_impl_autogen.h | 286 void GLES2InterfaceStub::GetTexParameteriv(GLenum /* target */, function in class:GLES2InterfaceStub
|
H A D | gles2_cmd_helper_autogen.h | 700 void GetTexParameteriv(GLenum target, function 704 gles2::cmds::GetTexParameteriv* c = 705 GetCmdSpace<gles2::cmds::GetTexParameteriv>();
|
H A D | gles2_implementation_impl_autogen.h | 916 void GLES2Implementation::GetTexParameteriv(GLenum target, function in class:GLES2Implementation 925 TRACE_EVENT0("gpu", "GLES2Implementation::GetTexParameteriv"); 929 typedef cmds::GetTexParameteriv::Result Result; 935 helper_->GetTexParameteriv(
|
H A D | gles2_trace_implementation_impl_autogen.h | 499 void GLES2TraceImplementation::GetTexParameteriv(GLenum target, function in class:GLES2TraceImplementation 502 TRACE_EVENT_BINARY_EFFICIENT0("gpu", "GLES2Trace::GetTexParameteriv"); 503 gl_->GetTexParameteriv(target, pname, params);
|
H A D | gles2_implementation_autogen.h | 254 virtual void GetTexParameteriv(GLenum target,
|
H A D | gles2_interface_autogen.h | 184 virtual void GetTexParameteriv(GLenum target, GLenum pname, GLint* params) = 0;
|
H A D | gles2_interface_stub_autogen.h | 184 virtual void GetTexParameteriv(GLenum target,
|
H A D | gles2_trace_implementation_autogen.h | 184 virtual void GetTexParameteriv(GLenum target,
|
/external/chromium_org/mojo/examples/pepper_container_app/ |
H A D | ppb_opengles2_thunk.cc | 701 void GetTexParameteriv(PP_Resource context_id, function in namespace:mojo::examples::__anon8194 1415 &GetTexParameterfv, &GetTexParameteriv,
|
/external/chromium_org/mojo/public/c/gles2/ |
H A D | gles2_call_visitor_autogen.h | 276 VISIT_GL_CALL(GetTexParameteriv,
|
/external/chromium_org/ppapi/c/ |
H A D | ppb_opengles2.h | 264 void (*GetTexParameteriv)(PP_Resource context, member in struct:PPB_OpenGLES2
|
/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/wgl/ |
H A D | stw_icd.h | 333 void (GLAPIENTRY * GetTexParameteriv)(GLenum, GLenum, GLint *); member in struct:__GLdispatchTableRec
|
/external/mesa3d/src/gallium/state_trackers/wgl/ |
H A D | stw_icd.h | 333 void (GLAPIENTRY * GetTexParameteriv)(GLenum, GLenum, GLint *); member in struct:__GLdispatchTableRec
|
/external/chromium_org/third_party/mesa/src/docs/ |
H A D | MESA_texture_array.spec | 98 GetTexLevelParameteriv, GetTexLevelParameterfv, GetTexParameteriv, and
|
/external/mesa3d/docs/ |
H A D | MESA_texture_array.spec | 98 GetTexLevelParameteriv, GetTexLevelParameterfv, GetTexParameteriv, and
|
/external/chromium_org/ppapi/lib/gl/gles2/ |
H A D | gles2.c | 485 glGetInterfacePPAPI()->GetTexParameteriv(
|
/external/chromium_org/ppapi/lib/gl/include/GLES2/ |
H A D | gl2.h | 563 #define glGetTexParameteriv GLES2_GET_FUN(GetTexParameteriv)
|
/external/chromium_org/third_party/mesa/src/src/mapi/glapi/tests/ |
H A D | check_table.cpp | 849 { "glGetTexParameteriv", _O(GetTexParameteriv) },
|
/external/chromium_org/webkit/common/gpu/ |
H A D | webgraphicscontext3d_impl.cc | 519 DELEGATE_TO_GL_3(getTexParameteriv, GetTexParameteriv,
|