Home
last modified time | relevance | path

Searched refs:CaptureTextureAndSamplerParameter_params (Results 1 – 4 of 4) sorted by relevance

/third_party/skia/third_party/externals/angle2/src/libANGLE/capture/
Dcapture_gles_3_2_params.cpp391 CaptureTextureAndSamplerParameter_params<GLint>(pname, param, paramParam); in CaptureSamplerParameterIiv_param()
401 CaptureTextureAndSamplerParameter_params<GLuint>(pname, param, paramParam); in CaptureSamplerParameterIuiv_param()
411 CaptureTextureAndSamplerParameter_params<GLint>(pname, params, paramParam); in CaptureTexParameterIiv_params()
421 CaptureTextureAndSamplerParameter_params<GLuint>(pname, params, paramParam); in CaptureTexParameterIuiv_params()
Dcapture_gles_3_0_params.cpp670 CaptureTextureAndSamplerParameter_params<GLfloat>(pname, param, paramCapture); in CaptureSamplerParameterfv_param()
680 CaptureTextureAndSamplerParameter_params<GLint>(pname, param, paramCapture); in CaptureSamplerParameteriv_param()
Dcapture_gles_2_0_params.cpp726 CaptureTextureAndSamplerParameter_params<GLfloat>(pname, params, paramCapture); in CaptureTexParameterfv_params()
736 CaptureTextureAndSamplerParameter_params<GLint>(pname, params, paramCapture); in CaptureTexParameteriv_params()
DFrameCapture.h936 void CaptureTextureAndSamplerParameter_params(GLenum pname, in CaptureTextureAndSamplerParameter_params() function