Searched refs:TGLubyteConstPointer (Results 1 – 5 of 5) sorted by relevance
/external/angle/src/libANGLE/capture/ |
D | frame_capture_utils_autogen.cpp | 322 case ParamType::TGLubyteConstPointer: in WriteParamCaptureReplay() 323 WriteParamValueReplay<ParamType::TGLubyteConstPointer>( in WriteParamCaptureReplay() 762 case ParamType::TGLubyteConstPointer: in ParamTypeToString()
|
D | frame_capture_utils_autogen.h | 105 TGLubyteConstPointer, enumerator 889 inline const GLubyte *GetParamVal<ParamType::TGLubyteConstPointer, const GLubyte *>( 1535 case ParamType::TGLubyteConstPointer: in AccessParamValue() 1536 return GetParamVal<ParamType::TGLubyteConstPointer, T>(value); in AccessParamValue() 2216 inline void SetParamVal<ParamType::TGLubyteConstPointer>(const GLubyte *valueIn, 2936 case ParamType::TGLubyteConstPointer: in InitParamValue() 2937 SetParamVal<ParamType::TGLubyteConstPointer>(valueIn, valueOut); in InitParamValue()
|
D | capture_gles_3_0_autogen.cpp | 1361 ParamCapture returnValueCapture("returnValue", ParamType::TGLubyteConstPointer); in CaptureGetStringi() 1362 InitParamValue(ParamType::TGLubyteConstPointer, returnValue, &returnValueCapture.value); in CaptureGetStringi()
|
D | capture_gles_2_0_autogen.cpp | 1650 ParamCapture returnValueCapture("returnValue", ParamType::TGLubyteConstPointer); in CaptureGetString() 1651 InitParamValue(ParamType::TGLubyteConstPointer, returnValue, &returnValueCapture.value); in CaptureGetString()
|
D | FrameCapture.cpp | 569 overrideType = ParamType::TGLubyteConstPointer; in WriteBinaryParamReplay()
|