Home
last modified time | relevance | path

Searched refs:TGLbooleanPointer (Results 1 – 8 of 8) sorted by relevance

/external/angle/src/common/
Dframe_capture_utils_autogen.cpp235 case ParamType::TGLbooleanPointer: in WriteParamCaptureReplay()
236 WriteParamValueReplay<ParamType::TGLbooleanPointer>(os, call, in WriteParamCaptureReplay()
777 case ParamType::TGLbooleanPointer: in ParamTypeToString()
Dframe_capture_utils_autogen.h80 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()
Dframe_capture_utils.h175 void WriteParamValueReplay<ParamType::TGLbooleanPointer>(std::ostream &os,
Dframe_capture_utils.cpp196 void WriteParamValueReplay<ParamType::TGLbooleanPointer>(std::ostream &os, in WriteParamValueReplay()
/external/angle/src/libANGLE/capture/
Dcapture_gles_3_1_autogen.cpp295 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()
Dcapture_gles_2_0_autogen.cpp1228 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()
Dcapture_gles_ext_autogen.cpp1601 ParamCapture paramsParam("params", ParamType::TGLbooleanPointer); in CaptureGetBooleanvRobustANGLE()
1602 InitParamValue(ParamType::TGLbooleanPointer, params, &paramsParam.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()
Dcapture_gl_1_autogen.cpp4492 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()