Home
last modified time | relevance | path

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

/external/angle/src/libANGLE/
Dframe_capture_utils_autogen.h148 gl::BufferID BufferIDVal; member
288 return value.BufferIDVal;
1341 valueOut->BufferIDVal = valueIn;
Dframe_capture_replay_autogen.cpp79 params.getParam("bufferPacked", ParamType::TBufferID, 1).value.BufferIDVal); in ReplayCall()
86 params.getParam("bufferPacked", ParamType::TBufferID, 2).value.BufferIDVal); in ReplayCall()
93 params.getParam("bufferPacked", ParamType::TBufferID, 2).value.BufferIDVal, in ReplayCall()
164 params.getParam("bufferPacked", ParamType::TBufferID, 1).value.BufferIDVal, in ReplayCall()
1722 params.getParam("bufferPacked", ParamType::TBufferID, 0).value.BufferIDVal); in ReplayCall()
2651 params.getParam("bufferPacked", ParamType::TBufferID, 2).value.BufferIDVal); in ReplayCall()
2657 params.getParam("bufferPacked", ParamType::TBufferID, 2).value.BufferIDVal, in ReplayCall()
Dframe_capture_utils_autogen.cpp30 WriteParamValueReplay<ParamType::TBufferID>(os, call, param.value.BufferIDVal); in WriteParamCaptureReplay()