Searched refs:TGLubyteConstPointer (Results 1 – 5 of 5) sorted by relevance
/external/angle/src/libANGLE/ |
D | frame_capture_utils_autogen.cpp | 220 case ParamType::TGLubyteConstPointer: in WriteParamCaptureReplay() 221 WriteParamValueReplay<ParamType::TGLubyteConstPointer>( in WriteParamCaptureReplay() 586 case ParamType::TGLubyteConstPointer: in ParamTypeToString()
|
D | frame_capture_utils_autogen.h | 75 TGLubyteConstPointer, enumerator 629 inline const GLubyte *GetParamVal<ParamType::TGLubyteConstPointer, const GLubyte *>( 1190 case ParamType::TGLubyteConstPointer: in AccessParamValue() 1191 return GetParamVal<ParamType::TGLubyteConstPointer, T>(value); in AccessParamValue() 1672 inline void SetParamVal<ParamType::TGLubyteConstPointer>(const GLubyte *valueIn, 2277 case ParamType::TGLubyteConstPointer: in InitParamValue() 2278 SetParamVal<ParamType::TGLubyteConstPointer>(valueIn, valueOut); in InitParamValue()
|
D | capture_gles_3_0_autogen.cpp | 1008 ParamCapture returnValueCapture("returnValue", ParamType::TGLubyteConstPointer); in CaptureGetStringi() 1009 InitParamValue(ParamType::TGLubyteConstPointer, returnValue, &returnValueCapture.value); in CaptureGetStringi()
|
D | capture_gles_2_0_autogen.cpp | 1236 ParamCapture returnValueCapture("returnValue", ParamType::TGLubyteConstPointer); in CaptureGetString() 1237 InitParamValue(ParamType::TGLubyteConstPointer, returnValue, &returnValueCapture.value); in CaptureGetString()
|
D | FrameCapture.cpp | 429 overrideType = ParamType::TGLubyteConstPointer; in WriteBinaryParamReplay() 449 case ParamType::TGLubyteConstPointer: in WriteBinaryParamReplay()
|