Searched refs:TGLbooleanPointer (Results 1 – 8 of 8) sorted by relevance
| /external/angle/src/common/ |
| D | frame_capture_utils_autogen.cpp | 235 case ParamType::TGLbooleanPointer: in WriteParamCaptureReplay() 236 WriteParamValueReplay<ParamType::TGLbooleanPointer>(os, call, in WriteParamCaptureReplay() 777 case ParamType::TGLbooleanPointer: in ParamTypeToString()
|
| D | frame_capture_utils_autogen.h | 80 TGLbooleanPointer, enumerator 768 inline GLboolean *GetParamVal<ParamType::TGLbooleanPointer, GLboolean *>(const ParamValue &value) 1638 case ParamType::TGLbooleanPointer: in AccessParamValue() 1639 return GetParamVal<ParamType::TGLbooleanPointer, T>(value); in AccessParamValue() 2250 inline void SetParamVal<ParamType::TGLbooleanPointer>(GLboolean *valueIn, ParamValue *valueOut) 3161 case ParamType::TGLbooleanPointer: in InitParamValue() 3162 SetParamVal<ParamType::TGLbooleanPointer>(valueIn, valueOut); in InitParamValue()
|
| D | frame_capture_utils.h | 175 void WriteParamValueReplay<ParamType::TGLbooleanPointer>(std::ostream &os,
|
| D | frame_capture_utils.cpp | 196 void WriteParamValueReplay<ParamType::TGLbooleanPointer>(std::ostream &os, in WriteParamValueReplay()
|
| /external/angle/src/libANGLE/capture/ |
| D | capture_gles_3_1_autogen.cpp | 295 ParamCapture dataParam("data", ParamType::TGLbooleanPointer); in CaptureGetBooleani_v() 296 InitParamValue(ParamType::TGLbooleanPointer, data, &dataParam.value); in CaptureGetBooleani_v() 302 ParamCapture dataParam("data", ParamType::TGLbooleanPointer); in CaptureGetBooleani_v() 303 InitParamValue(ParamType::TGLbooleanPointer, static_cast<GLboolean *>(nullptr), in CaptureGetBooleani_v()
|
| D | capture_gles_2_0_autogen.cpp | 1228 ParamCapture dataParam("data", ParamType::TGLbooleanPointer); in CaptureGetBooleanv() 1229 InitParamValue(ParamType::TGLbooleanPointer, data, &dataParam.value); in CaptureGetBooleanv() 1235 ParamCapture dataParam("data", ParamType::TGLbooleanPointer); in CaptureGetBooleanv() 1236 InitParamValue(ParamType::TGLbooleanPointer, static_cast<GLboolean *>(nullptr), in CaptureGetBooleanv()
|
| D | capture_gles_ext_autogen.cpp | 1601 ParamCapture paramsParam("params", ParamType::TGLbooleanPointer); in CaptureGetBooleanvRobustANGLE() 1602 InitParamValue(ParamType::TGLbooleanPointer, params, ¶msParam.value); in CaptureGetBooleanvRobustANGLE() 1609 ParamCapture paramsParam("params", ParamType::TGLbooleanPointer); in CaptureGetBooleanvRobustANGLE() 1610 InitParamValue(ParamType::TGLbooleanPointer, static_cast<GLboolean *>(nullptr), in CaptureGetBooleanvRobustANGLE() 3715 ParamCapture dataParam("data", ParamType::TGLbooleanPointer); in CaptureGetBooleani_vRobustANGLE() 3716 InitParamValue(ParamType::TGLbooleanPointer, data, &dataParam.value); in CaptureGetBooleani_vRobustANGLE() 3723 ParamCapture dataParam("data", ParamType::TGLbooleanPointer); in CaptureGetBooleani_vRobustANGLE() 3724 InitParamValue(ParamType::TGLbooleanPointer, static_cast<GLboolean *>(nullptr), in CaptureGetBooleani_vRobustANGLE()
|
| D | capture_gl_1_autogen.cpp | 4492 ParamCapture residencesParam("residences", ParamType::TGLbooleanPointer); in CaptureAreTexturesResident() 4493 InitParamValue(ParamType::TGLbooleanPointer, residences, &residencesParam.value); in CaptureAreTexturesResident() 4500 ParamCapture residencesParam("residences", ParamType::TGLbooleanPointer); in CaptureAreTexturesResident() 4501 InitParamValue(ParamType::TGLbooleanPointer, static_cast<GLboolean *>(nullptr), in CaptureAreTexturesResident()
|