Searched refs:GLsizeiptrVal (Results 1 – 4 of 4) sorted by relevance
/external/angle/src/libANGLE/capture/ |
D | frame_capture_replay_autogen.cpp | 95 params.getParam("size", ParamType::TGLsizeiptr, 4).value.GLsizeiptrVal); in ReplayCall() 249 params.getParam("size", ParamType::TGLsizeiptr, 1).value.GLsizeiptrVal, in ReplayCall() 258 params.getParam("size", ParamType::TGLsizeiptr, 1).value.GLsizeiptrVal, in ReplayCall() 268 params.getParam("size", ParamType::TGLsizeiptr, 2).value.GLsizeiptrVal, in ReplayCall() 462 params.getParam("size", ParamType::TGLsizeiptr, 4).value.GLsizeiptrVal); in ReplayCall() 839 params.getParam("length", ParamType::TGLsizeiptr, 2).value.GLsizeiptrVal); in ReplayCall() 1888 params.getParam("length", ParamType::TGLsizeiptr, 2).value.GLsizeiptrVal, in ReplayCall() 2695 params.getParam("size", ParamType::TGLsizeiptr, 4).value.GLsizeiptrVal); in ReplayCall()
|
D | frame_capture_utils_autogen.h | 200 GLsizeiptr GLsizeiptrVal; member 617 return value.GLsizeiptrVal; 1678 valueOut->GLsizeiptrVal = valueIn;
|
D | frame_capture_utils_autogen.cpp | 213 WriteParamValueReplay<ParamType::TGLsizeiptr>(os, call, param.value.GLsizeiptrVal); in WriteParamCaptureReplay()
|
D | FrameCapture.cpp | 4689 call.params.getParam("length", ParamType::TGLsizeiptr, 2).value.GLsizeiptrVal; in maybeCapturePreCallUpdates()
|