Searched refs:uniformNamesParam (Results 1 – 1 of 1) sorted by relevance
1545 ParamCapture uniformNamesParam("uniformNames", ParamType::TGLcharConstPointerPointer); in CaptureGetUniformIndices() local1547 &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() local1556 static_cast<const GLchar *const *>(nullptr), &uniformNamesParam.value); in CaptureGetUniformIndices()1557 paramBuffer.addParam(std::move(uniformNamesParam)); in CaptureGetUniformIndices()