Searched refs:TvoidPointer (Results 1 – 7 of 7) sorted by relevance
/external/angle/src/libANGLE/capture/ |
D | frame_capture_utils_autogen.h | 140 TvoidPointer, enumerator 1075 inline void *GetParamVal<ParamType::TvoidPointer, void *>(const ParamValue &value) 1338 case ParamType::TvoidPointer: in AccessParamValue() 1339 return GetParamVal<ParamType::TvoidPointer, T>(value); in AccessParamValue() 2126 inline void SetParamVal<ParamType::TvoidPointer>(void *valueIn, ParamValue *valueOut) 2508 case ParamType::TvoidPointer: in InitParamValue() 2509 SetParamVal<ParamType::TvoidPointer>(valueIn, valueOut); in InitParamValue()
|
D | capture_gles_3_2_autogen.cpp | 1089 ParamCapture dataParam("data", ParamType::TvoidPointer); in CaptureReadnPixels() 1090 InitParamValue(ParamType::TvoidPointer, data, &dataParam.value); in CaptureReadnPixels() 1097 ParamCapture dataParam("data", ParamType::TvoidPointer); in CaptureReadnPixels() 1098 InitParamValue(ParamType::TvoidPointer, static_cast<void *>(nullptr), &dataParam.value); in CaptureReadnPixels()
|
D | capture_gles_ext_autogen.cpp | 424 ParamCapture pixelsParam("pixels", ParamType::TvoidPointer); in CaptureGetTexImageANGLE() 425 InitParamValue(ParamType::TvoidPointer, pixels, &pixelsParam.value); in CaptureGetTexImageANGLE() 432 ParamCapture pixelsParam("pixels", ParamType::TvoidPointer); in CaptureGetTexImageANGLE() 433 InitParamValue(ParamType::TvoidPointer, static_cast<void *>(nullptr), &pixelsParam.value); in CaptureGetTexImageANGLE() 455 ParamCapture pixelsParam("pixels", ParamType::TvoidPointer); in CaptureGetRenderbufferImageANGLE() 456 InitParamValue(ParamType::TvoidPointer, pixels, &pixelsParam.value); in CaptureGetRenderbufferImageANGLE() 463 ParamCapture pixelsParam("pixels", ParamType::TvoidPointer); in CaptureGetRenderbufferImageANGLE() 464 InitParamValue(ParamType::TvoidPointer, static_cast<void *>(nullptr), &pixelsParam.value); in CaptureGetRenderbufferImageANGLE() 1842 ParamCapture pixelsParam("pixels", ParamType::TvoidPointer); in CaptureReadPixelsRobustANGLE() 1843 InitParamValue(ParamType::TvoidPointer, pixels, &pixelsParam.value); in CaptureReadPixelsRobustANGLE() [all …]
|
D | frame_capture_utils_autogen.cpp | 468 case ParamType::TvoidPointer: in WriteParamCaptureReplay() 726 case ParamType::TvoidPointer: in ParamTypeToString()
|
D | capture_gles_3_0_autogen.cpp | 1216 ParamCapture binaryParam("binary", ParamType::TvoidPointer); in CaptureGetProgramBinary() 1217 InitParamValue(ParamType::TvoidPointer, binary, &binaryParam.value); in CaptureGetProgramBinary() 1224 ParamCapture binaryParam("binary", ParamType::TvoidPointer); in CaptureGetProgramBinary() 1225 InitParamValue(ParamType::TvoidPointer, static_cast<void *>(nullptr), &binaryParam.value); in CaptureGetProgramBinary() 1832 ParamCapture returnValueCapture("returnValue", ParamType::TvoidPointer); in CaptureMapBufferRange() 1833 InitParamValue(ParamType::TvoidPointer, returnValue, &returnValueCapture.value); in CaptureMapBufferRange()
|
D | capture_gles_2_0_autogen.cpp | 2080 ParamCapture pixelsParam("pixels", ParamType::TvoidPointer); in CaptureReadPixels() 2081 InitParamValue(ParamType::TvoidPointer, pixels, &pixelsParam.value); in CaptureReadPixels() 2088 ParamCapture pixelsParam("pixels", ParamType::TvoidPointer); in CaptureReadPixels() 2089 InitParamValue(ParamType::TvoidPointer, static_cast<void *>(nullptr), &pixelsParam.value); in CaptureReadPixels()
|
D | frame_capture_replay_autogen.cpp | 1281 params.getParam("binary", ParamType::TvoidPointer, 4))); in ReplayCall() 1543 params.getParam("pixels", ParamType::TvoidPointer, 4))); in ReplayCall() 2492 params.getParam("pixels", ParamType::TvoidPointer, 6))); in ReplayCall() 2504 params.getParam("data", ParamType::TvoidPointer, 7))); in ReplayCall()
|