Home
last modified time | relevance | path

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

/external/angle/src/libANGLE/capture/
Dcapture_gles_3_0_autogen.cpp1545 ParamCapture uniformNamesParam("uniformNames", ParamType::TGLcharConstPointerPointer); in CaptureGetUniformIndices() local
1547 &uniformNamesParam.value); in CaptureGetUniformIndices()
1549 uniformNames, uniformIndices, &uniformNamesParam); in CaptureGetUniformIndices()
1550 paramBuffer.addParam(std::move(uniformNamesParam)); in CaptureGetUniformIndices()
1554 ParamCapture uniformNamesParam("uniformNames", ParamType::TGLcharConstPointerPointer); in CaptureGetUniformIndices() local
1556 static_cast<const GLchar *const *>(nullptr), &uniformNamesParam.value); in CaptureGetUniformIndices()
1557 paramBuffer.addParam(std::move(uniformNamesParam)); in CaptureGetUniformIndices()