Home
last modified time | relevance | path

Searched refs:TTextureEnvTarget (Results 1 – 4 of 4) sorted by relevance

/external/angle/src/libANGLE/
Dcapture_gles_1_0_autogen.cpp445 paramBuffer.addValueParam("targetPacked", ParamType::TTextureEnvTarget, targetPacked); in CaptureGetTexEnvfv()
465 paramBuffer.addValueParam("targetPacked", ParamType::TTextureEnvTarget, targetPacked); in CaptureGetTexEnviv()
485 paramBuffer.addValueParam("targetPacked", ParamType::TTextureEnvTarget, targetPacked); in CaptureGetTexEnvxv()
1131 paramBuffer.addValueParam("targetPacked", ParamType::TTextureEnvTarget, targetPacked); in CaptureTexEnvf()
1146 paramBuffer.addValueParam("targetPacked", ParamType::TTextureEnvTarget, targetPacked); in CaptureTexEnvfv()
1165 paramBuffer.addValueParam("targetPacked", ParamType::TTextureEnvTarget, targetPacked); in CaptureTexEnvi()
1180 paramBuffer.addValueParam("targetPacked", ParamType::TTextureEnvTarget, targetPacked); in CaptureTexEnviv()
1199 paramBuffer.addValueParam("targetPacked", ParamType::TTextureEnvTarget, targetPacked); in CaptureTexEnvx()
1214 paramBuffer.addValueParam("targetPacked", ParamType::TTextureEnvTarget, targetPacked); in CaptureTexEnvxv()
Dframe_capture_utils_autogen.cpp397 case ParamType::TTextureEnvTarget: in WriteParamCaptureReplay()
398 WriteParamValueReplay<ParamType::TTextureEnvTarget>(os, call, in WriteParamCaptureReplay()
680 case ParamType::TTextureEnvTarget: in ParamTypeToString()
Dframe_capture_utils_autogen.h122 TTextureEnvTarget, enumerator
946 inline gl::TextureEnvTarget GetParamVal<ParamType::TTextureEnvTarget, gl::TextureEnvTarget>(
1284 case ParamType::TTextureEnvTarget: in AccessParamValue()
1285 return GetParamVal<ParamType::TTextureEnvTarget, T>(value); in AccessParamValue()
1983 inline void SetParamVal<ParamType::TTextureEnvTarget>(gl::TextureEnvTarget valueIn,
2418 case ParamType::TTextureEnvTarget: in InitParamValue()
2419 SetParamVal<ParamType::TTextureEnvTarget>(valueIn, valueOut); in InitParamValue()
Dframe_capture_replay_autogen.cpp1473 context->getTexEnvfv(params.getParam("targetPacked", ParamType::TTextureEnvTarget, 0) in ReplayCall()
1481 context->getTexEnviv(params.getParam("targetPacked", ParamType::TTextureEnvTarget, 0) in ReplayCall()
1489 context->getTexEnvxv(params.getParam("targetPacked", ParamType::TTextureEnvTarget, 0) in ReplayCall()
2671 context->texEnvf(params.getParam("targetPacked", ParamType::TTextureEnvTarget, 0) in ReplayCall()
2678 context->texEnvfv(params.getParam("targetPacked", ParamType::TTextureEnvTarget, 0) in ReplayCall()
2686 context->texEnvi(params.getParam("targetPacked", ParamType::TTextureEnvTarget, 0) in ReplayCall()
2693 context->texEnviv(params.getParam("targetPacked", ParamType::TTextureEnvTarget, 0) in ReplayCall()
2701 context->texEnvx(params.getParam("targetPacked", ParamType::TTextureEnvTarget, 0) in ReplayCall()
2708 context->texEnvxv(params.getParam("targetPacked", ParamType::TTextureEnvTarget, 0) in ReplayCall()