Searched refs:TVertexAttribType (Results 1 – 8 of 8) sorted by relevance
/external/angle/src/libANGLE/capture/ |
D | frame_capture_utils_autogen.cpp | 456 case ParamType::TVertexAttribType: in WriteParamCaptureReplay() 457 WriteParamValueReplay<ParamType::TVertexAttribType>(os, call, in WriteParamCaptureReplay() 720 case ParamType::TVertexAttribType: in ParamTypeToString()
|
D | frame_capture_utils_autogen.h | 137 TVertexAttribType, enumerator 1055 inline gl::VertexAttribType GetParamVal<ParamType::TVertexAttribType, gl::VertexAttribType>( 1332 case ParamType::TVertexAttribType: in AccessParamValue() 1333 return GetParamVal<ParamType::TVertexAttribType, T>(value); in AccessParamValue() 2106 inline void SetParamVal<ParamType::TVertexAttribType>(gl::VertexAttribType valueIn, 2499 case ParamType::TVertexAttribType: in InitParamValue() 2500 SetParamVal<ParamType::TVertexAttribType>(valueIn, valueOut); in InitParamValue()
|
D | capture_gles_1_0_autogen.cpp | 196 paramBuffer.addValueParam("typePacked", ParamType::TVertexAttribType, typePacked); in CaptureColorPointer() 1124 paramBuffer.addValueParam("typePacked", ParamType::TVertexAttribType, typePacked); in CaptureNormalPointer() 1401 paramBuffer.addValueParam("typePacked", ParamType::TVertexAttribType, typePacked); in CaptureTexCoordPointer() 1643 paramBuffer.addValueParam("typePacked", ParamType::TVertexAttribType, typePacked); in CaptureVertexPointer()
|
D | frame_capture_replay_autogen.cpp | 387 params.getParam("typePacked", ParamType::TVertexAttribType, 1) in ReplayCall() 2002 params.getParam("typePacked", ParamType::TVertexAttribType, 0) in ReplayCall() 2700 params.getParam("typePacked", ParamType::TVertexAttribType, 1) in ReplayCall() 3286 params.getParam("typePacked", ParamType::TVertexAttribType, 2) in ReplayCall() 3323 params.getParam("typePacked", ParamType::TVertexAttribType, 2) in ReplayCall() 3331 params.getParam("typePacked", ParamType::TVertexAttribType, 2) in ReplayCall() 3341 params.getParam("typePacked", ParamType::TVertexAttribType, 2) in ReplayCall() 3356 params.getParam("typePacked", ParamType::TVertexAttribType, 1) in ReplayCall()
|
D | capture_gles_3_1_autogen.cpp | 1772 paramBuffer.addValueParam("typePacked", ParamType::TVertexAttribType, typePacked); in CaptureVertexAttribFormat() 1790 paramBuffer.addValueParam("typePacked", ParamType::TVertexAttribType, typePacked); in CaptureVertexAttribIFormat()
|
D | capture_gles_3_0_autogen.cpp | 2710 paramBuffer.addValueParam("typePacked", ParamType::TVertexAttribType, typePacked); in CaptureVertexAttribIPointer()
|
D | capture_gles_2_0_autogen.cpp | 3169 paramBuffer.addValueParam("typePacked", ParamType::TVertexAttribType, typePacked); in CaptureVertexAttribPointer()
|
D | capture_gles_ext_autogen.cpp | 9644 paramBuffer.addValueParam("typePacked", ParamType::TVertexAttribType, typePacked); in CapturePointSizePointerOES()
|