Searched refs:TGLenumPointer (Results 1 – 7 of 7) sorted by relevance
/device/generic/vulkan-cereal/third-party/angle/src/libANGLE/ |
D | capture_gles_3_2_autogen.cpp | 359 ParamCapture sourcesParam("sources", ParamType::TGLenumPointer); in CaptureGetDebugMessageLog() 360 InitParamValue(ParamType::TGLenumPointer, sources, &sourcesParam.value); in CaptureGetDebugMessageLog() 365 ParamCapture typesParam("types", ParamType::TGLenumPointer); in CaptureGetDebugMessageLog() 366 InitParamValue(ParamType::TGLenumPointer, types, &typesParam.value); in CaptureGetDebugMessageLog() 377 ParamCapture severitiesParam("severities", ParamType::TGLenumPointer); in CaptureGetDebugMessageLog() 378 InitParamValue(ParamType::TGLenumPointer, severities, &severitiesParam.value); in CaptureGetDebugMessageLog()
|
D | frame_capture_utils_autogen.cpp | 142 case ParamType::TGLenumPointer: in WriteParamCaptureReplay() 143 WriteParamValueReplay<ParamType::TGLenumPointer>(os, call, in WriteParamCaptureReplay() 542 case ParamType::TGLenumPointer: in ParamTypeToString()
|
D | frame_capture_utils_autogen.h | 53 TGLenumPointer, enumerator 490 inline GLenum *GetParamVal<ParamType::TGLenumPointer, GLenum *>(const ParamValue &value) 1146 case ParamType::TGLenumPointer: in AccessParamValue() 1147 return GetParamVal<ParamType::TGLenumPointer, T>(value); in AccessParamValue() 1534 inline void SetParamVal<ParamType::TGLenumPointer>(GLenum *valueIn, ParamValue *valueOut) 2211 case ParamType::TGLenumPointer: in InitParamValue() 2212 SetParamVal<ParamType::TGLenumPointer>(valueIn, valueOut); in InitParamValue()
|
D | capture_gles_3_0_autogen.cpp | 903 ParamCapture binaryFormatParam("binaryFormat", ParamType::TGLenumPointer); in CaptureGetProgramBinary() 904 InitParamValue(ParamType::TGLenumPointer, binaryFormat, &binaryFormatParam.value); in CaptureGetProgramBinary() 1072 ParamCapture typeParam("type", ParamType::TGLenumPointer); in CaptureGetTransformFeedbackVarying() 1073 InitParamValue(ParamType::TGLenumPointer, type, &typeParam.value); in CaptureGetTransformFeedbackVarying()
|
D | capture_gles_2_0_autogen.cpp | 852 ParamCapture typeParam("type", ParamType::TGLenumPointer); in CaptureGetActiveAttrib() 853 InitParamValue(ParamType::TGLenumPointer, type, &typeParam.value); in CaptureGetActiveAttrib() 895 ParamCapture typeParam("type", ParamType::TGLenumPointer); in CaptureGetActiveUniform() 896 InitParamValue(ParamType::TGLenumPointer, type, &typeParam.value); in CaptureGetActiveUniform()
|
D | frame_capture_replay_autogen.cpp | 970 params.getParam("type", ParamType::TGLenumPointer, 5)), in ReplayCall() 985 params.getParam("type", ParamType::TGLenumPointer, 5)), in ReplayCall() 1087 params.getParam("sources", ParamType::TGLenumPointer, 2)), in ReplayCall() 1089 params.getParam("types", ParamType::TGLenumPointer, 3)), in ReplayCall() 1093 params.getParam("severities", ParamType::TGLenumPointer, 5)), in ReplayCall() 1251 params.getParam("binaryFormat", ParamType::TGLenumPointer, 3)), in ReplayCall() 1581 params.getParam("type", ParamType::TGLenumPointer, 5)), in ReplayCall()
|
D | capture_gles_ext_autogen.cpp | 4278 ParamCapture sourcesParam("sources", ParamType::TGLenumPointer); in CaptureGetDebugMessageLogKHR() 4279 InitParamValue(ParamType::TGLenumPointer, sources, &sourcesParam.value); in CaptureGetDebugMessageLogKHR() 4284 ParamCapture typesParam("types", ParamType::TGLenumPointer); in CaptureGetDebugMessageLogKHR() 4285 InitParamValue(ParamType::TGLenumPointer, types, &typesParam.value); in CaptureGetDebugMessageLogKHR() 4296 ParamCapture severitiesParam("severities", ParamType::TGLenumPointer); in CaptureGetDebugMessageLogKHR() 4297 InitParamValue(ParamType::TGLenumPointer, severities, &severitiesParam.value); in CaptureGetDebugMessageLogKHR() 5229 ParamCapture binaryFormatParam("binaryFormat", ParamType::TGLenumPointer); in CaptureGetProgramBinaryOES() 5230 InitParamValue(ParamType::TGLenumPointer, binaryFormat, &binaryFormatParam.value); in CaptureGetProgramBinaryOES()
|