Home
last modified time | relevance | path

Searched refs:TGLbyteConstPointer (Results 1 – 2 of 2) sorted by relevance

/device/generic/vulkan-cereal/third-party/angle/src/libANGLE/
Dframe_capture_utils_autogen.cpp101 case ParamType::TGLbyteConstPointer: in WriteParamCaptureReplay()
102 WriteParamValueReplay<ParamType::TGLbyteConstPointer>( in WriteParamCaptureReplay()
520 case ParamType::TGLbyteConstPointer: in ParamTypeToString()
Dframe_capture_utils_autogen.h42 TGLbyteConstPointer, enumerator
419 inline const GLbyte *GetParamVal<ParamType::TGLbyteConstPointer, const GLbyte *>(
1124 case ParamType::TGLbyteConstPointer: in AccessParamValue()
1125 return GetParamVal<ParamType::TGLbyteConstPointer, T>(value); in AccessParamValue()
1466 inline void SetParamVal<ParamType::TGLbyteConstPointer>(const GLbyte *valueIn, ParamValue *valueOut)
2178 case ParamType::TGLbyteConstPointer: in InitParamValue()
2179 SetParamVal<ParamType::TGLbyteConstPointer>(valueIn, valueOut); in InitParamValue()