Home
last modified time | relevance | path

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

/external/angle/src/libANGLE/capture/
Dframe_capture_replay_autogen.cpp95 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()
Dframe_capture_utils_autogen.h200 GLsizeiptr GLsizeiptrVal; member
617 return value.GLsizeiptrVal;
1678 valueOut->GLsizeiptrVal = valueIn;
Dframe_capture_utils_autogen.cpp213 WriteParamValueReplay<ParamType::TGLsizeiptr>(os, call, param.value.GLsizeiptrVal); in WriteParamCaptureReplay()
DFrameCapture.cpp4689 call.params.getParam("length", ParamType::TGLsizeiptr, 2).value.GLsizeiptrVal; in maybeCapturePreCallUpdates()