Home
last modified time | relevance | path

Searched refs:TextureTypeVal (Results 1 – 3 of 3) sorted by relevance

/external/angle/src/libANGLE/
Dframe_capture_replay_autogen.cpp148 params.getParam("targetPacked", ParamType::TTextureType, 0).value.TextureTypeVal, in ReplayCall()
957 params.getParam("targetPacked", ParamType::TTextureType, 0).value.TextureTypeVal); in ReplayCall()
1537 params.getParam("targetPacked", ParamType::TTextureType, 0).value.TextureTypeVal, in ReplayCall()
1544 params.getParam("targetPacked", ParamType::TTextureType, 0).value.TextureTypeVal, in ReplayCall()
1551 params.getParam("targetPacked", ParamType::TTextureType, 0).value.TextureTypeVal, in ReplayCall()
1558 params.getParam("targetPacked", ParamType::TTextureType, 0).value.TextureTypeVal, in ReplayCall()
1565 params.getParam("targetPacked", ParamType::TTextureType, 0).value.TextureTypeVal, in ReplayCall()
2768 params.getParam("targetPacked", ParamType::TTextureType, 0).value.TextureTypeVal, in ReplayCall()
2775 params.getParam("targetPacked", ParamType::TTextureType, 0).value.TextureTypeVal, in ReplayCall()
2782 params.getParam("targetPacked", ParamType::TTextureType, 0).value.TextureTypeVal, in ReplayCall()
[all …]
Dframe_capture_utils_autogen.h253 gl::TextureType TextureTypeVal; member
983 return value.TextureTypeVal;
2017 valueOut->TextureTypeVal = valueIn;
Dframe_capture_utils_autogen.cpp417 WriteParamValueReplay<ParamType::TTextureType>(os, call, param.value.TextureTypeVal); in WriteParamCaptureReplay()