Home
last modified time | relevance | path

Searched refs:TSamplerIDConstPointer (Results 1 – 5 of 5) sorted by relevance

/device/generic/vulkan-cereal/third-party/angle/src/libANGLE/
Dframe_capture_utils_autogen.cpp356 case ParamType::TSamplerIDConstPointer: in WriteParamCaptureReplay()
357 WriteParamValueReplay<ParamType::TSamplerIDConstPointer>( in WriteParamCaptureReplay()
658 case ParamType::TSamplerIDConstPointer: in ParamTypeToString()
770 case ParamType::TSamplerIDConstPointer: in GetResourceIDTypeFromParamType()
Dframe_capture_utils_autogen.h111 TSamplerIDConstPointer, enumerator
870 inline const gl::SamplerID *GetParamVal<ParamType::TSamplerIDConstPointer, const gl::SamplerID *>(
1262 case ParamType::TSamplerIDConstPointer: in AccessParamValue()
1263 return GetParamVal<ParamType::TSamplerIDConstPointer, T>(value); in AccessParamValue()
1910 inline void SetParamVal<ParamType::TSamplerIDConstPointer>(const gl::SamplerID *valueIn,
2385 case ParamType::TSamplerIDConstPointer: in InitParamValue()
2386 SetParamVal<ParamType::TSamplerIDConstPointer>(valueIn, valueOut); in InitParamValue()
Dcapture_gles_3_0_autogen.cpp386 ParamCapture samplersPackedParam("samplersPacked", ParamType::TSamplerIDConstPointer); in CaptureDeleteSamplers()
387 InitParamValue(ParamType::TSamplerIDConstPointer, samplersPacked, &samplersPackedParam.value); in CaptureDeleteSamplers()
DFrameCapture.cpp558 case ParamType::TSamplerIDConstPointer: in WriteCppReplayForCall()
Dframe_capture_replay_autogen.cpp581 params.getParam("samplersPacked", ParamType::TSamplerIDConstPointer, 1))); in ReplayCall()